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 SummaryModifier and TypeMethodDescriptiongetBookmarkDescriptors(int index) repeated .IronPdfEngine.Proto.BookmarkDescriptor bookmark_descriptors = 1;intrepeated .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.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
getBookmarkDescriptorsListList<BookmarkDescriptor> getBookmarkDescriptorsList()repeated .IronPdfEngine.Proto.BookmarkDescriptor bookmark_descriptors = 1;
- 
getBookmarkDescriptorsrepeated .IronPdfEngine.Proto.BookmarkDescriptor bookmark_descriptors = 1;
- 
getBookmarkDescriptorsCountint getBookmarkDescriptorsCount()repeated .IronPdfEngine.Proto.BookmarkDescriptor bookmark_descriptors = 1;
- 
getBookmarkDescriptorsOrBuilderListList<? extends BookmarkDescriptorOrBuilder> getBookmarkDescriptorsOrBuilderList()repeated .IronPdfEngine.Proto.BookmarkDescriptor bookmark_descriptors = 1;
- 
getBookmarkDescriptorsOrBuilderrepeated .IronPdfEngine.Proto.BookmarkDescriptor bookmark_descriptors = 1;
 
-