Class PdfiumPdfAnnotationP.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>
-
- com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,PdfiumPdfAnnotationPOrBuilder
,Cloneable
- Enclosing class:
- PdfiumPdfAnnotationP
public static final class PdfiumPdfAnnotationP.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder> implements PdfiumPdfAnnotationPOrBuilder
Protobuf typeironpdfengineproto.PdfiumPdfAnnotationP
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfiumPdfAnnotationP.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PdfiumPdfAnnotationP
build()
PdfiumPdfAnnotationP
buildPartial()
PdfiumPdfAnnotationP.Builder
clear()
PdfiumPdfAnnotationP.Builder
clearContents()
optional string contents = 7;
PdfiumPdfAnnotationP.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
PdfiumPdfAnnotationP.Builder
clearHeight()
double height = 6;
PdfiumPdfAnnotationP.Builder
clearName()
optional string name = 8;
PdfiumPdfAnnotationP.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
PdfiumPdfAnnotationP.Builder
clearSubtype()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
PdfiumPdfAnnotationP.Builder
clearWidth()
double width = 5;
PdfiumPdfAnnotationP.Builder
clearX()
double x = 3;
PdfiumPdfAnnotationP.Builder
clearY()
double y = 4;
PdfiumPdfAnnotationP.Builder
clone()
String
getContents()
optional string contents = 7;
com.google.protobuf.ByteString
getContentsBytes()
optional string contents = 7;
PdfiumPdfAnnotationP
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
double
getHeight()
double height = 6;
String
getName()
optional string name = 8;
com.google.protobuf.ByteString
getNameBytes()
optional string name = 8;
PdfiumAnnotationSubTypesP
getSubtype()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
PdfiumAnnotationSubTypesP.Builder
getSubtypeBuilder()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
PdfiumAnnotationSubTypesPOrBuilder
getSubtypeOrBuilder()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
double
getWidth()
double width = 5;
double
getX()
double x = 3;
double
getY()
double y = 4;
boolean
hasContents()
optional string contents = 7;
boolean
hasName()
optional string name = 8;
boolean
hasSubtype()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
PdfiumPdfAnnotationP.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PdfiumPdfAnnotationP.Builder
mergeFrom(com.google.protobuf.Message other)
PdfiumPdfAnnotationP.Builder
mergeFrom(PdfiumPdfAnnotationP other)
PdfiumPdfAnnotationP.Builder
mergeSubtype(PdfiumAnnotationSubTypesP value)
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
PdfiumPdfAnnotationP.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PdfiumPdfAnnotationP.Builder
setContents(String value)
optional string contents = 7;
PdfiumPdfAnnotationP.Builder
setContentsBytes(com.google.protobuf.ByteString value)
optional string contents = 7;
PdfiumPdfAnnotationP.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PdfiumPdfAnnotationP.Builder
setHeight(double value)
double height = 6;
PdfiumPdfAnnotationP.Builder
setName(String value)
optional string name = 8;
PdfiumPdfAnnotationP.Builder
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 8;
PdfiumPdfAnnotationP.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
PdfiumPdfAnnotationP.Builder
setSubtype(PdfiumAnnotationSubTypesP value)
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
PdfiumPdfAnnotationP.Builder
setSubtype(PdfiumAnnotationSubTypesP.Builder builderForValue)
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
PdfiumPdfAnnotationP.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PdfiumPdfAnnotationP.Builder
setWidth(double value)
double width = 5;
PdfiumPdfAnnotationP.Builder
setX(double value)
double x = 3;
PdfiumPdfAnnotationP.Builder
setY(double value)
double y = 4;
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, 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<PdfiumPdfAnnotationP.Builder>
-
clear
public PdfiumPdfAnnotationP.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<PdfiumPdfAnnotationP.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<PdfiumPdfAnnotationP.Builder>
-
getDefaultInstanceForType
public PdfiumPdfAnnotationP getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public PdfiumPdfAnnotationP build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PdfiumPdfAnnotationP buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public PdfiumPdfAnnotationP.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>
-
setField
public PdfiumPdfAnnotationP.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>
-
clearField
public PdfiumPdfAnnotationP.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>
-
clearOneof
public PdfiumPdfAnnotationP.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>
-
setRepeatedField
public PdfiumPdfAnnotationP.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>
-
addRepeatedField
public PdfiumPdfAnnotationP.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>
-
mergeFrom
public PdfiumPdfAnnotationP.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PdfiumPdfAnnotationP.Builder>
-
mergeFrom
public PdfiumPdfAnnotationP.Builder mergeFrom(PdfiumPdfAnnotationP other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>
-
mergeFrom
public PdfiumPdfAnnotationP.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<PdfiumPdfAnnotationP.Builder>
- Throws:
IOException
-
hasSubtype
public boolean hasSubtype()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
- Specified by:
hasSubtype
in interfacePdfiumPdfAnnotationPOrBuilder
- Returns:
- Whether the subtype field is set.
-
getSubtype
public PdfiumAnnotationSubTypesP getSubtype()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
- Specified by:
getSubtype
in interfacePdfiumPdfAnnotationPOrBuilder
- Returns:
- The subtype.
-
setSubtype
public PdfiumPdfAnnotationP.Builder setSubtype(PdfiumAnnotationSubTypesP value)
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
-
setSubtype
public PdfiumPdfAnnotationP.Builder setSubtype(PdfiumAnnotationSubTypesP.Builder builderForValue)
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
-
mergeSubtype
public PdfiumPdfAnnotationP.Builder mergeSubtype(PdfiumAnnotationSubTypesP value)
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
-
clearSubtype
public PdfiumPdfAnnotationP.Builder clearSubtype()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
-
getSubtypeBuilder
public PdfiumAnnotationSubTypesP.Builder getSubtypeBuilder()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
-
getSubtypeOrBuilder
public PdfiumAnnotationSubTypesPOrBuilder getSubtypeOrBuilder()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
- Specified by:
getSubtypeOrBuilder
in interfacePdfiumPdfAnnotationPOrBuilder
-
getX
public double getX()
double x = 3;
- Specified by:
getX
in interfacePdfiumPdfAnnotationPOrBuilder
- Returns:
- The x.
-
setX
public PdfiumPdfAnnotationP.Builder setX(double value)
double x = 3;
- Parameters:
value
- The x to set.- Returns:
- This builder for chaining.
-
clearX
public PdfiumPdfAnnotationP.Builder clearX()
double x = 3;
- Returns:
- This builder for chaining.
-
getY
public double getY()
double y = 4;
- Specified by:
getY
in interfacePdfiumPdfAnnotationPOrBuilder
- Returns:
- The y.
-
setY
public PdfiumPdfAnnotationP.Builder setY(double value)
double y = 4;
- Parameters:
value
- The y to set.- Returns:
- This builder for chaining.
-
clearY
public PdfiumPdfAnnotationP.Builder clearY()
double y = 4;
- Returns:
- This builder for chaining.
-
getWidth
public double getWidth()
double width = 5;
- Specified by:
getWidth
in interfacePdfiumPdfAnnotationPOrBuilder
- Returns:
- The width.
-
setWidth
public PdfiumPdfAnnotationP.Builder setWidth(double value)
double width = 5;
- Parameters:
value
- The width to set.- Returns:
- This builder for chaining.
-
clearWidth
public PdfiumPdfAnnotationP.Builder clearWidth()
double width = 5;
- Returns:
- This builder for chaining.
-
getHeight
public double getHeight()
double height = 6;
- Specified by:
getHeight
in interfacePdfiumPdfAnnotationPOrBuilder
- Returns:
- The height.
-
setHeight
public PdfiumPdfAnnotationP.Builder setHeight(double value)
double height = 6;
- Parameters:
value
- The height to set.- Returns:
- This builder for chaining.
-
clearHeight
public PdfiumPdfAnnotationP.Builder clearHeight()
double height = 6;
- Returns:
- This builder for chaining.
-
hasContents
public boolean hasContents()
optional string contents = 7;
- Specified by:
hasContents
in interfacePdfiumPdfAnnotationPOrBuilder
- Returns:
- Whether the contents field is set.
-
getContents
public String getContents()
optional string contents = 7;
- Specified by:
getContents
in interfacePdfiumPdfAnnotationPOrBuilder
- Returns:
- The contents.
-
getContentsBytes
public com.google.protobuf.ByteString getContentsBytes()
optional string contents = 7;
- Specified by:
getContentsBytes
in interfacePdfiumPdfAnnotationPOrBuilder
- Returns:
- The bytes for contents.
-
setContents
public PdfiumPdfAnnotationP.Builder setContents(String value)
optional string contents = 7;
- Parameters:
value
- The contents to set.- Returns:
- This builder for chaining.
-
clearContents
public PdfiumPdfAnnotationP.Builder clearContents()
optional string contents = 7;
- Returns:
- This builder for chaining.
-
setContentsBytes
public PdfiumPdfAnnotationP.Builder setContentsBytes(com.google.protobuf.ByteString value)
optional string contents = 7;
- Parameters:
value
- The bytes for contents to set.- Returns:
- This builder for chaining.
-
hasName
public boolean hasName()
optional string name = 8;
- Specified by:
hasName
in interfacePdfiumPdfAnnotationPOrBuilder
- Returns:
- Whether the name field is set.
-
getName
public String getName()
optional string name = 8;
- Specified by:
getName
in interfacePdfiumPdfAnnotationPOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
optional string name = 8;
- Specified by:
getNameBytes
in interfacePdfiumPdfAnnotationPOrBuilder
- Returns:
- The bytes for name.
-
setName
public PdfiumPdfAnnotationP.Builder setName(String value)
optional string name = 8;
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
public PdfiumPdfAnnotationP.Builder clearName()
optional string name = 8;
- Returns:
- This builder for chaining.
-
setNameBytes
public PdfiumPdfAnnotationP.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 8;
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final PdfiumPdfAnnotationP.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>
-
mergeUnknownFields
public final PdfiumPdfAnnotationP.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>
-
-