Interface PdfiumFormFieldPOrBuilder

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

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

      • getAnnotationIndex

        int getAnnotationIndex()
        int32 annotation_index = 1;
        Returns:
        The annotationIndex.
      • getName

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

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

        int getPageIndex()
        int32 page_index = 3;
        Returns:
        The pageIndex.
      • getReadOnly

        boolean getReadOnly()
        in c# we need to call GetFormFieldIsReadOnly but in protobuf server must call this value when form field object was created
         
        bool read_only = 4;
        Returns:
        The readOnly.
      • getType

        String getType()
        string type = 5;
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        string type = 5;
        Returns:
        The bytes for type.
      • getValue

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

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

        double getWidth()
        double width = 7;
        Returns:
        The width.
      • getHeight

        double getHeight()
        double height = 8;
        Returns:
        The height.
      • getX

        double getX()
        double x = 9;
        Returns:
        The x.
      • getY

        double getY()
        double y = 10;
        Returns:
        The y.
      • hasComboBoxField

        boolean hasComboBoxField()
        .ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
        Returns:
        Whether the comboBoxField field is set.
      • getComboBoxField

        PdfiumComboBoxFieldP getComboBoxField()
        .ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
        Returns:
        The comboBoxField.
      • getComboBoxFieldOrBuilder

        PdfiumComboBoxFieldPOrBuilder getComboBoxFieldOrBuilder()
        .ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
      • hasCheckBoxField

        boolean hasCheckBoxField()
        .ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
        Returns:
        Whether the checkBoxField field is set.
      • getCheckBoxField

        PdfiumCheckBoxFieldP getCheckBoxField()
        .ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
        Returns:
        The checkBoxField.
      • getCheckBoxFieldOrBuilder

        PdfiumCheckBoxFieldPOrBuilder getCheckBoxFieldOrBuilder()
        .ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
      • hasTextField

        boolean hasTextField()
        .ironpdfengineproto.PdfiumTextFieldP text_field = 13;
        Returns:
        Whether the textField field is set.
      • getTextField

        PdfiumTextFieldP getTextField()
        .ironpdfengineproto.PdfiumTextFieldP text_field = 13;
        Returns:
        The textField.
      • getTextFieldOrBuilder

        PdfiumTextFieldPOrBuilder getTextFieldOrBuilder()
        .ironpdfengineproto.PdfiumTextFieldP text_field = 13;
      • hasUnknownField

        boolean hasUnknownField()
        .ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
        Returns:
        Whether the unknownField field is set.
      • getUnknownField

        PdfiumUnknownFieldP getUnknownField()
        .ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
        Returns:
        The unknownField.
      • getUnknownFieldOrBuilder

        PdfiumUnknownFieldPOrBuilder getUnknownFieldOrBuilder()
        .ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;