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 SummaryModifier 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.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasDestinationTypeboolean hasDestinationType()optional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1;- Returns:
- Whether the destinationType field is set.
 
- 
getDestinationTypeBookmarkDestinations getDestinationType()optional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1;- Returns:
- The destinationType.
 
- 
getDestinationTypeOrBuilderBookmarkDestinationsOrBuilder getDestinationTypeOrBuilder()optional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1;
- 
hasNextBookmarkTextboolean hasNextBookmarkText()optional string next_bookmark_text = 2;- Returns:
- Whether the nextBookmarkText field is set.
 
- 
getNextBookmarkTextString getNextBookmarkText()optional string next_bookmark_text = 2;- Returns:
- The nextBookmarkText.
 
- 
getNextBookmarkTextBytescom.google.protobuf.ByteString getNextBookmarkTextBytes()optional string next_bookmark_text = 2;- Returns:
- The bytes for nextBookmarkText.
 
- 
hasParentBookmarkTextboolean hasParentBookmarkText()optional string parent_bookmark_text = 3;- Returns:
- Whether the parentBookmarkText field is set.
 
- 
getParentBookmarkTextString getParentBookmarkText()optional string parent_bookmark_text = 3;- Returns:
- The parentBookmarkText.
 
- 
getParentBookmarkTextBytescom.google.protobuf.ByteString getParentBookmarkTextBytes()optional string parent_bookmark_text = 3;- Returns:
- The bytes for parentBookmarkText.
 
- 
getPageIndexint getPageIndex()int32 page_index = 4;- Returns:
- The pageIndex.
 
- 
hasPreviousBookmarkTextboolean hasPreviousBookmarkText()optional string previous_bookmark_text = 5;- Returns:
- Whether the previousBookmarkText field is set.
 
- 
getPreviousBookmarkTextString getPreviousBookmarkText()optional string previous_bookmark_text = 5;- Returns:
- The previousBookmarkText.
 
- 
getPreviousBookmarkTextBytescom.google.protobuf.ByteString getPreviousBookmarkTextBytes()optional string previous_bookmark_text = 5;- Returns:
- The bytes for previousBookmarkText.
 
- 
getTextString getText()string text = 6;- Returns:
- The text.
 
- 
getTextBytescom.google.protobuf.ByteString getTextBytes()string text = 6;- Returns:
- The bytes for text.
 
 
-