All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 2025.1.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: pdfium_header_footer.proto

// Protobuf Java Version: 3.25.0
package com.ironsoftware.ironpdf.internal.proto;

/**
 * Protobuf type {@code ironpdfengineproto.PdfiumAddTextHeaderFooterRequestP}
 */
public final class PdfiumAddTextHeaderFooterRequestP extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:ironpdfengineproto.PdfiumAddTextHeaderFooterRequestP)
    PdfiumAddTextHeaderFooterRequestPOrBuilder {
private static final long serialVersionUID = 0L;
  // Use PdfiumAddTextHeaderFooterRequestP.newBuilder() to construct.
  private PdfiumAddTextHeaderFooterRequestP(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private PdfiumAddTextHeaderFooterRequestP() {
    pageIndexes_ = emptyIntList();
    url_ = "";
    htmlTitle_ = "";
    pdfTitle_ = "";
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(
      UnusedPrivateParameter unused) {
    return new PdfiumAddTextHeaderFooterRequestP();
  }

  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return com.ironsoftware.ironpdf.internal.proto.PdfiumHeaderFooter.internal_static_ironpdfengineproto_PdfiumAddTextHeaderFooterRequestP_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return com.ironsoftware.ironpdf.internal.proto.PdfiumHeaderFooter.internal_static_ironpdfengineproto_PdfiumAddTextHeaderFooterRequestP_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP.class, com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP.Builder.class);
  }

  private int bitField0_;
  public static final int DOCUMENT_FIELD_NUMBER = 1;
  private com.ironsoftware.ironpdf.internal.proto.PdfDocumentP document_;
  /**
   * .ironpdfengineproto.PdfDocumentP document = 1;
   * @return Whether the document field is set.
   */
  @java.lang.Override
  public boolean hasDocument() {
    return ((bitField0_ & 0x00000001) != 0);
  }
  /**
   * .ironpdfengineproto.PdfDocumentP document = 1;
   * @return The document.
   */
  @java.lang.Override
  public com.ironsoftware.ironpdf.internal.proto.PdfDocumentP getDocument() {
    return document_ == null ? com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.getDefaultInstance() : document_;
  }
  /**
   * .ironpdfengineproto.PdfDocumentP document = 1;
   */
  @java.lang.Override
  public com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder getDocumentOrBuilder() {
    return document_ == null ? com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.getDefaultInstance() : document_;
  }

  public static final int OPTIONS_FIELD_NUMBER = 2;
  private com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsP options_;
  /**
   * .ironpdfengineproto.ChromePdfRenderOptionsP options = 2;
   * @return Whether the options field is set.
   */
  @java.lang.Override
  public boolean hasOptions() {
    return ((bitField0_ & 0x00000002) != 0);
  }
  /**
   * .ironpdfengineproto.ChromePdfRenderOptionsP options = 2;
   * @return The options.
   */
  @java.lang.Override
  public com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsP getOptions() {
    return options_ == null ? com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsP.getDefaultInstance() : options_;
  }
  /**
   * .ironpdfengineproto.ChromePdfRenderOptionsP options = 2;
   */
  @java.lang.Override
  public com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsPOrBuilder getOptionsOrBuilder() {
    return options_ == null ? com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsP.getDefaultInstance() : options_;
  }

  public static final int PAGE_INDEXES_FIELD_NUMBER = 3;
  @SuppressWarnings("serial")
  private com.google.protobuf.Internal.IntList pageIndexes_ =
      emptyIntList();
  /**
   * repeated int32 page_indexes = 3;
   * @return A list containing the pageIndexes.
   */
  @java.lang.Override
  public java.util.List
      getPageIndexesList() {
    return pageIndexes_;
  }
  /**
   * repeated int32 page_indexes = 3;
   * @return The count of pageIndexes.
   */
  public int getPageIndexesCount() {
    return pageIndexes_.size();
  }
  /**
   * repeated int32 page_indexes = 3;
   * @param index The index of the element to return.
   * @return The pageIndexes at the given index.
   */
  public int getPageIndexes(int index) {
    return pageIndexes_.getInt(index);
  }
  private int pageIndexesMemoizedSerializedSize = -1;

  public static final int URL_FIELD_NUMBER = 4;
  @SuppressWarnings("serial")
  private volatile java.lang.Object url_ = "";
  /**
   * string url = 4;
   * @return The url.
   */
  @java.lang.Override
  public java.lang.String getUrl() {
    java.lang.Object ref = url_;
    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();
      url_ = s;
      return s;
    }
  }
  /**
   * string url = 4;
   * @return The bytes for url.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getUrlBytes() {
    java.lang.Object ref = url_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b = 
          com.google.protobuf.ByteString.copyFromUtf8(
              (java.lang.String) ref);
      url_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int HTML_TITLE_FIELD_NUMBER = 5;
  @SuppressWarnings("serial")
  private volatile java.lang.Object htmlTitle_ = "";
  /**
   * string html_title = 5;
   * @return The htmlTitle.
   */
  @java.lang.Override
  public java.lang.String getHtmlTitle() {
    java.lang.Object ref = htmlTitle_;
    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();
      htmlTitle_ = s;
      return s;
    }
  }
  /**
   * string html_title = 5;
   * @return The bytes for htmlTitle.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getHtmlTitleBytes() {
    java.lang.Object ref = htmlTitle_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b = 
          com.google.protobuf.ByteString.copyFromUtf8(
              (java.lang.String) ref);
      htmlTitle_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int PDF_TITLE_FIELD_NUMBER = 6;
  @SuppressWarnings("serial")
  private volatile java.lang.Object pdfTitle_ = "";
  /**
   * string pdf_title = 6;
   * @return The pdfTitle.
   */
  @java.lang.Override
  public java.lang.String getPdfTitle() {
    java.lang.Object ref = pdfTitle_;
    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();
      pdfTitle_ = s;
      return s;
    }
  }
  /**
   * string pdf_title = 6;
   * @return The bytes for pdfTitle.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getPdfTitleBytes() {
    java.lang.Object ref = pdfTitle_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b = 
          com.google.protobuf.ByteString.copyFromUtf8(
              (java.lang.String) ref);
      pdfTitle_ = 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 {
    getSerializedSize();
    if (((bitField0_ & 0x00000001) != 0)) {
      output.writeMessage(1, getDocument());
    }
    if (((bitField0_ & 0x00000002) != 0)) {
      output.writeMessage(2, getOptions());
    }
    if (getPageIndexesList().size() > 0) {
      output.writeUInt32NoTag(26);
      output.writeUInt32NoTag(pageIndexesMemoizedSerializedSize);
    }
    for (int i = 0; i < pageIndexes_.size(); i++) {
      output.writeInt32NoTag(pageIndexes_.getInt(i));
    }
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(url_)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 4, url_);
    }
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(htmlTitle_)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 5, htmlTitle_);
    }
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pdfTitle_)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 6, pdfTitle_);
    }
    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(1, getDocument());
    }
    if (((bitField0_ & 0x00000002) != 0)) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(2, getOptions());
    }
    {
      int dataSize = 0;
      for (int i = 0; i < pageIndexes_.size(); i++) {
        dataSize += com.google.protobuf.CodedOutputStream
          .computeInt32SizeNoTag(pageIndexes_.getInt(i));
      }
      size += dataSize;
      if (!getPageIndexesList().isEmpty()) {
        size += 1;
        size += com.google.protobuf.CodedOutputStream
            .computeInt32SizeNoTag(dataSize);
      }
      pageIndexesMemoizedSerializedSize = dataSize;
    }
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(url_)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, url_);
    }
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(htmlTitle_)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, htmlTitle_);
    }
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pdfTitle_)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, pdfTitle_);
    }
    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.PdfiumAddTextHeaderFooterRequestP)) {
      return super.equals(obj);
    }
    com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP other = (com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP) obj;

    if (hasDocument() != other.hasDocument()) return false;
    if (hasDocument()) {
      if (!getDocument()
          .equals(other.getDocument())) return false;
    }
    if (hasOptions() != other.hasOptions()) return false;
    if (hasOptions()) {
      if (!getOptions()
          .equals(other.getOptions())) return false;
    }
    if (!getPageIndexesList()
        .equals(other.getPageIndexesList())) return false;
    if (!getUrl()
        .equals(other.getUrl())) return false;
    if (!getHtmlTitle()
        .equals(other.getHtmlTitle())) return false;
    if (!getPdfTitle()
        .equals(other.getPdfTitle())) 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 (hasDocument()) {
      hash = (37 * hash) + DOCUMENT_FIELD_NUMBER;
      hash = (53 * hash) + getDocument().hashCode();
    }
    if (hasOptions()) {
      hash = (37 * hash) + OPTIONS_FIELD_NUMBER;
      hash = (53 * hash) + getOptions().hashCode();
    }
    if (getPageIndexesCount() > 0) {
      hash = (37 * hash) + PAGE_INDEXES_FIELD_NUMBER;
      hash = (53 * hash) + getPageIndexesList().hashCode();
    }
    hash = (37 * hash) + URL_FIELD_NUMBER;
    hash = (53 * hash) + getUrl().hashCode();
    hash = (37 * hash) + HTML_TITLE_FIELD_NUMBER;
    hash = (53 * hash) + getHtmlTitle().hashCode();
    hash = (37 * hash) + PDF_TITLE_FIELD_NUMBER;
    hash = (53 * hash) + getPdfTitle().hashCode();
    hash = (29 * hash) + getUnknownFields().hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP parseFrom(
      java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP 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.PdfiumAddTextHeaderFooterRequestP parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP 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.PdfiumAddTextHeaderFooterRequestP parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP 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.PdfiumAddTextHeaderFooterRequestP parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP 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.PdfiumAddTextHeaderFooterRequestP parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input);
  }

  public static com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP 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.PdfiumAddTextHeaderFooterRequestP 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.PdfiumAddTextHeaderFooterRequestP 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.PdfiumAddTextHeaderFooterRequestP 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.PdfiumAddTextHeaderFooterRequestP}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageV3.Builder implements
      // @@protoc_insertion_point(builder_implements:ironpdfengineproto.PdfiumAddTextHeaderFooterRequestP)
      com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestPOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.ironsoftware.ironpdf.internal.proto.PdfiumHeaderFooter.internal_static_ironpdfengineproto_PdfiumAddTextHeaderFooterRequestP_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.ironsoftware.ironpdf.internal.proto.PdfiumHeaderFooter.internal_static_ironpdfengineproto_PdfiumAddTextHeaderFooterRequestP_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP.class, com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP.Builder.class);
    }

    // Construct using com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP.newBuilder()
    private Builder() {
      maybeForceBuilderInitialization();
    }

    private Builder(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      super(parent);
      maybeForceBuilderInitialization();
    }
    private void maybeForceBuilderInitialization() {
      if (com.google.protobuf.GeneratedMessageV3
              .alwaysUseFieldBuilders) {
        getDocumentFieldBuilder();
        getOptionsFieldBuilder();
      }
    }
    @java.lang.Override
    public Builder clear() {
      super.clear();
      bitField0_ = 0;
      document_ = null;
      if (documentBuilder_ != null) {
        documentBuilder_.dispose();
        documentBuilder_ = null;
      }
      options_ = null;
      if (optionsBuilder_ != null) {
        optionsBuilder_.dispose();
        optionsBuilder_ = null;
      }
      pageIndexes_ = emptyIntList();
      url_ = "";
      htmlTitle_ = "";
      pdfTitle_ = "";
      return this;
    }

    @java.lang.Override
    public com.google.protobuf.Descriptors.Descriptor
        getDescriptorForType() {
      return com.ironsoftware.ironpdf.internal.proto.PdfiumHeaderFooter.internal_static_ironpdfengineproto_PdfiumAddTextHeaderFooterRequestP_descriptor;
    }

    @java.lang.Override
    public com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP getDefaultInstanceForType() {
      return com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP.getDefaultInstance();
    }

    @java.lang.Override
    public com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP build() {
      com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP result = buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    @java.lang.Override
    public com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP buildPartial() {
      com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP result = new com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP(this);
      if (bitField0_ != 0) { buildPartial0(result); }
      onBuilt();
      return result;
    }

    private void buildPartial0(com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP result) {
      int from_bitField0_ = bitField0_;
      int to_bitField0_ = 0;
      if (((from_bitField0_ & 0x00000001) != 0)) {
        result.document_ = documentBuilder_ == null
            ? document_
            : documentBuilder_.build();
        to_bitField0_ |= 0x00000001;
      }
      if (((from_bitField0_ & 0x00000002) != 0)) {
        result.options_ = optionsBuilder_ == null
            ? options_
            : optionsBuilder_.build();
        to_bitField0_ |= 0x00000002;
      }
      if (((from_bitField0_ & 0x00000004) != 0)) {
        pageIndexes_.makeImmutable();
        result.pageIndexes_ = pageIndexes_;
      }
      if (((from_bitField0_ & 0x00000008) != 0)) {
        result.url_ = url_;
      }
      if (((from_bitField0_ & 0x00000010) != 0)) {
        result.htmlTitle_ = htmlTitle_;
      }
      if (((from_bitField0_ & 0x00000020) != 0)) {
        result.pdfTitle_ = pdfTitle_;
      }
      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.PdfiumAddTextHeaderFooterRequestP) {
        return mergeFrom((com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP)other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP other) {
      if (other == com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP.getDefaultInstance()) return this;
      if (other.hasDocument()) {
        mergeDocument(other.getDocument());
      }
      if (other.hasOptions()) {
        mergeOptions(other.getOptions());
      }
      if (!other.pageIndexes_.isEmpty()) {
        if (pageIndexes_.isEmpty()) {
          pageIndexes_ = other.pageIndexes_;
          pageIndexes_.makeImmutable();
          bitField0_ |= 0x00000004;
        } else {
          ensurePageIndexesIsMutable();
          pageIndexes_.addAll(other.pageIndexes_);
        }
        onChanged();
      }
      if (!other.getUrl().isEmpty()) {
        url_ = other.url_;
        bitField0_ |= 0x00000008;
        onChanged();
      }
      if (!other.getHtmlTitle().isEmpty()) {
        htmlTitle_ = other.htmlTitle_;
        bitField0_ |= 0x00000010;
        onChanged();
      }
      if (!other.getPdfTitle().isEmpty()) {
        pdfTitle_ = other.pdfTitle_;
        bitField0_ |= 0x00000020;
        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 10: {
              input.readMessage(
                  getDocumentFieldBuilder().getBuilder(),
                  extensionRegistry);
              bitField0_ |= 0x00000001;
              break;
            } // case 10
            case 18: {
              input.readMessage(
                  getOptionsFieldBuilder().getBuilder(),
                  extensionRegistry);
              bitField0_ |= 0x00000002;
              break;
            } // case 18
            case 24: {
              int v = input.readInt32();
              ensurePageIndexesIsMutable();
              pageIndexes_.addInt(v);
              break;
            } // case 24
            case 26: {
              int length = input.readRawVarint32();
              int limit = input.pushLimit(length);
              ensurePageIndexesIsMutable();
              while (input.getBytesUntilLimit() > 0) {
                pageIndexes_.addInt(input.readInt32());
              }
              input.popLimit(limit);
              break;
            } // case 26
            case 34: {
              url_ = input.readStringRequireUtf8();
              bitField0_ |= 0x00000008;
              break;
            } // case 34
            case 42: {
              htmlTitle_ = input.readStringRequireUtf8();
              bitField0_ |= 0x00000010;
              break;
            } // case 42
            case 50: {
              pdfTitle_ = input.readStringRequireUtf8();
              bitField0_ |= 0x00000020;
              break;
            } // case 50
            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.PdfDocumentP document_;
    private com.google.protobuf.SingleFieldBuilderV3<
        com.ironsoftware.ironpdf.internal.proto.PdfDocumentP, com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.Builder, com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder> documentBuilder_;
    /**
     * .ironpdfengineproto.PdfDocumentP document = 1;
     * @return Whether the document field is set.
     */
    public boolean hasDocument() {
      return ((bitField0_ & 0x00000001) != 0);
    }
    /**
     * .ironpdfengineproto.PdfDocumentP document = 1;
     * @return The document.
     */
    public com.ironsoftware.ironpdf.internal.proto.PdfDocumentP getDocument() {
      if (documentBuilder_ == null) {
        return document_ == null ? com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.getDefaultInstance() : document_;
      } else {
        return documentBuilder_.getMessage();
      }
    }
    /**
     * .ironpdfengineproto.PdfDocumentP document = 1;
     */
    public Builder setDocument(com.ironsoftware.ironpdf.internal.proto.PdfDocumentP value) {
      if (documentBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        document_ = value;
      } else {
        documentBuilder_.setMessage(value);
      }
      bitField0_ |= 0x00000001;
      onChanged();
      return this;
    }
    /**
     * .ironpdfengineproto.PdfDocumentP document = 1;
     */
    public Builder setDocument(
        com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.Builder builderForValue) {
      if (documentBuilder_ == null) {
        document_ = builderForValue.build();
      } else {
        documentBuilder_.setMessage(builderForValue.build());
      }
      bitField0_ |= 0x00000001;
      onChanged();
      return this;
    }
    /**
     * .ironpdfengineproto.PdfDocumentP document = 1;
     */
    public Builder mergeDocument(com.ironsoftware.ironpdf.internal.proto.PdfDocumentP value) {
      if (documentBuilder_ == null) {
        if (((bitField0_ & 0x00000001) != 0) &&
          document_ != null &&
          document_ != com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.getDefaultInstance()) {
          getDocumentBuilder().mergeFrom(value);
        } else {
          document_ = value;
        }
      } else {
        documentBuilder_.mergeFrom(value);
      }
      if (document_ != null) {
        bitField0_ |= 0x00000001;
        onChanged();
      }
      return this;
    }
    /**
     * .ironpdfengineproto.PdfDocumentP document = 1;
     */
    public Builder clearDocument() {
      bitField0_ = (bitField0_ & ~0x00000001);
      document_ = null;
      if (documentBuilder_ != null) {
        documentBuilder_.dispose();
        documentBuilder_ = null;
      }
      onChanged();
      return this;
    }
    /**
     * .ironpdfengineproto.PdfDocumentP document = 1;
     */
    public com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.Builder getDocumentBuilder() {
      bitField0_ |= 0x00000001;
      onChanged();
      return getDocumentFieldBuilder().getBuilder();
    }
    /**
     * .ironpdfengineproto.PdfDocumentP document = 1;
     */
    public com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder getDocumentOrBuilder() {
      if (documentBuilder_ != null) {
        return documentBuilder_.getMessageOrBuilder();
      } else {
        return document_ == null ?
            com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.getDefaultInstance() : document_;
      }
    }
    /**
     * .ironpdfengineproto.PdfDocumentP document = 1;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        com.ironsoftware.ironpdf.internal.proto.PdfDocumentP, com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.Builder, com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder> 
        getDocumentFieldBuilder() {
      if (documentBuilder_ == null) {
        documentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            com.ironsoftware.ironpdf.internal.proto.PdfDocumentP, com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.Builder, com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder>(
                getDocument(),
                getParentForChildren(),
                isClean());
        document_ = null;
      }
      return documentBuilder_;
    }

    private com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsP options_;
    private com.google.protobuf.SingleFieldBuilderV3<
        com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsP, com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsP.Builder, com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsPOrBuilder> optionsBuilder_;
    /**
     * .ironpdfengineproto.ChromePdfRenderOptionsP options = 2;
     * @return Whether the options field is set.
     */
    public boolean hasOptions() {
      return ((bitField0_ & 0x00000002) != 0);
    }
    /**
     * .ironpdfengineproto.ChromePdfRenderOptionsP options = 2;
     * @return The options.
     */
    public com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsP getOptions() {
      if (optionsBuilder_ == null) {
        return options_ == null ? com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsP.getDefaultInstance() : options_;
      } else {
        return optionsBuilder_.getMessage();
      }
    }
    /**
     * .ironpdfengineproto.ChromePdfRenderOptionsP options = 2;
     */
    public Builder setOptions(com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsP value) {
      if (optionsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        options_ = value;
      } else {
        optionsBuilder_.setMessage(value);
      }
      bitField0_ |= 0x00000002;
      onChanged();
      return this;
    }
    /**
     * .ironpdfengineproto.ChromePdfRenderOptionsP options = 2;
     */
    public Builder setOptions(
        com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsP.Builder builderForValue) {
      if (optionsBuilder_ == null) {
        options_ = builderForValue.build();
      } else {
        optionsBuilder_.setMessage(builderForValue.build());
      }
      bitField0_ |= 0x00000002;
      onChanged();
      return this;
    }
    /**
     * .ironpdfengineproto.ChromePdfRenderOptionsP options = 2;
     */
    public Builder mergeOptions(com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsP value) {
      if (optionsBuilder_ == null) {
        if (((bitField0_ & 0x00000002) != 0) &&
          options_ != null &&
          options_ != com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsP.getDefaultInstance()) {
          getOptionsBuilder().mergeFrom(value);
        } else {
          options_ = value;
        }
      } else {
        optionsBuilder_.mergeFrom(value);
      }
      if (options_ != null) {
        bitField0_ |= 0x00000002;
        onChanged();
      }
      return this;
    }
    /**
     * .ironpdfengineproto.ChromePdfRenderOptionsP options = 2;
     */
    public Builder clearOptions() {
      bitField0_ = (bitField0_ & ~0x00000002);
      options_ = null;
      if (optionsBuilder_ != null) {
        optionsBuilder_.dispose();
        optionsBuilder_ = null;
      }
      onChanged();
      return this;
    }
    /**
     * .ironpdfengineproto.ChromePdfRenderOptionsP options = 2;
     */
    public com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsP.Builder getOptionsBuilder() {
      bitField0_ |= 0x00000002;
      onChanged();
      return getOptionsFieldBuilder().getBuilder();
    }
    /**
     * .ironpdfengineproto.ChromePdfRenderOptionsP options = 2;
     */
    public com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsPOrBuilder getOptionsOrBuilder() {
      if (optionsBuilder_ != null) {
        return optionsBuilder_.getMessageOrBuilder();
      } else {
        return options_ == null ?
            com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsP.getDefaultInstance() : options_;
      }
    }
    /**
     * .ironpdfengineproto.ChromePdfRenderOptionsP options = 2;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsP, com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsP.Builder, com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsPOrBuilder> 
        getOptionsFieldBuilder() {
      if (optionsBuilder_ == null) {
        optionsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsP, com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsP.Builder, com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptionsPOrBuilder>(
                getOptions(),
                getParentForChildren(),
                isClean());
        options_ = null;
      }
      return optionsBuilder_;
    }

    private com.google.protobuf.Internal.IntList pageIndexes_ = emptyIntList();
    private void ensurePageIndexesIsMutable() {
      if (!pageIndexes_.isModifiable()) {
        pageIndexes_ = makeMutableCopy(pageIndexes_);
      }
      bitField0_ |= 0x00000004;
    }
    /**
     * repeated int32 page_indexes = 3;
     * @return A list containing the pageIndexes.
     */
    public java.util.List
        getPageIndexesList() {
      pageIndexes_.makeImmutable();
      return pageIndexes_;
    }
    /**
     * repeated int32 page_indexes = 3;
     * @return The count of pageIndexes.
     */
    public int getPageIndexesCount() {
      return pageIndexes_.size();
    }
    /**
     * repeated int32 page_indexes = 3;
     * @param index The index of the element to return.
     * @return The pageIndexes at the given index.
     */
    public int getPageIndexes(int index) {
      return pageIndexes_.getInt(index);
    }
    /**
     * repeated int32 page_indexes = 3;
     * @param index The index to set the value at.
     * @param value The pageIndexes to set.
     * @return This builder for chaining.
     */
    public Builder setPageIndexes(
        int index, int value) {

      ensurePageIndexesIsMutable();
      pageIndexes_.setInt(index, value);
      bitField0_ |= 0x00000004;
      onChanged();
      return this;
    }
    /**
     * repeated int32 page_indexes = 3;
     * @param value The pageIndexes to add.
     * @return This builder for chaining.
     */
    public Builder addPageIndexes(int value) {

      ensurePageIndexesIsMutable();
      pageIndexes_.addInt(value);
      bitField0_ |= 0x00000004;
      onChanged();
      return this;
    }
    /**
     * repeated int32 page_indexes = 3;
     * @param values The pageIndexes to add.
     * @return This builder for chaining.
     */
    public Builder addAllPageIndexes(
        java.lang.Iterable values) {
      ensurePageIndexesIsMutable();
      com.google.protobuf.AbstractMessageLite.Builder.addAll(
          values, pageIndexes_);
      bitField0_ |= 0x00000004;
      onChanged();
      return this;
    }
    /**
     * repeated int32 page_indexes = 3;
     * @return This builder for chaining.
     */
    public Builder clearPageIndexes() {
      pageIndexes_ = emptyIntList();
      bitField0_ = (bitField0_ & ~0x00000004);
      onChanged();
      return this;
    }

    private java.lang.Object url_ = "";
    /**
     * string url = 4;
     * @return The url.
     */
    public java.lang.String getUrl() {
      java.lang.Object ref = url_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs =
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        url_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     * string url = 4;
     * @return The bytes for url.
     */
    public com.google.protobuf.ByteString
        getUrlBytes() {
      java.lang.Object ref = url_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        url_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }
    /**
     * string url = 4;
     * @param value The url to set.
     * @return This builder for chaining.
     */
    public Builder setUrl(
        java.lang.String value) {
      if (value == null) { throw new NullPointerException(); }
      url_ = value;
      bitField0_ |= 0x00000008;
      onChanged();
      return this;
    }
    /**
     * string url = 4;
     * @return This builder for chaining.
     */
    public Builder clearUrl() {
      url_ = getDefaultInstance().getUrl();
      bitField0_ = (bitField0_ & ~0x00000008);
      onChanged();
      return this;
    }
    /**
     * string url = 4;
     * @param value The bytes for url to set.
     * @return This builder for chaining.
     */
    public Builder setUrlBytes(
        com.google.protobuf.ByteString value) {
      if (value == null) { throw new NullPointerException(); }
      checkByteStringIsUtf8(value);
      url_ = value;
      bitField0_ |= 0x00000008;
      onChanged();
      return this;
    }

    private java.lang.Object htmlTitle_ = "";
    /**
     * string html_title = 5;
     * @return The htmlTitle.
     */
    public java.lang.String getHtmlTitle() {
      java.lang.Object ref = htmlTitle_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs =
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        htmlTitle_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     * string html_title = 5;
     * @return The bytes for htmlTitle.
     */
    public com.google.protobuf.ByteString
        getHtmlTitleBytes() {
      java.lang.Object ref = htmlTitle_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        htmlTitle_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }
    /**
     * string html_title = 5;
     * @param value The htmlTitle to set.
     * @return This builder for chaining.
     */
    public Builder setHtmlTitle(
        java.lang.String value) {
      if (value == null) { throw new NullPointerException(); }
      htmlTitle_ = value;
      bitField0_ |= 0x00000010;
      onChanged();
      return this;
    }
    /**
     * string html_title = 5;
     * @return This builder for chaining.
     */
    public Builder clearHtmlTitle() {
      htmlTitle_ = getDefaultInstance().getHtmlTitle();
      bitField0_ = (bitField0_ & ~0x00000010);
      onChanged();
      return this;
    }
    /**
     * string html_title = 5;
     * @param value The bytes for htmlTitle to set.
     * @return This builder for chaining.
     */
    public Builder setHtmlTitleBytes(
        com.google.protobuf.ByteString value) {
      if (value == null) { throw new NullPointerException(); }
      checkByteStringIsUtf8(value);
      htmlTitle_ = value;
      bitField0_ |= 0x00000010;
      onChanged();
      return this;
    }

    private java.lang.Object pdfTitle_ = "";
    /**
     * string pdf_title = 6;
     * @return The pdfTitle.
     */
    public java.lang.String getPdfTitle() {
      java.lang.Object ref = pdfTitle_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs =
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        pdfTitle_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     * string pdf_title = 6;
     * @return The bytes for pdfTitle.
     */
    public com.google.protobuf.ByteString
        getPdfTitleBytes() {
      java.lang.Object ref = pdfTitle_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        pdfTitle_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }
    /**
     * string pdf_title = 6;
     * @param value The pdfTitle to set.
     * @return This builder for chaining.
     */
    public Builder setPdfTitle(
        java.lang.String value) {
      if (value == null) { throw new NullPointerException(); }
      pdfTitle_ = value;
      bitField0_ |= 0x00000020;
      onChanged();
      return this;
    }
    /**
     * string pdf_title = 6;
     * @return This builder for chaining.
     */
    public Builder clearPdfTitle() {
      pdfTitle_ = getDefaultInstance().getPdfTitle();
      bitField0_ = (bitField0_ & ~0x00000020);
      onChanged();
      return this;
    }
    /**
     * string pdf_title = 6;
     * @param value The bytes for pdfTitle to set.
     * @return This builder for chaining.
     */
    public Builder setPdfTitleBytes(
        com.google.protobuf.ByteString value) {
      if (value == null) { throw new NullPointerException(); }
      checkByteStringIsUtf8(value);
      pdfTitle_ = value;
      bitField0_ |= 0x00000020;
      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.PdfiumAddTextHeaderFooterRequestP)
  }

  // @@protoc_insertion_point(class_scope:ironpdfengineproto.PdfiumAddTextHeaderFooterRequestP)
  private static final com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP DEFAULT_INSTANCE;
  static {
    DEFAULT_INSTANCE = new com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP();
  }

  public static com.ironsoftware.ironpdf.internal.proto.PdfiumAddTextHeaderFooterRequestP getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static final com.google.protobuf.Parser
      PARSER = new com.google.protobuf.AbstractParser() {
    @java.lang.Override
    public PdfiumAddTextHeaderFooterRequestP 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.PdfiumAddTextHeaderFooterRequestP getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy