Interface BookmarkOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Bookmark,Bookmark.Builder
public interface BookmarkOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1;optional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1;optional string next_bookmark_text = 2;com.google.protobuf.ByteStringoptional string next_bookmark_text = 2;intint32 page_index = 4;optional string parent_bookmark_text = 3;com.google.protobuf.ByteStringoptional string parent_bookmark_text = 3;optional string previous_bookmark_text = 5;com.google.protobuf.ByteStringoptional string previous_bookmark_text = 5;getText()string text = 6;com.google.protobuf.ByteStringstring text = 6;booleanoptional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1;booleanoptional string next_bookmark_text = 2;booleanoptional string parent_bookmark_text = 3;booleanoptional string previous_bookmark_text = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDestinationType
boolean hasDestinationType()optional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1;- Returns:
- Whether the destinationType field is set.
-
getDestinationType
BookmarkDestinations getDestinationType()optional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1;- Returns:
- The destinationType.
-
getDestinationTypeOrBuilder
BookmarkDestinationsOrBuilder getDestinationTypeOrBuilder()optional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1; -
hasNextBookmarkText
boolean hasNextBookmarkText()optional string next_bookmark_text = 2;- Returns:
- Whether the nextBookmarkText field is set.
-
getNextBookmarkText
String getNextBookmarkText()optional string next_bookmark_text = 2;- Returns:
- The nextBookmarkText.
-
getNextBookmarkTextBytes
com.google.protobuf.ByteString getNextBookmarkTextBytes()optional string next_bookmark_text = 2;- Returns:
- The bytes for nextBookmarkText.
-
hasParentBookmarkText
boolean hasParentBookmarkText()optional string parent_bookmark_text = 3;- Returns:
- Whether the parentBookmarkText field is set.
-
getParentBookmarkText
String getParentBookmarkText()optional string parent_bookmark_text = 3;- Returns:
- The parentBookmarkText.
-
getParentBookmarkTextBytes
com.google.protobuf.ByteString getParentBookmarkTextBytes()optional string parent_bookmark_text = 3;- Returns:
- The bytes for parentBookmarkText.
-
getPageIndex
int getPageIndex()int32 page_index = 4;- Returns:
- The pageIndex.
-
hasPreviousBookmarkText
boolean hasPreviousBookmarkText()optional string previous_bookmark_text = 5;- Returns:
- Whether the previousBookmarkText field is set.
-
getPreviousBookmarkText
String getPreviousBookmarkText()optional string previous_bookmark_text = 5;- Returns:
- The previousBookmarkText.
-
getPreviousBookmarkTextBytes
com.google.protobuf.ByteString getPreviousBookmarkTextBytes()optional string previous_bookmark_text = 5;- Returns:
- The bytes for previousBookmarkText.
-
getText
String getText()string text = 6;- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()string text = 6;- Returns:
- The bytes for text.
-