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.BuilderPdfiumFontInfoCollectionP.Builder. addValueBuilder()repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;PdfiumFontInfoP.BuilderPdfiumFontInfoCollectionP.Builder. addValueBuilder(int index)repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;PdfiumFontInfoP.BuilderPdfiumFontInfoP.Builder. clear()PdfiumFontInfoP.BuilderPdfiumFontInfoP.Builder. clearId()int32 id = 1;PdfiumFontInfoP.BuilderPdfiumFontInfoP.Builder. clearIsEmbedded()bool is_embedded = 4;PdfiumFontInfoP.BuilderPdfiumFontInfoP.Builder. clearName()string name = 5;PdfiumFontInfoP.BuilderPdfiumFontInfoP.Builder. clearNameLength()int32 name_length = 3;PdfiumFontInfoP.BuilderPdfiumFontInfoP.Builder. clearObjNum()uint32 obj_num = 2;PdfiumFontInfoP.BuilderPdfiumFontInfoP.Builder. clearType()int32 type = 6;PdfiumFontInfoP.BuilderPdfiumFontInfoCollectionP.Builder. getValueBuilder(int index)repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;PdfiumFontInfoP.BuilderPdfiumFontInfoP.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PdfiumFontInfoP.BuilderPdfiumFontInfoP.Builder. mergeFrom(com.google.protobuf.Message other)PdfiumFontInfoP.BuilderPdfiumFontInfoP.Builder. mergeFrom(PdfiumFontInfoP other)PdfiumFontInfoP.BuilderPdfiumFontInfoP.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static PdfiumFontInfoP.BuilderPdfiumFontInfoP. newBuilder()static PdfiumFontInfoP.BuilderPdfiumFontInfoP. newBuilder(PdfiumFontInfoP prototype)PdfiumFontInfoP.BuilderPdfiumFontInfoP. newBuilderForType()protected PdfiumFontInfoP.BuilderPdfiumFontInfoP. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)PdfiumFontInfoP.BuilderPdfiumFontInfoP.Builder. setId(int value)int32 id = 1;PdfiumFontInfoP.BuilderPdfiumFontInfoP.Builder. setIsEmbedded(boolean value)bool is_embedded = 4;PdfiumFontInfoP.BuilderPdfiumFontInfoP.Builder. setName(String value)string name = 5;PdfiumFontInfoP.BuilderPdfiumFontInfoP.Builder. setNameBytes(com.google.protobuf.ByteString value)string name = 5;PdfiumFontInfoP.BuilderPdfiumFontInfoP.Builder. setNameLength(int value)int32 name_length = 3;PdfiumFontInfoP.BuilderPdfiumFontInfoP.Builder. setObjNum(int value)uint32 obj_num = 2;PdfiumFontInfoP.BuilderPdfiumFontInfoP.Builder. setType(int value)int32 type = 6;PdfiumFontInfoP.BuilderPdfiumFontInfoP.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)PdfiumFontInfoP.BuilderPdfiumFontInfoP. 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.BuilderPdfiumFontInfoCollectionP.Builder. addValue(int index, PdfiumFontInfoP.Builder builderForValue)repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;PdfiumFontInfoCollectionP.BuilderPdfiumFontInfoCollectionP.Builder. addValue(PdfiumFontInfoP.Builder builderForValue)repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;PdfiumFontInfoCollectionP.BuilderPdfiumFontInfoCollectionP.Builder. setValue(int index, PdfiumFontInfoP.Builder builderForValue)repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
-