public static final class PdfiumPdfAnnotationP.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder> implements PdfiumPdfAnnotationPOrBuilder
ironpdfengineproto.PdfiumPdfAnnotationP| Modifier and Type | Method and 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; |
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.Builder builderForValue)
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2; |
PdfiumPdfAnnotationP.Builder |
setSubtype(PdfiumAnnotationSubTypesP value)
.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; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForFieldfindInitializationErrors, getInitializationErrorString, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toStringmergeDelimitedFrom, mergeDelimitedFromequals, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public PdfiumPdfAnnotationP.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>public PdfiumPdfAnnotationP getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic PdfiumPdfAnnotationP build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic PdfiumPdfAnnotationP buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic PdfiumPdfAnnotationP.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>public PdfiumPdfAnnotationP.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>public PdfiumPdfAnnotationP.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>public PdfiumPdfAnnotationP.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>public PdfiumPdfAnnotationP.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>public PdfiumPdfAnnotationP.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>public PdfiumPdfAnnotationP.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PdfiumPdfAnnotationP.Builder>public PdfiumPdfAnnotationP.Builder mergeFrom(PdfiumPdfAnnotationP other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>public PdfiumPdfAnnotationP.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PdfiumPdfAnnotationP.Builder>IOExceptionpublic boolean hasSubtype()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;hasSubtype in interface PdfiumPdfAnnotationPOrBuilderpublic PdfiumAnnotationSubTypesP getSubtype()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;getSubtype in interface PdfiumPdfAnnotationPOrBuilderpublic PdfiumPdfAnnotationP.Builder setSubtype(PdfiumAnnotationSubTypesP value)
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;public PdfiumPdfAnnotationP.Builder setSubtype(PdfiumAnnotationSubTypesP.Builder builderForValue)
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;public PdfiumPdfAnnotationP.Builder mergeSubtype(PdfiumAnnotationSubTypesP value)
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;public PdfiumPdfAnnotationP.Builder clearSubtype()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;public PdfiumAnnotationSubTypesP.Builder getSubtypeBuilder()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;public PdfiumAnnotationSubTypesPOrBuilder getSubtypeOrBuilder()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;getSubtypeOrBuilder in interface PdfiumPdfAnnotationPOrBuilderpublic double getX()
double x = 3;getX in interface PdfiumPdfAnnotationPOrBuilderpublic PdfiumPdfAnnotationP.Builder setX(double value)
double x = 3;value - The x to set.public PdfiumPdfAnnotationP.Builder clearX()
double x = 3;public double getY()
double y = 4;getY in interface PdfiumPdfAnnotationPOrBuilderpublic PdfiumPdfAnnotationP.Builder setY(double value)
double y = 4;value - The y to set.public PdfiumPdfAnnotationP.Builder clearY()
double y = 4;public double getWidth()
double width = 5;getWidth in interface PdfiumPdfAnnotationPOrBuilderpublic PdfiumPdfAnnotationP.Builder setWidth(double value)
double width = 5;value - The width to set.public PdfiumPdfAnnotationP.Builder clearWidth()
double width = 5;public double getHeight()
double height = 6;getHeight in interface PdfiumPdfAnnotationPOrBuilderpublic PdfiumPdfAnnotationP.Builder setHeight(double value)
double height = 6;value - The height to set.public PdfiumPdfAnnotationP.Builder clearHeight()
double height = 6;public boolean hasContents()
optional string contents = 7;hasContents in interface PdfiumPdfAnnotationPOrBuilderpublic String getContents()
optional string contents = 7;getContents in interface PdfiumPdfAnnotationPOrBuilderpublic com.google.protobuf.ByteString getContentsBytes()
optional string contents = 7;getContentsBytes in interface PdfiumPdfAnnotationPOrBuilderpublic PdfiumPdfAnnotationP.Builder setContents(String value)
optional string contents = 7;value - The contents to set.public PdfiumPdfAnnotationP.Builder clearContents()
optional string contents = 7;public PdfiumPdfAnnotationP.Builder setContentsBytes(com.google.protobuf.ByteString value)
optional string contents = 7;value - The bytes for contents to set.public boolean hasName()
optional string name = 8;hasName in interface PdfiumPdfAnnotationPOrBuilderpublic String getName()
optional string name = 8;getName in interface PdfiumPdfAnnotationPOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 8;getNameBytes in interface PdfiumPdfAnnotationPOrBuilderpublic PdfiumPdfAnnotationP.Builder setName(String value)
optional string name = 8;value - The name to set.public PdfiumPdfAnnotationP.Builder clearName()
optional string name = 8;public PdfiumPdfAnnotationP.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 8;value - The bytes for name to set.public final PdfiumPdfAnnotationP.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>public final PdfiumPdfAnnotationP.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAnnotationP.Builder>Copyright © 2022–2024 Iron Software. All rights reserved.