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