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