Class PdfiumFormFieldP.Builder

    • Method Detail

      • 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.Builder<PdfiumFormFieldP.Builder>
      • clear

        public PdfiumFormFieldP.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
      • getDefaultInstanceForType

        public PdfiumFormFieldP getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public PdfiumFormFieldP build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public PdfiumFormFieldP buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public PdfiumFormFieldP.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
      • setField

        public PdfiumFormFieldP.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
      • clearField

        public PdfiumFormFieldP.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
      • clearOneof

        public PdfiumFormFieldP.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
      • setRepeatedField

        public PdfiumFormFieldP.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                         int index,
                                                         Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
      • addRepeatedField

        public PdfiumFormFieldP.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                         Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
      • mergeFrom

        public PdfiumFormFieldP.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PdfiumFormFieldP.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
      • mergeFrom

        public PdfiumFormFieldP.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PdfiumFormFieldP.Builder>
        Throws:
        IOException
      • setAnnotationIndex

        public PdfiumFormFieldP.Builder setAnnotationIndex​(int value)
        int32 annotation_index = 1;
        Parameters:
        value - The annotationIndex to set.
        Returns:
        This builder for chaining.
      • clearAnnotationIndex

        public PdfiumFormFieldP.Builder clearAnnotationIndex()
        int32 annotation_index = 1;
        Returns:
        This builder for chaining.
      • setName

        public PdfiumFormFieldP.Builder setName​(String value)
        string name = 2;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • setNameBytes

        public PdfiumFormFieldP.Builder setNameBytes​(com.google.protobuf.ByteString value)
        string name = 2;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • setPageIndex

        public PdfiumFormFieldP.Builder setPageIndex​(int value)
        int32 page_index = 3;
        Parameters:
        value - The pageIndex to set.
        Returns:
        This builder for chaining.
      • clearPageIndex

        public PdfiumFormFieldP.Builder clearPageIndex()
        int32 page_index = 3;
        Returns:
        This builder for chaining.
      • 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 PdfiumFormFieldPOrBuilder
        Returns:
        The readOnly.
      • setReadOnly

        public PdfiumFormFieldP.Builder setReadOnly​(boolean value)
        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;
        Parameters:
        value - The readOnly to set.
        Returns:
        This builder for chaining.
      • clearReadOnly

        public PdfiumFormFieldP.Builder clearReadOnly()
        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:
        This builder for chaining.
      • setType

        public PdfiumFormFieldP.Builder setType​(String value)
        string type = 5;
        Parameters:
        value - The type to set.
        Returns:
        This builder for chaining.
      • setTypeBytes

        public PdfiumFormFieldP.Builder setTypeBytes​(com.google.protobuf.ByteString value)
        string type = 5;
        Parameters:
        value - The bytes for type to set.
        Returns:
        This builder for chaining.
      • setValue

        public PdfiumFormFieldP.Builder setValue​(String value)
        string value = 6;
        Parameters:
        value - The value to set.
        Returns:
        This builder for chaining.
      • setValueBytes

        public PdfiumFormFieldP.Builder setValueBytes​(com.google.protobuf.ByteString value)
        string value = 6;
        Parameters:
        value - The bytes for value to set.
        Returns:
        This builder for chaining.
      • setWidth

        public PdfiumFormFieldP.Builder setWidth​(double value)
        double width = 7;
        Parameters:
        value - The width to set.
        Returns:
        This builder for chaining.
      • setHeight

        public PdfiumFormFieldP.Builder setHeight​(double value)
        double height = 8;
        Parameters:
        value - The height to set.
        Returns:
        This builder for chaining.
      • setX

        public PdfiumFormFieldP.Builder setX​(double value)
        double x = 9;
        Parameters:
        value - The x to set.
        Returns:
        This builder for chaining.
      • setY

        public PdfiumFormFieldP.Builder setY​(double value)
        double y = 10;
        Parameters:
        value - The y to set.
        Returns:
        This builder for chaining.
      • hasComboBoxField

        public boolean hasComboBoxField()
        .ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
        Specified by:
        hasComboBoxField in interface PdfiumFormFieldPOrBuilder
        Returns:
        Whether the comboBoxField field is set.
      • clearComboBoxField

        public PdfiumFormFieldP.Builder clearComboBoxField()
        .ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
      • getComboBoxFieldBuilder

        public PdfiumComboBoxFieldP.Builder getComboBoxFieldBuilder()
        .ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
      • hasCheckBoxField

        public boolean hasCheckBoxField()
        .ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
        Specified by:
        hasCheckBoxField in interface PdfiumFormFieldPOrBuilder
        Returns:
        Whether the checkBoxField field is set.
      • clearCheckBoxField

        public PdfiumFormFieldP.Builder clearCheckBoxField()
        .ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
      • getCheckBoxFieldBuilder

        public PdfiumCheckBoxFieldP.Builder getCheckBoxFieldBuilder()
        .ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
      • hasTextField

        public boolean hasTextField()
        .ironpdfengineproto.PdfiumTextFieldP text_field = 13;
        Specified by:
        hasTextField in interface PdfiumFormFieldPOrBuilder
        Returns:
        Whether the textField field is set.
      • clearTextField

        public PdfiumFormFieldP.Builder clearTextField()
        .ironpdfengineproto.PdfiumTextFieldP text_field = 13;
      • getTextFieldBuilder

        public PdfiumTextFieldP.Builder getTextFieldBuilder()
        .ironpdfengineproto.PdfiumTextFieldP text_field = 13;
      • hasUnknownField

        public boolean hasUnknownField()
        .ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
        Specified by:
        hasUnknownField in interface PdfiumFormFieldPOrBuilder
        Returns:
        Whether the unknownField field is set.
      • clearUnknownField

        public PdfiumFormFieldP.Builder clearUnknownField()
        .ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
      • getUnknownFieldBuilder

        public PdfiumUnknownFieldP.Builder getUnknownFieldBuilder()
        .ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
      • setUnknownFields

        public final PdfiumFormFieldP.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
      • mergeUnknownFields

        public final PdfiumFormFieldP.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>