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 StringDictionaryEntryP
StringDictionaryEntryP.Builder. build()
StringDictionaryEntryP
StringDictionaryEntryP.Builder. buildPartial()
static StringDictionaryEntryP
StringDictionaryEntryP. getDefaultInstance()
StringDictionaryEntryP
StringDictionaryEntryP.Builder. getDefaultInstanceForType()
StringDictionaryEntryP
StringDictionaryEntryP. getDefaultInstanceForType()
StringDictionaryEntryP
StringDictionaryP.Builder. getItems(int index)
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
StringDictionaryEntryP
StringDictionaryP. getItems(int index)
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
StringDictionaryEntryP
StringDictionaryPOrBuilder. getItems(int index)
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
static StringDictionaryEntryP
StringDictionaryEntryP. parseDelimitedFrom(InputStream input)
static StringDictionaryEntryP
StringDictionaryEntryP. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StringDictionaryEntryP
StringDictionaryEntryP. parseFrom(byte[] data)
static StringDictionaryEntryP
StringDictionaryEntryP. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StringDictionaryEntryP
StringDictionaryEntryP. parseFrom(com.google.protobuf.ByteString data)
static StringDictionaryEntryP
StringDictionaryEntryP. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StringDictionaryEntryP
StringDictionaryEntryP. parseFrom(com.google.protobuf.CodedInputStream input)
static StringDictionaryEntryP
StringDictionaryEntryP. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StringDictionaryEntryP
StringDictionaryEntryP. parseFrom(InputStream input)
static StringDictionaryEntryP
StringDictionaryEntryP. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StringDictionaryEntryP
StringDictionaryEntryP. parseFrom(ByteBuffer data)
static StringDictionaryEntryP
StringDictionaryEntryP. 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.Builder
StringDictionaryP.Builder. addItems(int index, StringDictionaryEntryP value)
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
StringDictionaryP.Builder
StringDictionaryP.Builder. addItems(StringDictionaryEntryP value)
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
StringDictionaryEntryP.Builder
StringDictionaryEntryP.Builder. mergeFrom(StringDictionaryEntryP other)
static StringDictionaryEntryP.Builder
StringDictionaryEntryP. newBuilder(StringDictionaryEntryP prototype)
StringDictionaryP.Builder
StringDictionaryP.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.Builder
StringDictionaryP.Builder. addAllItems(Iterable<? extends StringDictionaryEntryP> values)
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
-