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 BookmarkBookmark.getDefaultInstance()Bookmark.Builder.getDefaultInstanceForType()Bookmark.getDefaultInstanceForType()static BookmarkBookmark.parseDelimitedFrom(InputStream input) static BookmarkBookmark.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BookmarkBookmark.parseFrom(byte[] data) static BookmarkBookmark.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BookmarkBookmark.parseFrom(com.google.protobuf.ByteString data) static BookmarkBookmark.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BookmarkBookmark.parseFrom(com.google.protobuf.CodedInputStream input) static BookmarkBookmark.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BookmarkBookmark.parseFrom(InputStream input) static BookmarkBookmark.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BookmarkBookmark.parseFrom(ByteBuffer data) static BookmarkBookmark.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.BuilderBookmark.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;