Interface PdfiumUpdateFormFieldAnnotationRequestPOrBuilder

    • Method Detail

      • hasDocument

        boolean hasDocument()
        .ironpdfengineproto.PdfDocumentP document = 1;
        Returns:
        Whether the document field is set.
      • getDocument

        PdfDocumentP getDocument()
        .ironpdfengineproto.PdfDocumentP document = 1;
        Returns:
        The document.
      • getDocumentOrBuilder

        PdfDocumentPOrBuilder getDocumentOrBuilder()
        .ironpdfengineproto.PdfDocumentP document = 1;
      • 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.
      • hasAnnot

        boolean hasAnnot()
        .ironpdfengineproto.PdfiumIFormFieldAnnotationP annot = 3;
        Returns:
        Whether the annot field is set.