Interface PdfiumIFormFieldPOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    PdfiumIFormFieldP, PdfiumIFormFieldP.Builder

    public interface PdfiumIFormFieldPOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasDocumentObject

        boolean hasDocumentObject()
        .ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1;
        Returns:
        Whether the documentObject field is set.
      • getDocumentObject

        PdfiumIDocumentObjectP getDocumentObject()
        .ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1;
        Returns:
        The documentObject.
      • hasFormObject

        boolean hasFormObject()
        .ironpdfengineproto.PdfiumIFormFieldObjectP form_object = 2;
        Returns:
        Whether the formObject field is set.
      • getFormObject

        PdfiumIFormFieldObjectP getFormObject()
        .ironpdfengineproto.PdfiumIFormFieldObjectP form_object = 2;
        Returns:
        The formObject.
      • hasAnnotationObject

        boolean hasAnnotationObject()
        .ironpdfengineproto.PdfiumIFormFieldAnnotationObjectP annotation_object = 3;
        Returns:
        Whether the annotationObject field is set.
      • getAnnotationObject

        PdfiumIFormFieldAnnotationObjectP getAnnotationObject()
        .ironpdfengineproto.PdfiumIFormFieldAnnotationObjectP annotation_object = 3;
        Returns:
        The annotationObject.