Uses of Class
com.ironsoftware.ironpdf.internal.proto.StringDictionaryEntry
-
Uses of StringDictionaryEntry in com.ironsoftware.ironpdf.internal.proto
Modifier and TypeMethodDescriptionStringDictionaryEntry.Builder.build()
StringDictionaryEntry.Builder.buildPartial()
static StringDictionaryEntry
StringDictionaryEntry.getDefaultInstance()
StringDictionaryEntry.Builder.getDefaultInstanceForType()
StringDictionaryEntry.getDefaultInstanceForType()
StringDictionary.Builder.getItems
(int index) repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
StringDictionary.getItems
(int index) repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
StringDictionaryOrBuilder.getItems
(int index) repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
static StringDictionaryEntry
StringDictionaryEntry.parseDelimitedFrom
(InputStream input) static StringDictionaryEntry
StringDictionaryEntry.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StringDictionaryEntry
StringDictionaryEntry.parseFrom
(byte[] data) static StringDictionaryEntry
StringDictionaryEntry.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StringDictionaryEntry
StringDictionaryEntry.parseFrom
(com.google.protobuf.ByteString data) static StringDictionaryEntry
StringDictionaryEntry.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StringDictionaryEntry
StringDictionaryEntry.parseFrom
(com.google.protobuf.CodedInputStream input) static StringDictionaryEntry
StringDictionaryEntry.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StringDictionaryEntry
StringDictionaryEntry.parseFrom
(InputStream input) static StringDictionaryEntry
StringDictionaryEntry.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StringDictionaryEntry
StringDictionaryEntry.parseFrom
(ByteBuffer data) static StringDictionaryEntry
StringDictionaryEntry.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionStringDictionary.Builder.getItemsList()
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
StringDictionary.getItemsList()
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
StringDictionaryOrBuilder.getItemsList()
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
com.google.protobuf.Parser<StringDictionaryEntry>
StringDictionaryEntry.getParserForType()
static com.google.protobuf.Parser<StringDictionaryEntry>
StringDictionaryEntry.parser()
Modifier and TypeMethodDescriptionStringDictionary.Builder.addItems
(int index, StringDictionaryEntry value) repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
StringDictionary.Builder.addItems
(StringDictionaryEntry value) repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
StringDictionaryEntry.Builder.mergeFrom
(StringDictionaryEntry other) StringDictionaryEntry.newBuilder
(StringDictionaryEntry prototype) StringDictionary.Builder.setItems
(int index, StringDictionaryEntry value) repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
Modifier and TypeMethodDescriptionStringDictionary.Builder.addAllItems
(Iterable<? extends StringDictionaryEntry> values) repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;