Uses of Class
com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP.Builder
-
Packages that use PdfiumFontInfoP.Builder Package Description com.ironsoftware.ironpdf.internal.proto -
-
Uses of PdfiumFontInfoP.Builder in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return PdfiumFontInfoP.Builder Modifier and Type Method Description PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PdfiumFontInfoP.Builder
PdfiumFontInfoCollectionP.Builder. addValueBuilder()
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
PdfiumFontInfoP.Builder
PdfiumFontInfoCollectionP.Builder. addValueBuilder(int index)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. clear()
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. clearDescendantFontObjNum()
uint32 descendant_font_obj_num = 5;
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. clearIsEmbedded()
bool is_embedded = 2;
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. clearName()
string name = 3;
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. clearObjNum()
uint32 obj_num = 1;
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. clearType()
int32 type = 4;
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. clone()
PdfiumFontInfoP.Builder
ChromeTextHeaderFooterP.Builder. getFontBuilder()
optional .ironpdfengineproto.PdfiumFontInfoP font = 5;
PdfiumFontInfoP.Builder
PdfiumAddFontViaByteArrayResultP.Builder. getResultBuilder()
.ironpdfengineproto.PdfiumFontInfoP result = 1;
PdfiumFontInfoP.Builder
PdfiumAddFontViaStandardFontEnumValResultP.Builder. getResultBuilder()
.ironpdfengineproto.PdfiumFontInfoP result = 1;
PdfiumFontInfoP.Builder
PdfiumAddFontViaStandardFontNameResultP.Builder. getResultBuilder()
.ironpdfengineproto.PdfiumFontInfoP result = 1;
PdfiumFontInfoP.Builder
PdfiumGetFontInfoAtResultP.Builder. getResultBuilder()
.ironpdfengineproto.PdfiumFontInfoP result = 1;
PdfiumFontInfoP.Builder
PdfiumFontInfoCollectionP.Builder. getValueBuilder(int index)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. mergeFrom(com.google.protobuf.Message other)
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. mergeFrom(PdfiumFontInfoP other)
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static PdfiumFontInfoP.Builder
PdfiumFontInfoP. newBuilder()
static PdfiumFontInfoP.Builder
PdfiumFontInfoP. newBuilder(PdfiumFontInfoP prototype)
PdfiumFontInfoP.Builder
PdfiumFontInfoP. newBuilderForType()
protected PdfiumFontInfoP.Builder
PdfiumFontInfoP. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. setDescendantFontObjNum(int value)
uint32 descendant_font_obj_num = 5;
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. setIsEmbedded(boolean value)
bool is_embedded = 2;
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. setName(String value)
string name = 3;
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. setNameBytes(com.google.protobuf.ByteString value)
string name = 3;
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. setObjNum(int value)
uint32 obj_num = 1;
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. setType(int value)
int32 type = 4;
PdfiumFontInfoP.Builder
PdfiumFontInfoP.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PdfiumFontInfoP.Builder
PdfiumFontInfoP. toBuilder()
Methods in com.ironsoftware.ironpdf.internal.proto that return types with arguments of type PdfiumFontInfoP.Builder Modifier and Type Method Description List<PdfiumFontInfoP.Builder>
PdfiumFontInfoCollectionP.Builder. getValueBuilderList()
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type PdfiumFontInfoP.Builder Modifier and Type Method Description PdfiumFontInfoCollectionP.Builder
PdfiumFontInfoCollectionP.Builder. addValue(int index, PdfiumFontInfoP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
PdfiumFontInfoCollectionP.Builder
PdfiumFontInfoCollectionP.Builder. addValue(PdfiumFontInfoP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
ChromeTextHeaderFooterP.Builder
ChromeTextHeaderFooterP.Builder. setFont(PdfiumFontInfoP.Builder builderForValue)
optional .ironpdfengineproto.PdfiumFontInfoP font = 5;
PdfiumAddFontViaByteArrayResultP.Builder
PdfiumAddFontViaByteArrayResultP.Builder. setResult(PdfiumFontInfoP.Builder builderForValue)
.ironpdfengineproto.PdfiumFontInfoP result = 1;
PdfiumAddFontViaStandardFontEnumValResultP.Builder
PdfiumAddFontViaStandardFontEnumValResultP.Builder. setResult(PdfiumFontInfoP.Builder builderForValue)
.ironpdfengineproto.PdfiumFontInfoP result = 1;
PdfiumAddFontViaStandardFontNameResultP.Builder
PdfiumAddFontViaStandardFontNameResultP.Builder. setResult(PdfiumFontInfoP.Builder builderForValue)
.ironpdfengineproto.PdfiumFontInfoP result = 1;
PdfiumGetFontInfoAtResultP.Builder
PdfiumGetFontInfoAtResultP.Builder. setResult(PdfiumFontInfoP.Builder builderForValue)
.ironpdfengineproto.PdfiumFontInfoP result = 1;
PdfiumFontInfoCollectionP.Builder
PdfiumFontInfoCollectionP.Builder. setValue(int index, PdfiumFontInfoP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
-