Interface PdfiumIFormFieldAnnotationPOrBuilder

    • 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.
      • hasAnnotationObject

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

        PdfiumIFormFieldAnnotationObjectP getAnnotationObject()
        .ironpdfengineproto.PdfiumIFormFieldAnnotationObjectP annotation_object = 2;
        Returns:
        The annotationObject.
      • getAppearancesList

        List<String> getAppearancesList()
        repeated string appearances = 3;
        Returns:
        A list containing the appearances.
      • getAppearancesCount

        int getAppearancesCount()
        repeated string appearances = 3;
        Returns:
        The count of appearances.
      • getAppearances

        String getAppearances​(int index)
        repeated string appearances = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The appearances at the given index.
      • getAppearancesBytes

        com.google.protobuf.ByteString getAppearancesBytes​(int index)
        repeated string appearances = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the appearances at the given index.
      • getAppearanceState

        String getAppearanceState()
        string appearance_state = 4;
        Returns:
        The appearanceState.
      • getAppearanceStateBytes

        com.google.protobuf.ByteString getAppearanceStateBytes()
        string appearance_state = 4;
        Returns:
        The bytes for appearanceState.
      • hasAnnotationFlags

        boolean hasAnnotationFlags()
        .ironpdfengineproto.PdfiumPdfAnnotationFlagsP annotation_flags = 5;
        Returns:
        Whether the annotationFlags field is set.
      • getAnnotationFlags

        PdfiumPdfAnnotationFlagsP getAnnotationFlags()
        .ironpdfengineproto.PdfiumPdfAnnotationFlagsP annotation_flags = 5;
        Returns:
        The annotationFlags.
      • getOnAppearance

        String getOnAppearance()
        string on_appearance = 6;
        Returns:
        The onAppearance.
      • getOnAppearanceBytes

        com.google.protobuf.ByteString getOnAppearanceBytes()
        string on_appearance = 6;
        Returns:
        The bytes for onAppearance.