Class PdfiumFontInfoCollectionP.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PdfiumFontInfoCollectionP.Builder>
-
- com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoCollectionP.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,PdfiumFontInfoCollectionPOrBuilder
,Cloneable
- Enclosing class:
- PdfiumFontInfoCollectionP
public static final class PdfiumFontInfoCollectionP.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PdfiumFontInfoCollectionP.Builder> implements PdfiumFontInfoCollectionPOrBuilder
Protobuf typeironpdfengineproto.PdfiumFontInfoCollectionP
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfiumFontInfoCollectionP.Builder
addAllValue(Iterable<? extends PdfiumFontInfoP> values)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
PdfiumFontInfoCollectionP.Builder
addValue(int index, PdfiumFontInfoP value)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
PdfiumFontInfoCollectionP.Builder
addValue(int index, PdfiumFontInfoP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
PdfiumFontInfoCollectionP.Builder
addValue(PdfiumFontInfoP value)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
PdfiumFontInfoCollectionP.Builder
addValue(PdfiumFontInfoP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
PdfiumFontInfoP.Builder
addValueBuilder()
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
PdfiumFontInfoP.Builder
addValueBuilder(int index)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
PdfiumFontInfoCollectionP
build()
PdfiumFontInfoCollectionP
buildPartial()
PdfiumFontInfoCollectionP.Builder
clear()
PdfiumFontInfoCollectionP.Builder
clearValue()
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
PdfiumFontInfoCollectionP
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
PdfiumFontInfoP
getValue(int index)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
PdfiumFontInfoP.Builder
getValueBuilder(int index)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
List<PdfiumFontInfoP.Builder>
getValueBuilderList()
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
int
getValueCount()
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
List<PdfiumFontInfoP>
getValueList()
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
PdfiumFontInfoPOrBuilder
getValueOrBuilder(int index)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
List<? extends PdfiumFontInfoPOrBuilder>
getValueOrBuilderList()
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
PdfiumFontInfoCollectionP.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PdfiumFontInfoCollectionP.Builder
mergeFrom(com.google.protobuf.Message other)
PdfiumFontInfoCollectionP.Builder
mergeFrom(PdfiumFontInfoCollectionP other)
PdfiumFontInfoCollectionP.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PdfiumFontInfoCollectionP.Builder
removeValue(int index)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
PdfiumFontInfoCollectionP.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PdfiumFontInfoCollectionP.Builder
setValue(int index, PdfiumFontInfoP value)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
PdfiumFontInfoCollectionP.Builder
setValue(int index, PdfiumFontInfoP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFontInfoCollectionP.Builder>
-
clear
public PdfiumFontInfoCollectionP.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFontInfoCollectionP.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFontInfoCollectionP.Builder>
-
getDefaultInstanceForType
public PdfiumFontInfoCollectionP getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public PdfiumFontInfoCollectionP build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PdfiumFontInfoCollectionP buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public PdfiumFontInfoCollectionP.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PdfiumFontInfoCollectionP.Builder>
-
mergeFrom
public PdfiumFontInfoCollectionP.Builder mergeFrom(PdfiumFontInfoCollectionP other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFontInfoCollectionP.Builder>
-
mergeFrom
public PdfiumFontInfoCollectionP.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PdfiumFontInfoCollectionP.Builder>
- Throws:
IOException
-
getValueList
public List<PdfiumFontInfoP> getValueList()
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
- Specified by:
getValueList
in interfacePdfiumFontInfoCollectionPOrBuilder
-
getValueCount
public int getValueCount()
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
- Specified by:
getValueCount
in interfacePdfiumFontInfoCollectionPOrBuilder
-
getValue
public PdfiumFontInfoP getValue(int index)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
- Specified by:
getValue
in interfacePdfiumFontInfoCollectionPOrBuilder
-
setValue
public PdfiumFontInfoCollectionP.Builder setValue(int index, PdfiumFontInfoP value)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
-
setValue
public PdfiumFontInfoCollectionP.Builder setValue(int index, PdfiumFontInfoP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
-
addValue
public PdfiumFontInfoCollectionP.Builder addValue(PdfiumFontInfoP value)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
-
addValue
public PdfiumFontInfoCollectionP.Builder addValue(int index, PdfiumFontInfoP value)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
-
addValue
public PdfiumFontInfoCollectionP.Builder addValue(PdfiumFontInfoP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
-
addValue
public PdfiumFontInfoCollectionP.Builder addValue(int index, PdfiumFontInfoP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
-
addAllValue
public PdfiumFontInfoCollectionP.Builder addAllValue(Iterable<? extends PdfiumFontInfoP> values)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
-
clearValue
public PdfiumFontInfoCollectionP.Builder clearValue()
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
-
removeValue
public PdfiumFontInfoCollectionP.Builder removeValue(int index)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
-
getValueBuilder
public PdfiumFontInfoP.Builder getValueBuilder(int index)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
-
getValueOrBuilder
public PdfiumFontInfoPOrBuilder getValueOrBuilder(int index)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
- Specified by:
getValueOrBuilder
in interfacePdfiumFontInfoCollectionPOrBuilder
-
getValueOrBuilderList
public List<? extends PdfiumFontInfoPOrBuilder> getValueOrBuilderList()
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
- Specified by:
getValueOrBuilderList
in interfacePdfiumFontInfoCollectionPOrBuilder
-
addValueBuilder
public PdfiumFontInfoP.Builder addValueBuilder()
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
-
addValueBuilder
public PdfiumFontInfoP.Builder addValueBuilder(int index)
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
-
getValueBuilderList
public List<PdfiumFontInfoP.Builder> getValueBuilderList()
repeated .ironpdfengineproto.PdfiumFontInfoP value = 1;
-
setUnknownFields
public final PdfiumFontInfoCollectionP.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFontInfoCollectionP.Builder>
-
mergeUnknownFields
public final PdfiumFontInfoCollectionP.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFontInfoCollectionP.Builder>
-
-