Interface PdfiumIFormFieldObjectPOrBuilder

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

    public interface PdfiumIFormFieldObjectPOrBuilder
    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.
      • getAnnotations

        PdfiumIFormFieldAnnotationP getAnnotations​(int index)
        repeated .ironpdfengineproto.PdfiumIFormFieldAnnotationP annotations = 2;
      • getAnnotationsCount

        int getAnnotationsCount()
        repeated .ironpdfengineproto.PdfiumIFormFieldAnnotationP annotations = 2;
      • getChoicesList

        List<String> getChoicesList()
        repeated string choices = 3;
        Returns:
        A list containing the choices.
      • getChoicesCount

        int getChoicesCount()
        repeated string choices = 3;
        Returns:
        The count of choices.
      • getChoices

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

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

        String getDefaultAppearance()
        string default_appearance = 4;
        Returns:
        The defaultAppearance.
      • getDefaultAppearanceBytes

        com.google.protobuf.ByteString getDefaultAppearanceBytes()
        string default_appearance = 4;
        Returns:
        The bytes for defaultAppearance.
      • hasFormFlags

        boolean hasFormFlags()
        .ironpdfengineproto.PdfiumPdfFormFieldFlagsP form_flags = 5;
        Returns:
        Whether the formFlags field is set.
      • getFormFlags

        PdfiumPdfFormFieldFlagsP getFormFlags()
        .ironpdfengineproto.PdfiumPdfFormFieldFlagsP form_flags = 5;
        Returns:
        The formFlags.
      • getFormType

        String getFormType()
        string form_type = 6;
        Returns:
        The formType.
      • getFormTypeBytes

        com.google.protobuf.ByteString getFormTypeBytes()
        string form_type = 6;
        Returns:
        The bytes for formType.
      • getFullName

        String getFullName()
        string full_name = 7;
        Returns:
        The fullName.
      • getFullNameBytes

        com.google.protobuf.ByteString getFullNameBytes()
        string full_name = 7;
        Returns:
        The bytes for fullName.
      • getMaxLength

        int getMaxLength()
        int32 max_length = 8;
        Returns:
        The maxLength.
      • getName

        String getName()
        string name = 9;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 9;
        Returns:
        The bytes for name.
      • getObjType

        String getObjType()
        string obj_type = 10;
        Returns:
        The objType.
      • getObjTypeBytes

        com.google.protobuf.ByteString getObjTypeBytes()
        string obj_type = 10;
        Returns:
        The bytes for objType.
      • getReadOnly

        boolean getReadOnly()
        bool read_only = 11;
        Returns:
        The readOnly.
      • getRichText

        String getRichText()
        string rich_text = 12;
        Returns:
        The richText.
      • getRichTextBytes

        com.google.protobuf.ByteString getRichTextBytes()
        string rich_text = 12;
        Returns:
        The bytes for richText.
      • hasType

        boolean hasType()
        .ironpdfengineproto.PdfiumPdfFormFieldTypeP type = 13;
        Returns:
        Whether the type field is set.
      • getType

        PdfiumPdfFormFieldTypeP getType()
        .ironpdfengineproto.PdfiumPdfFormFieldTypeP type = 13;
        Returns:
        The type.
      • getValue

        String getValue()
        string value = 14;
        Returns:
        The value.
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
        string value = 14;
        Returns:
        The bytes for value.