Class FormField

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.ironsoftware.ironpdf.internal.proto.FormField
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, FormFieldOrBuilder, Serializable

public final class FormField extends com.google.protobuf.GeneratedMessageV3 implements FormFieldOrBuilder
Protobuf type IronPdfEngine.Proto.FormField
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getSubTypeCase

      public FormField.SubTypeCase getSubTypeCase()
      Specified by:
      getSubTypeCase in interface FormFieldOrBuilder
    • getAnnotationIndex

      public int getAnnotationIndex()
      int32 annotation_index = 1;
      Specified by:
      getAnnotationIndex in interface FormFieldOrBuilder
      Returns:
      The annotationIndex.
    • getName

      public String getName()
      string name = 2;
      Specified by:
      getName in interface FormFieldOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      Specified by:
      getNameBytes in interface FormFieldOrBuilder
      Returns:
      The bytes for name.
    • getPageIndex

      public int getPageIndex()
      int32 page_index = 3;
      Specified by:
      getPageIndex in interface FormFieldOrBuilder
      Returns:
      The pageIndex.
    • getReadOnly

      public 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;
      Specified by:
      getReadOnly in interface FormFieldOrBuilder
      Returns:
      The readOnly.
    • hasType

      public boolean hasType()
      .IronPdfEngine.Proto.FormFieldTypes type = 5;
      Specified by:
      hasType in interface FormFieldOrBuilder
      Returns:
      Whether the type field is set.
    • getType

      public FormFieldTypes getType()
      .IronPdfEngine.Proto.FormFieldTypes type = 5;
      Specified by:
      getType in interface FormFieldOrBuilder
      Returns:
      The type.
    • getTypeOrBuilder

      public FormFieldTypesOrBuilder getTypeOrBuilder()
      .IronPdfEngine.Proto.FormFieldTypes type = 5;
      Specified by:
      getTypeOrBuilder in interface FormFieldOrBuilder
    • getValue

      public String getValue()
      string value = 6;
      Specified by:
      getValue in interface FormFieldOrBuilder
      Returns:
      The value.
    • getValueBytes

      public com.google.protobuf.ByteString getValueBytes()
      string value = 6;
      Specified by:
      getValueBytes in interface FormFieldOrBuilder
      Returns:
      The bytes for value.
    • getWidth

      public double getWidth()
      double width = 7;
      Specified by:
      getWidth in interface FormFieldOrBuilder
      Returns:
      The width.
    • getHeight

      public double getHeight()
      double height = 8;
      Specified by:
      getHeight in interface FormFieldOrBuilder
      Returns:
      The height.
    • getX

      public double getX()
      double x = 9;
      Specified by:
      getX in interface FormFieldOrBuilder
      Returns:
      The x.
    • getY

      public double getY()
      double y = 10;
      Specified by:
      getY in interface FormFieldOrBuilder
      Returns:
      The y.
    • hasComboBoxField

      public boolean hasComboBoxField()
      .IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;
      Specified by:
      hasComboBoxField in interface FormFieldOrBuilder
      Returns:
      Whether the comboBoxField field is set.
    • getComboBoxField

      public ComboBoxField getComboBoxField()
      .IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;
      Specified by:
      getComboBoxField in interface FormFieldOrBuilder
      Returns:
      The comboBoxField.
    • getComboBoxFieldOrBuilder

      public ComboBoxFieldOrBuilder getComboBoxFieldOrBuilder()
      .IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;
      Specified by:
      getComboBoxFieldOrBuilder in interface FormFieldOrBuilder
    • hasCheckBoxField

      public boolean hasCheckBoxField()
      .IronPdfEngine.Proto.CheckBoxField check_box_field = 12;
      Specified by:
      hasCheckBoxField in interface FormFieldOrBuilder
      Returns:
      Whether the checkBoxField field is set.
    • getCheckBoxField

      public CheckBoxField getCheckBoxField()
      .IronPdfEngine.Proto.CheckBoxField check_box_field = 12;
      Specified by:
      getCheckBoxField in interface FormFieldOrBuilder
      Returns:
      The checkBoxField.
    • getCheckBoxFieldOrBuilder

      public CheckBoxFieldOrBuilder getCheckBoxFieldOrBuilder()
      .IronPdfEngine.Proto.CheckBoxField check_box_field = 12;
      Specified by:
      getCheckBoxFieldOrBuilder in interface FormFieldOrBuilder
    • hasTextField

      public boolean hasTextField()
      .IronPdfEngine.Proto.TextField text_field = 13;
      Specified by:
      hasTextField in interface FormFieldOrBuilder
      Returns:
      Whether the textField field is set.
    • getTextField

      public TextField getTextField()
      .IronPdfEngine.Proto.TextField text_field = 13;
      Specified by:
      getTextField in interface FormFieldOrBuilder
      Returns:
      The textField.
    • getTextFieldOrBuilder

      public TextFieldOrBuilder getTextFieldOrBuilder()
      .IronPdfEngine.Proto.TextField text_field = 13;
      Specified by:
      getTextFieldOrBuilder in interface FormFieldOrBuilder
    • hasUnknownField

      public boolean hasUnknownField()
      .IronPdfEngine.Proto.UnknownField unknown_field = 14;
      Specified by:
      hasUnknownField in interface FormFieldOrBuilder
      Returns:
      Whether the unknownField field is set.
    • getUnknownField

      public UnknownField getUnknownField()
      .IronPdfEngine.Proto.UnknownField unknown_field = 14;
      Specified by:
      getUnknownField in interface FormFieldOrBuilder
      Returns:
      The unknownField.
    • getUnknownFieldOrBuilder

      public UnknownFieldOrBuilder getUnknownFieldOrBuilder()
      .IronPdfEngine.Proto.UnknownField unknown_field = 14;
      Specified by:
      getUnknownFieldOrBuilder in interface FormFieldOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static FormField parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FormField parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FormField parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FormField parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FormField parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FormField parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FormField parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static FormField parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static FormField parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static FormField parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static FormField parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static FormField parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public FormField.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static FormField.Builder newBuilder()
    • newBuilder

      public static FormField.Builder newBuilder(FormField prototype)
    • toBuilder

      public FormField.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected FormField.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static FormField getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<FormField> parser()
    • getParserForType

      public com.google.protobuf.Parser<FormField> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public FormField getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder