com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ironpdf Show documentation
Show all versions of ironpdf Show documentation
IronPDF Java library offers an extensive compatibility range, making it a go-to solution for a wide array of developers. It fully supports JVM languages like Java, Scala, and Kotlin, making it incredibly versatile. This Java PDF library is also compatible with Java 8 and above, providing optimum performance across multiple platforms. It's been designed with a wide range of users in mind Here's a look at what it supports: JVM Languages: Java, Scala, Kotlin.Platforms: Java 8 and above.Operating Systems: Microsoft Windows, Linux, Docker, Azure, AWS.IDEs: Jetbrains IntelliJ IDEA, Eclipse. You can deploy IronPDF Java across various platforms, including Microsoft Windows, Linux, Docker, Azure, and AWS. It is also fully compatible with popular IDEs like Jetbrains IntelliJ IDEA and Eclipse, facilitating smooth project development and management. Your pom.xml file is essentially the backbone of your project when you're using Maven. It's here where you introduce new dependencies that you wish to include. To make IronPDF Java package a part of your Maven project, you simply need to add the following snippets to your pom.xml: Remember to replace '20xx.xx.xxxx' with the latest version of IronPDF. IronPDF Java simplifies the process of creating PDF files. Convert HTML files, HTML strings, or URLs directly to new PDF documents in a few lines of code. The variety of file formats it handles is vast, as it can even transform images into PDF documents and vice versa. Need to use base 64 encoding, base URLs, or custom file paths? No problem! IronPDF Java has got you coveredFor more detail about installing and using IronPDF Java. When you run your project for the first time post-integration, IronPDF's engine binaries will automatically be downloaded. The engine starts its journey when you call any IronPDF function for the first time and takes a breather when your application is either closed or enters an idle state. It is not an open source java PDF library but here's the best part - IronPDF Java is offering a 30-day free trial. So, why wait? Give it a go and boost your PDF operations today.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: pdfium_annotation.proto
// Protobuf Java Version: 3.25.0
package com.ironsoftware.ironpdf.internal.proto;
/**
* Protobuf type {@code ironpdfengineproto.PdfiumPdfAnnotationP}
*/
public final class PdfiumPdfAnnotationP extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:ironpdfengineproto.PdfiumPdfAnnotationP)
PdfiumPdfAnnotationPOrBuilder {
private static final long serialVersionUID = 0L;
// Use PdfiumPdfAnnotationP.newBuilder() to construct.
private PdfiumPdfAnnotationP(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private PdfiumPdfAnnotationP() {
contents_ = "";
name_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new PdfiumPdfAnnotationP();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotation.internal_static_ironpdfengineproto_PdfiumPdfAnnotationP_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotation.internal_static_ironpdfengineproto_PdfiumPdfAnnotationP_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP.class, com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP.Builder.class);
}
private int bitField0_;
public static final int SUBTYPE_FIELD_NUMBER = 2;
private com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesP subtype_;
/**
* .ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
* @return Whether the subtype field is set.
*/
@java.lang.Override
public boolean hasSubtype() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* .ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
* @return The subtype.
*/
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesP getSubtype() {
return subtype_ == null ? com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesP.getDefaultInstance() : subtype_;
}
/**
* .ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
*/
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesPOrBuilder getSubtypeOrBuilder() {
return subtype_ == null ? com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesP.getDefaultInstance() : subtype_;
}
public static final int X_FIELD_NUMBER = 3;
private double x_ = 0D;
/**
* double x = 3;
* @return The x.
*/
@java.lang.Override
public double getX() {
return x_;
}
public static final int Y_FIELD_NUMBER = 4;
private double y_ = 0D;
/**
* double y = 4;
* @return The y.
*/
@java.lang.Override
public double getY() {
return y_;
}
public static final int WIDTH_FIELD_NUMBER = 5;
private double width_ = 0D;
/**
* double width = 5;
* @return The width.
*/
@java.lang.Override
public double getWidth() {
return width_;
}
public static final int HEIGHT_FIELD_NUMBER = 6;
private double height_ = 0D;
/**
* double height = 6;
* @return The height.
*/
@java.lang.Override
public double getHeight() {
return height_;
}
public static final int CONTENTS_FIELD_NUMBER = 7;
@SuppressWarnings("serial")
private volatile java.lang.Object contents_ = "";
/**
* optional string contents = 7;
* @return Whether the contents field is set.
*/
@java.lang.Override
public boolean hasContents() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional string contents = 7;
* @return The contents.
*/
@java.lang.Override
public java.lang.String getContents() {
java.lang.Object ref = contents_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
contents_ = s;
return s;
}
}
/**
* optional string contents = 7;
* @return The bytes for contents.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getContentsBytes() {
java.lang.Object ref = contents_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
contents_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int NAME_FIELD_NUMBER = 8;
@SuppressWarnings("serial")
private volatile java.lang.Object name_ = "";
/**
* optional string name = 8;
* @return Whether the name field is set.
*/
@java.lang.Override
public boolean hasName() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional string name = 8;
* @return The name.
*/
@java.lang.Override
public java.lang.String getName() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
}
}
/**
* optional string name = 8;
* @return The bytes for name.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(2, getSubtype());
}
if (java.lang.Double.doubleToRawLongBits(x_) != 0) {
output.writeDouble(3, x_);
}
if (java.lang.Double.doubleToRawLongBits(y_) != 0) {
output.writeDouble(4, y_);
}
if (java.lang.Double.doubleToRawLongBits(width_) != 0) {
output.writeDouble(5, width_);
}
if (java.lang.Double.doubleToRawLongBits(height_) != 0) {
output.writeDouble(6, height_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 7, contents_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, name_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, getSubtype());
}
if (java.lang.Double.doubleToRawLongBits(x_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeDoubleSize(3, x_);
}
if (java.lang.Double.doubleToRawLongBits(y_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeDoubleSize(4, y_);
}
if (java.lang.Double.doubleToRawLongBits(width_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeDoubleSize(5, width_);
}
if (java.lang.Double.doubleToRawLongBits(height_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeDoubleSize(6, height_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, contents_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, name_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP)) {
return super.equals(obj);
}
com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP other = (com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP) obj;
if (hasSubtype() != other.hasSubtype()) return false;
if (hasSubtype()) {
if (!getSubtype()
.equals(other.getSubtype())) return false;
}
if (java.lang.Double.doubleToLongBits(getX())
!= java.lang.Double.doubleToLongBits(
other.getX())) return false;
if (java.lang.Double.doubleToLongBits(getY())
!= java.lang.Double.doubleToLongBits(
other.getY())) return false;
if (java.lang.Double.doubleToLongBits(getWidth())
!= java.lang.Double.doubleToLongBits(
other.getWidth())) return false;
if (java.lang.Double.doubleToLongBits(getHeight())
!= java.lang.Double.doubleToLongBits(
other.getHeight())) return false;
if (hasContents() != other.hasContents()) return false;
if (hasContents()) {
if (!getContents()
.equals(other.getContents())) return false;
}
if (hasName() != other.hasName()) return false;
if (hasName()) {
if (!getName()
.equals(other.getName())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasSubtype()) {
hash = (37 * hash) + SUBTYPE_FIELD_NUMBER;
hash = (53 * hash) + getSubtype().hashCode();
}
hash = (37 * hash) + X_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getX()));
hash = (37 * hash) + Y_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getY()));
hash = (37 * hash) + WIDTH_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getWidth()));
hash = (37 * hash) + HEIGHT_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getHeight()));
if (hasContents()) {
hash = (37 * hash) + CONTENTS_FIELD_NUMBER;
hash = (53 * hash) + getContents().hashCode();
}
if (hasName()) {
hash = (37 * hash) + NAME_FIELD_NUMBER;
hash = (53 * hash) + getName().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code ironpdfengineproto.PdfiumPdfAnnotationP}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:ironpdfengineproto.PdfiumPdfAnnotationP)
com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationPOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotation.internal_static_ironpdfengineproto_PdfiumPdfAnnotationP_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotation.internal_static_ironpdfengineproto_PdfiumPdfAnnotationP_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP.class, com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP.Builder.class);
}
// Construct using com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getSubtypeFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
subtype_ = null;
if (subtypeBuilder_ != null) {
subtypeBuilder_.dispose();
subtypeBuilder_ = null;
}
x_ = 0D;
y_ = 0D;
width_ = 0D;
height_ = 0D;
contents_ = "";
name_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotation.internal_static_ironpdfengineproto_PdfiumPdfAnnotationP_descriptor;
}
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP getDefaultInstanceForType() {
return com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP.getDefaultInstance();
}
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP build() {
com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP buildPartial() {
com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP result = new com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP result) {
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.subtype_ = subtypeBuilder_ == null
? subtype_
: subtypeBuilder_.build();
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.x_ = x_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.y_ = y_;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.width_ = width_;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.height_ = height_;
}
if (((from_bitField0_ & 0x00000020) != 0)) {
result.contents_ = contents_;
to_bitField0_ |= 0x00000002;
}
if (((from_bitField0_ & 0x00000040) != 0)) {
result.name_ = name_;
to_bitField0_ |= 0x00000004;
}
result.bitField0_ |= to_bitField0_;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP) {
return mergeFrom((com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP other) {
if (other == com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP.getDefaultInstance()) return this;
if (other.hasSubtype()) {
mergeSubtype(other.getSubtype());
}
if (other.getX() != 0D) {
setX(other.getX());
}
if (other.getY() != 0D) {
setY(other.getY());
}
if (other.getWidth() != 0D) {
setWidth(other.getWidth());
}
if (other.getHeight() != 0D) {
setHeight(other.getHeight());
}
if (other.hasContents()) {
contents_ = other.contents_;
bitField0_ |= 0x00000020;
onChanged();
}
if (other.hasName()) {
name_ = other.name_;
bitField0_ |= 0x00000040;
onChanged();
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 18: {
input.readMessage(
getSubtypeFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000001;
break;
} // case 18
case 25: {
x_ = input.readDouble();
bitField0_ |= 0x00000002;
break;
} // case 25
case 33: {
y_ = input.readDouble();
bitField0_ |= 0x00000004;
break;
} // case 33
case 41: {
width_ = input.readDouble();
bitField0_ |= 0x00000008;
break;
} // case 41
case 49: {
height_ = input.readDouble();
bitField0_ |= 0x00000010;
break;
} // case 49
case 58: {
contents_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000020;
break;
} // case 58
case 66: {
name_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000040;
break;
} // case 66
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesP subtype_;
private com.google.protobuf.SingleFieldBuilderV3<
com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesP, com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesP.Builder, com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesPOrBuilder> subtypeBuilder_;
/**
* .ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
* @return Whether the subtype field is set.
*/
public boolean hasSubtype() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* .ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
* @return The subtype.
*/
public com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesP getSubtype() {
if (subtypeBuilder_ == null) {
return subtype_ == null ? com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesP.getDefaultInstance() : subtype_;
} else {
return subtypeBuilder_.getMessage();
}
}
/**
* .ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
*/
public Builder setSubtype(com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesP value) {
if (subtypeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
subtype_ = value;
} else {
subtypeBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* .ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
*/
public Builder setSubtype(
com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesP.Builder builderForValue) {
if (subtypeBuilder_ == null) {
subtype_ = builderForValue.build();
} else {
subtypeBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* .ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
*/
public Builder mergeSubtype(com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesP value) {
if (subtypeBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0) &&
subtype_ != null &&
subtype_ != com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesP.getDefaultInstance()) {
getSubtypeBuilder().mergeFrom(value);
} else {
subtype_ = value;
}
} else {
subtypeBuilder_.mergeFrom(value);
}
if (subtype_ != null) {
bitField0_ |= 0x00000001;
onChanged();
}
return this;
}
/**
* .ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
*/
public Builder clearSubtype() {
bitField0_ = (bitField0_ & ~0x00000001);
subtype_ = null;
if (subtypeBuilder_ != null) {
subtypeBuilder_.dispose();
subtypeBuilder_ = null;
}
onChanged();
return this;
}
/**
* .ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
*/
public com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesP.Builder getSubtypeBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getSubtypeFieldBuilder().getBuilder();
}
/**
* .ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
*/
public com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesPOrBuilder getSubtypeOrBuilder() {
if (subtypeBuilder_ != null) {
return subtypeBuilder_.getMessageOrBuilder();
} else {
return subtype_ == null ?
com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesP.getDefaultInstance() : subtype_;
}
}
/**
* .ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesP, com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesP.Builder, com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesPOrBuilder>
getSubtypeFieldBuilder() {
if (subtypeBuilder_ == null) {
subtypeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesP, com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesP.Builder, com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotationSubTypesPOrBuilder>(
getSubtype(),
getParentForChildren(),
isClean());
subtype_ = null;
}
return subtypeBuilder_;
}
private double x_ ;
/**
* double x = 3;
* @return The x.
*/
@java.lang.Override
public double getX() {
return x_;
}
/**
* double x = 3;
* @param value The x to set.
* @return This builder for chaining.
*/
public Builder setX(double value) {
x_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* double x = 3;
* @return This builder for chaining.
*/
public Builder clearX() {
bitField0_ = (bitField0_ & ~0x00000002);
x_ = 0D;
onChanged();
return this;
}
private double y_ ;
/**
* double y = 4;
* @return The y.
*/
@java.lang.Override
public double getY() {
return y_;
}
/**
* double y = 4;
* @param value The y to set.
* @return This builder for chaining.
*/
public Builder setY(double value) {
y_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* double y = 4;
* @return This builder for chaining.
*/
public Builder clearY() {
bitField0_ = (bitField0_ & ~0x00000004);
y_ = 0D;
onChanged();
return this;
}
private double width_ ;
/**
* double width = 5;
* @return The width.
*/
@java.lang.Override
public double getWidth() {
return width_;
}
/**
* double width = 5;
* @param value The width to set.
* @return This builder for chaining.
*/
public Builder setWidth(double value) {
width_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* double width = 5;
* @return This builder for chaining.
*/
public Builder clearWidth() {
bitField0_ = (bitField0_ & ~0x00000008);
width_ = 0D;
onChanged();
return this;
}
private double height_ ;
/**
* double height = 6;
* @return The height.
*/
@java.lang.Override
public double getHeight() {
return height_;
}
/**
* double height = 6;
* @param value The height to set.
* @return This builder for chaining.
*/
public Builder setHeight(double value) {
height_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* double height = 6;
* @return This builder for chaining.
*/
public Builder clearHeight() {
bitField0_ = (bitField0_ & ~0x00000010);
height_ = 0D;
onChanged();
return this;
}
private java.lang.Object contents_ = "";
/**
* optional string contents = 7;
* @return Whether the contents field is set.
*/
public boolean hasContents() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* optional string contents = 7;
* @return The contents.
*/
public java.lang.String getContents() {
java.lang.Object ref = contents_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
contents_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string contents = 7;
* @return The bytes for contents.
*/
public com.google.protobuf.ByteString
getContentsBytes() {
java.lang.Object ref = contents_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
contents_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string contents = 7;
* @param value The contents to set.
* @return This builder for chaining.
*/
public Builder setContents(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
contents_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* optional string contents = 7;
* @return This builder for chaining.
*/
public Builder clearContents() {
contents_ = getDefaultInstance().getContents();
bitField0_ = (bitField0_ & ~0x00000020);
onChanged();
return this;
}
/**
* optional string contents = 7;
* @param value The bytes for contents to set.
* @return This builder for chaining.
*/
public Builder setContentsBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
contents_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
private java.lang.Object name_ = "";
/**
* optional string name = 8;
* @return Whether the name field is set.
*/
public boolean hasName() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* optional string name = 8;
* @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string name = 8;
* @return The bytes for name.
*/
public com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string name = 8;
* @param value The name to set.
* @return This builder for chaining.
*/
public Builder setName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
name_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
* optional string name = 8;
* @return This builder for chaining.
*/
public Builder clearName() {
name_ = getDefaultInstance().getName();
bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
return this;
}
/**
* optional string name = 8;
* @param value The bytes for name to set.
* @return This builder for chaining.
*/
public Builder setNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
name_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:ironpdfengineproto.PdfiumPdfAnnotationP)
}
// @@protoc_insertion_point(class_scope:ironpdfengineproto.PdfiumPdfAnnotationP)
private static final com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP();
}
public static com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public PdfiumPdfAnnotationP parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationP getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}