Uses of Class
com.ironsoftware.ironpdf.internal.proto.StringDictionaryEntry.Builder
Packages that use StringDictionaryEntry.Builder
-
Uses of StringDictionaryEntry.Builder in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return StringDictionaryEntry.BuilderModifier and TypeMethodDescriptionStringDictionary.Builder.addItemsBuilder()repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;StringDictionary.Builder.addItemsBuilder(int index) repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;StringDictionaryEntry.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) StringDictionaryEntry.Builder.clear()StringDictionaryEntry.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) StringDictionaryEntry.Builder.clearKey()string key = 1;StringDictionaryEntry.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) StringDictionaryEntry.Builder.clearValue()string value = 2;StringDictionaryEntry.Builder.clone()StringDictionary.Builder.getItemsBuilder(int index) repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;StringDictionaryEntry.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StringDictionaryEntry.Builder.mergeFrom(com.google.protobuf.Message other) StringDictionaryEntry.Builder.mergeFrom(StringDictionaryEntry other) StringDictionaryEntry.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) StringDictionaryEntry.newBuilder()StringDictionaryEntry.newBuilder(StringDictionaryEntry prototype) StringDictionaryEntry.newBuilderForType()protected StringDictionaryEntry.BuilderStringDictionaryEntry.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) StringDictionaryEntry.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) string key = 1;StringDictionaryEntry.Builder.setKeyBytes(com.google.protobuf.ByteString value) string key = 1;StringDictionaryEntry.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) StringDictionaryEntry.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) string value = 2;StringDictionaryEntry.Builder.setValueBytes(com.google.protobuf.ByteString value) string value = 2;StringDictionaryEntry.toBuilder()Methods in com.ironsoftware.ironpdf.internal.proto that return types with arguments of type StringDictionaryEntry.BuilderModifier and TypeMethodDescriptionStringDictionary.Builder.getItemsBuilderList()repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type StringDictionaryEntry.BuilderModifier and TypeMethodDescriptionStringDictionary.Builder.addItems(int index, StringDictionaryEntry.Builder builderForValue) repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;StringDictionary.Builder.addItems(StringDictionaryEntry.Builder builderForValue) repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;StringDictionary.Builder.setItems(int index, StringDictionaryEntry.Builder builderForValue) repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;