Interface BookmarkCollectionOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- BookmarkCollection,- BookmarkCollection.Builder
public interface BookmarkCollectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptiongetBookmarks(int index) repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;intrepeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;getBookmarksOrBuilder(int index) repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;List<? extends BookmarkOrBuilder>repeated .IronPdfEngine.Proto.Bookmark bookmarks = 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- 
getBookmarksListrepeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
- 
getBookmarksrepeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
- 
getBookmarksCountint getBookmarksCount()repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
- 
getBookmarksOrBuilderListList<? extends BookmarkOrBuilder> getBookmarksOrBuilderList()repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
- 
getBookmarksOrBuilderrepeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
 
-