Class: Xberg::PdfFormField
- Inherits:
-
Object
- Object
- Xberg::PdfFormField
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#bbox ⇒ BoundingBox
readonly
Returns the value of attribute bbox.
-
#default_value ⇒ String
readonly
Returns the value of attribute default_value.
-
#field_type ⇒ FormFieldType
readonly
Returns the value of attribute field_type.
-
#flags ⇒ Integer
readonly
Returns the value of attribute flags.
-
#full_name ⇒ String
readonly
Returns the value of attribute full_name.
-
#max_length ⇒ Integer
readonly
Returns the value of attribute max_length.
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#page ⇒ Integer
readonly
Returns the value of attribute page.
-
#tooltip ⇒ String
readonly
Returns the value of attribute tooltip.
-
#value ⇒ String
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize ⇒ PdfFormField
constructor
A new instance of PdfFormField.
Constructor Details
#initialize ⇒ PdfFormField
Returns a new instance of PdfFormField.
1051 |
# File 'sig/types.rbs', line 1051
def initialize: (name: String, full_name: String, field_type: FormFieldType, ?value: String, ?default_value: String, flags: Integer, ?page: Integer, ?bbox: BoundingBox, ?max_length: Integer, ?tooltip: String) -> void
|
Instance Attribute Details
#bbox ⇒ BoundingBox (readonly)
Returns the value of attribute bbox.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def bbox @bbox end |
#default_value ⇒ String (readonly)
Returns the value of attribute default_value.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def default_value @default_value end |
#field_type ⇒ FormFieldType (readonly)
Returns the value of attribute field_type.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def field_type @field_type end |
#flags ⇒ Integer (readonly)
Returns the value of attribute flags.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def flags @flags end |
#full_name ⇒ String (readonly)
Returns the value of attribute full_name.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def full_name @full_name end |
#max_length ⇒ Integer (readonly)
Returns the value of attribute max_length.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def max_length @max_length end |
#name ⇒ String (readonly)
Returns the value of attribute name.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def name @name end |
#page ⇒ Integer (readonly)
Returns the value of attribute page.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def page @page end |
#tooltip ⇒ String (readonly)
Returns the value of attribute tooltip.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def tooltip @tooltip end |
#value ⇒ String (readonly)
Returns the value of attribute value.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def value @value end |