Interface PdfiumWrappedPdfAnnotationPOrBuilder

    • Method Detail

      • hasText

        boolean hasText()
        .ironpdfengineproto.PdfiumPdfTextAnnotationP text = 2;
        Returns:
        Whether the text field is set.
      • hasFreetext

        boolean hasFreetext()
        .ironpdfengineproto.PdfiumPdfFreeTextAnnotationP freetext = 3;
        Returns:
        Whether the freetext field is set.
      • getFreetext

        PdfiumPdfFreeTextAnnotationP getFreetext()
        .ironpdfengineproto.PdfiumPdfFreeTextAnnotationP freetext = 3;
        Returns:
        The freetext.
      • hasLink

        boolean hasLink()
        .ironpdfengineproto.PdfiumPdfLinkAnnotationP link = 4;
        Returns:
        Whether the link field is set.