Uses of Class
com.ironsoftware.ironpdf.internal.proto.Bookmark
-
Uses of Bookmark in com.ironsoftware.ironpdf.internal.proto
Modifier and TypeMethodDescriptionBookmark.Builder.build()
Bookmark.Builder.buildPartial()
BookmarkCollection.Builder.getBookmarks
(int index) repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
BookmarkCollection.getBookmarks
(int index) repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
BookmarkCollectionOrBuilder.getBookmarks
(int index) repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
static Bookmark
Bookmark.getDefaultInstance()
Bookmark.Builder.getDefaultInstanceForType()
Bookmark.getDefaultInstanceForType()
static Bookmark
Bookmark.parseDelimitedFrom
(InputStream input) static Bookmark
Bookmark.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Bookmark
Bookmark.parseFrom
(byte[] data) static Bookmark
Bookmark.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Bookmark
Bookmark.parseFrom
(com.google.protobuf.ByteString data) static Bookmark
Bookmark.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Bookmark
Bookmark.parseFrom
(com.google.protobuf.CodedInputStream input) static Bookmark
Bookmark.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Bookmark
Bookmark.parseFrom
(InputStream input) static Bookmark
Bookmark.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Bookmark
Bookmark.parseFrom
(ByteBuffer data) static Bookmark
Bookmark.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionBookmarkCollection.Builder.getBookmarksList()
repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
BookmarkCollection.getBookmarksList()
repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
BookmarkCollectionOrBuilder.getBookmarksList()
repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
com.google.protobuf.Parser<Bookmark>
Bookmark.getParserForType()
static com.google.protobuf.Parser<Bookmark>
Bookmark.parser()
Modifier and TypeMethodDescriptionBookmarkCollection.Builder.addBookmarks
(int index, Bookmark value) repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
BookmarkCollection.Builder.addBookmarks
(Bookmark value) repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
static Bookmark.Builder
Bookmark.newBuilder
(Bookmark prototype) BookmarkCollection.Builder.setBookmarks
(int index, Bookmark value) repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
Modifier and TypeMethodDescriptionBookmarkCollection.Builder.addAllBookmarks
(Iterable<? extends Bookmark> values) repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;