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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: pdfium_attachment.proto

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

public interface PdfiumAddPdfAttachmentRequestPOrBuilder extends
    // @@protoc_insertion_point(interface_extends:ironpdfengineproto.PdfiumAddPdfAttachmentRequestP)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .ironpdfengineproto.PdfDocumentP document = 1;
   * @return Whether the document field is set.
   */
  boolean hasDocument();
  /**
   * .ironpdfengineproto.PdfDocumentP document = 1;
   * @return The document.
   */
  com.ironsoftware.ironpdf.internal.proto.PdfDocumentP getDocument();
  /**
   * .ironpdfengineproto.PdfDocumentP document = 1;
   */
  com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder getDocumentOrBuilder();

  /**
   * string name = 2;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 2;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy