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 Summary
Modifier and TypeMethodDescriptiongetBookmarks
(int index) repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
int
repeated .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.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBookmarksList
repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
-
getBookmarks
repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
-
getBookmarksCount
int getBookmarksCount()repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
-
getBookmarksOrBuilderList
List<? extends BookmarkOrBuilder> getBookmarksOrBuilderList()repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
-
getBookmarksOrBuilder
repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
-