Uses of Class
com.ironsoftware.ironpdf.internal.proto.Bookmark.Builder
Packages that use Bookmark.Builder
-
Uses of Bookmark.Builder in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return Bookmark.BuilderModifier and TypeMethodDescriptionBookmarkCollection.Builder.addBookmarksBuilder()repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;BookmarkCollection.Builder.addBookmarksBuilder(int index) repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;Bookmark.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Bookmark.Builder.clear()Bookmark.Builder.clearDestinationType()optional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1;Bookmark.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Bookmark.Builder.clearNextBookmarkText()optional string next_bookmark_text = 2;Bookmark.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Bookmark.Builder.clearPageIndex()int32 page_index = 4;Bookmark.Builder.clearParentBookmarkText()optional string parent_bookmark_text = 3;Bookmark.Builder.clearPreviousBookmarkText()optional string previous_bookmark_text = 5;Bookmark.Builder.clearText()string text = 6;Bookmark.Builder.clone()BookmarkCollection.Builder.getBookmarksBuilder(int index) repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;Bookmark.Builder.mergeDestinationType(BookmarkDestinations value) optional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1;Bookmark.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Bookmark.Builder.mergeFrom(com.google.protobuf.Message other) final Bookmark.BuilderBookmark.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Bookmark.BuilderBookmark.newBuilder()static Bookmark.BuilderBookmark.newBuilder(Bookmark prototype) Bookmark.newBuilderForType()protected Bookmark.BuilderBookmark.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Bookmark.Builder.setDestinationType(BookmarkDestinations value) optional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1;Bookmark.Builder.setDestinationType(BookmarkDestinations.Builder builderForValue) optional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1;Bookmark.Builder.setNextBookmarkText(String value) optional string next_bookmark_text = 2;Bookmark.Builder.setNextBookmarkTextBytes(com.google.protobuf.ByteString value) optional string next_bookmark_text = 2;Bookmark.Builder.setPageIndex(int value) int32 page_index = 4;Bookmark.Builder.setParentBookmarkText(String value) optional string parent_bookmark_text = 3;Bookmark.Builder.setParentBookmarkTextBytes(com.google.protobuf.ByteString value) optional string parent_bookmark_text = 3;Bookmark.Builder.setPreviousBookmarkText(String value) optional string previous_bookmark_text = 5;Bookmark.Builder.setPreviousBookmarkTextBytes(com.google.protobuf.ByteString value) optional string previous_bookmark_text = 5;Bookmark.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) string text = 6;Bookmark.Builder.setTextBytes(com.google.protobuf.ByteString value) string text = 6;final Bookmark.BuilderBookmark.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Bookmark.toBuilder()Methods in com.ironsoftware.ironpdf.internal.proto that return types with arguments of type Bookmark.BuilderModifier and TypeMethodDescriptionBookmarkCollection.Builder.getBookmarksBuilderList()repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type Bookmark.BuilderModifier and TypeMethodDescriptionBookmarkCollection.Builder.addBookmarks(int index, Bookmark.Builder builderForValue) repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;BookmarkCollection.Builder.addBookmarks(Bookmark.Builder builderForValue) repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;BookmarkCollection.Builder.setBookmarks(int index, Bookmark.Builder builderForValue) repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;