Class: Field
- Inherits:
-
Object
- Object
- Field
- Defined in:
- lib/field.rb
Class Method Summary collapse
Class Method Details
.button ⇒ Object
9 10 11 |
# File 'lib/field.rb', line 9 def @button = pdf_name.Btn.toString end |
.choice ⇒ Object
13 14 15 |
# File 'lib/field.rb', line 13 def choice @choice = pdf_name.Ch.toString end |
.pdf_name ⇒ Object
5 6 7 |
# File 'lib/field.rb', line 5 def pdf_name @pdf_nanme ||= Rjb.import('com.itextpdf.kernel.pdf.PdfName') end |
.signature ⇒ Object
17 18 19 |
# File 'lib/field.rb', line 17 def signature @signature = pdf_name.Sig.toString end |
.text ⇒ Object
21 22 23 |
# File 'lib/field.rb', line 21 def text @text = pdf_name.Tx.toString end |