public interface BookmarkOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BookmarkDestinations |
getDestinationType()
optional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1; |
BookmarkDestinationsOrBuilder |
getDestinationTypeOrBuilder()
optional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1; |
String |
getNextBookmarkText()
optional string next_bookmark_text = 2; |
com.google.protobuf.ByteString |
getNextBookmarkTextBytes()
optional string next_bookmark_text = 2; |
int |
getPageIndex()
int32 page_index = 4; |
String |
getParentBookmarkText()
optional string parent_bookmark_text = 3; |
com.google.protobuf.ByteString |
getParentBookmarkTextBytes()
optional string parent_bookmark_text = 3; |
String |
getPreviousBookmarkText()
optional string previous_bookmark_text = 5; |
com.google.protobuf.ByteString |
getPreviousBookmarkTextBytes()
optional string previous_bookmark_text = 5; |
String |
getText()
string text = 6; |
com.google.protobuf.ByteString |
getTextBytes()
string text = 6; |
boolean |
hasDestinationType()
optional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1; |
boolean |
hasNextBookmarkText()
optional string next_bookmark_text = 2; |
boolean |
hasParentBookmarkText()
optional string parent_bookmark_text = 3; |
boolean |
hasPreviousBookmarkText()
optional string previous_bookmark_text = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasDestinationType()
optional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1;
BookmarkDestinations getDestinationType()
optional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1;
BookmarkDestinationsOrBuilder getDestinationTypeOrBuilder()
optional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1;
boolean hasNextBookmarkText()
optional string next_bookmark_text = 2;
String getNextBookmarkText()
optional string next_bookmark_text = 2;
com.google.protobuf.ByteString getNextBookmarkTextBytes()
optional string next_bookmark_text = 2;
boolean hasParentBookmarkText()
optional string parent_bookmark_text = 3;
String getParentBookmarkText()
optional string parent_bookmark_text = 3;
com.google.protobuf.ByteString getParentBookmarkTextBytes()
optional string parent_bookmark_text = 3;
int getPageIndex()
int32 page_index = 4;
boolean hasPreviousBookmarkText()
optional string previous_bookmark_text = 5;
String getPreviousBookmarkText()
optional string previous_bookmark_text = 5;
com.google.protobuf.ByteString getPreviousBookmarkTextBytes()
optional string previous_bookmark_text = 5;
String getText()
string text = 6;
com.google.protobuf.ByteString getTextBytes()
string text = 6;
Copyright © 2022–2023 Iron Software. All rights reserved.