Interface BookmarkDescriptorCollectionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BookmarkDescriptorCollection
,BookmarkDescriptorCollection.Builder
public interface BookmarkDescriptorCollectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBookmarkDescriptors
(int index) repeated .IronPdfEngine.Proto.BookmarkDescriptor bookmark_descriptors = 1;
int
repeated .IronPdfEngine.Proto.BookmarkDescriptor bookmark_descriptors = 1;
repeated .IronPdfEngine.Proto.BookmarkDescriptor bookmark_descriptors = 1;
getBookmarkDescriptorsOrBuilder
(int index) repeated .IronPdfEngine.Proto.BookmarkDescriptor bookmark_descriptors = 1;
List<? extends BookmarkDescriptorOrBuilder>
repeated .IronPdfEngine.Proto.BookmarkDescriptor bookmark_descriptors = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBookmarkDescriptorsList
List<BookmarkDescriptor> getBookmarkDescriptorsList()repeated .IronPdfEngine.Proto.BookmarkDescriptor bookmark_descriptors = 1;
-
getBookmarkDescriptors
repeated .IronPdfEngine.Proto.BookmarkDescriptor bookmark_descriptors = 1;
-
getBookmarkDescriptorsCount
int getBookmarkDescriptorsCount()repeated .IronPdfEngine.Proto.BookmarkDescriptor bookmark_descriptors = 1;
-
getBookmarkDescriptorsOrBuilderList
List<? extends BookmarkDescriptorOrBuilder> getBookmarkDescriptorsOrBuilderList()repeated .IronPdfEngine.Proto.BookmarkDescriptor bookmark_descriptors = 1;
-
getBookmarkDescriptorsOrBuilder
repeated .IronPdfEngine.Proto.BookmarkDescriptor bookmark_descriptors = 1;
-