Uses of Class
com.ironsoftware.ironpdf.internal.proto.StringDictionaryEntryP
-
Packages that use StringDictionaryEntryP Package Description com.ironsoftware.ironpdf.internal.proto -
-
Uses of StringDictionaryEntryP in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return StringDictionaryEntryP Modifier and Type Method Description StringDictionaryEntryPStringDictionaryEntryP.Builder. build()StringDictionaryEntryPStringDictionaryEntryP.Builder. buildPartial()static StringDictionaryEntryPStringDictionaryEntryP. getDefaultInstance()StringDictionaryEntryPStringDictionaryEntryP.Builder. getDefaultInstanceForType()StringDictionaryEntryPStringDictionaryEntryP. getDefaultInstanceForType()StringDictionaryEntryPStringDictionaryP.Builder. getItems(int index)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;StringDictionaryEntryPStringDictionaryP. getItems(int index)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;StringDictionaryEntryPStringDictionaryPOrBuilder. getItems(int index)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;static StringDictionaryEntryPStringDictionaryEntryP. parseDelimitedFrom(InputStream input)static StringDictionaryEntryPStringDictionaryEntryP. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StringDictionaryEntryPStringDictionaryEntryP. parseFrom(byte[] data)static StringDictionaryEntryPStringDictionaryEntryP. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StringDictionaryEntryPStringDictionaryEntryP. parseFrom(com.google.protobuf.ByteString data)static StringDictionaryEntryPStringDictionaryEntryP. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StringDictionaryEntryPStringDictionaryEntryP. parseFrom(com.google.protobuf.CodedInputStream input)static StringDictionaryEntryPStringDictionaryEntryP. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StringDictionaryEntryPStringDictionaryEntryP. parseFrom(InputStream input)static StringDictionaryEntryPStringDictionaryEntryP. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StringDictionaryEntryPStringDictionaryEntryP. parseFrom(ByteBuffer data)static StringDictionaryEntryPStringDictionaryEntryP. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.ironsoftware.ironpdf.internal.proto that return types with arguments of type StringDictionaryEntryP Modifier and Type Method Description List<StringDictionaryEntryP>StringDictionaryP.Builder. getItemsList()repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;List<StringDictionaryEntryP>StringDictionaryP. getItemsList()repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;List<StringDictionaryEntryP>StringDictionaryPOrBuilder. getItemsList()repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;com.google.protobuf.Parser<StringDictionaryEntryP>StringDictionaryEntryP. getParserForType()static com.google.protobuf.Parser<StringDictionaryEntryP>StringDictionaryEntryP. parser()Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type StringDictionaryEntryP Modifier and Type Method Description StringDictionaryP.BuilderStringDictionaryP.Builder. addItems(int index, StringDictionaryEntryP value)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;StringDictionaryP.BuilderStringDictionaryP.Builder. addItems(StringDictionaryEntryP value)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;StringDictionaryEntryP.BuilderStringDictionaryEntryP.Builder. mergeFrom(StringDictionaryEntryP other)static StringDictionaryEntryP.BuilderStringDictionaryEntryP. newBuilder(StringDictionaryEntryP prototype)StringDictionaryP.BuilderStringDictionaryP.Builder. setItems(int index, StringDictionaryEntryP value)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;Method parameters in com.ironsoftware.ironpdf.internal.proto with type arguments of type StringDictionaryEntryP Modifier and Type Method Description StringDictionaryP.BuilderStringDictionaryP.Builder. addAllItems(Iterable<? extends StringDictionaryEntryP> values)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
-