Uses of Class
com.ironsoftware.ironpdf.internal.proto.Bookmark
Packages that use Bookmark
-
Uses of Bookmark in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return BookmarkModifier 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) Methods in com.ironsoftware.ironpdf.internal.proto that return types with arguments of type BookmarkModifier 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()
Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type BookmarkModifier 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;
Method parameters in com.ironsoftware.ironpdf.internal.proto with type arguments of type BookmarkModifier and TypeMethodDescriptionBookmarkCollection.Builder.addAllBookmarks
(Iterable<? extends Bookmark> values) repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;