
com.ironsoftware.ironpdf.internal.proto.PdfiumAddLinkAnnotationRequestPOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: pdfium_annotation.proto
package com.ironsoftware.ironpdf.internal.proto;
public interface PdfiumAddLinkAnnotationRequestPOrBuilder extends
// @@protoc_insertion_point(interface_extends:ironpdfengineproto.PdfiumAddLinkAnnotationRequestP)
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();
/**
* string url = 3;
* @return The url.
*/
java.lang.String getUrl();
/**
* string url = 3;
* @return The bytes for url.
*/
com.google.protobuf.ByteString
getUrlBytes();
/**
* int32 page_index = 4;
* @return The pageIndex.
*/
int getPageIndex();
/**
* int32 x = 5;
* @return The x.
*/
int getX();
/**
* int32 y = 6;
* @return The y.
*/
int getY();
/**
* int32 width = 7;
* @return The width.
*/
int getWidth();
/**
* int32 height = 8;
* @return The height.
*/
int getHeight();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy