Package | Description |
---|---|
com.ironsoftware.ironpdf.internal.proto |
Modifier and Type | Method and Description |
---|---|
Bookmark |
Bookmark.Builder.build() |
Bookmark |
Bookmark.Builder.buildPartial() |
Bookmark |
BookmarkCollection.getBookmarks(int index)
repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1; |
Bookmark |
BookmarkCollection.Builder.getBookmarks(int index)
repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1; |
Bookmark |
BookmarkCollectionOrBuilder.getBookmarks(int index)
repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1; |
static Bookmark |
Bookmark.getDefaultInstance() |
Bookmark |
Bookmark.getDefaultInstanceForType() |
Bookmark |
Bookmark.Builder.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(ByteBuffer data) |
static Bookmark |
Bookmark.parseFrom(ByteBuffer 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) |
Modifier and Type | Method and Description |
---|---|
List<Bookmark> |
BookmarkCollection.getBookmarksList()
repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1; |
List<Bookmark> |
BookmarkCollection.Builder.getBookmarksList()
repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1; |
List<Bookmark> |
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 Type | Method and Description |
---|---|
BookmarkCollection.Builder |
BookmarkCollection.Builder.addBookmarks(Bookmark value)
repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1; |
BookmarkCollection.Builder |
BookmarkCollection.Builder.addBookmarks(int index,
Bookmark value)
repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1; |
Bookmark.Builder |
Bookmark.Builder.mergeFrom(Bookmark other) |
static Bookmark.Builder |
Bookmark.newBuilder(Bookmark prototype) |
BookmarkCollection.Builder |
BookmarkCollection.Builder.setBookmarks(int index,
Bookmark value)
repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1; |
Modifier and Type | Method and Description |
---|---|
BookmarkCollection.Builder |
BookmarkCollection.Builder.addAllBookmarks(Iterable<? extends Bookmark> values)
repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1; |
Copyright © 2022–2023 Iron Software. All rights reserved.