![JAR search and dependency download from the Maven repository](/logo.png)
com.ironsoftware.ironpdf.internal.proto.PdfiumRemovePdfAttachmentRequestPOrBuilder 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 PdfiumRemovePdfAttachmentRequestPOrBuilder extends
// @@protoc_insertion_point(interface_extends:ironpdfengineproto.PdfiumRemovePdfAttachmentRequestP)
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();
/**
* int32 index = 2;
* @return The index.
*/
int getIndex();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy