Packageorg.purepdf.pdf.forms
Classpublic class FieldText
InheritanceFieldText Inheritance FieldBase Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedalignment : int
FieldBase
 InheritedbackgroundColor : RGBColor
FieldBase
 InheritedborderColor : RGBColor
FieldBase
 InheritedborderStyle : int
FieldBase
 InheritedborderWidth : Number
FieldBase
  choices : Vector.<String>
FieldText
  choicesExport : Vector.<String>
FieldText
 Inheritedfont : BaseFont
FieldBase
 InheritedfontSize : Number
FieldBase
 Inheritedtext : String
FieldBase
 InheritedtextColor : RGBColor
FieldBase
Protected Properties
 PropertyDefined By
 Inherited_alignment : int = 0
FieldBase
 Inherited_backgroundColor : RGBColor
FieldBase
 Inherited_borderColor : RGBColor
FieldBase
 Inherited_borderStyle : int
FieldBase
 Inherited_borderWidth : Number = 1
FieldBase
 Inheritedbox : RectangleElement
FieldBase
 InheritedfieldName : String
FieldBase
 Inherited_font : BaseFont
FieldBase
 Inherited_fontSize : Number = 0
FieldBase
 InheritedmaxCharacterLength : int
FieldBase
 Inheritedoptions : int
FieldBase
 Inheritedrotation : int = 0
FieldBase
 Inherited_text : String
FieldBase
 Inherited_textColor : RGBColor
FieldBase
 Inheritedvisibility : int = 0
FieldBase
 Inheritedwriter : PdfWriter
FieldBase
Public Methods
 MethodDefined By
  
FieldText($writer:PdfWriter, $box:RectangleElement, $fieldName:String)
FieldText
  
FieldText
  
Returns a combo field
FieldText
  
FieldText
  
Return a new FieldText
FieldText
  
obfuscatePassword(text:String):String
[static]
FieldText
  
removeCRLF(text:String):String
[static]
FieldText
Protected Methods
 MethodDefined By
  
FieldText
 Inherited
FieldBase
 Inherited
FieldBase
Public Constants
 ConstantDefined By
 InheritedBORDER_WIDTH_MEDIUM : Number = 2
[static]
FieldBase
 InheritedBORDER_WIDTH_THICK : Number = 3
[static]
FieldBase
 InheritedBORDER_WIDTH_THIN : Number = 1
[static]
FieldBase
 InheritedCOMB : int
[static]
FieldBase
 InheritedDO_NOT_SCROLL : int
[static]
FieldBase
 InheritedDO_NOT_SPELL_CHECK : int
[static]
FieldBase
 InheritedEDIT : int
[static]
FieldBase
 InheritedFILE_SELECTION : int
[static]
FieldBase
 InheritedHIDDEN : int = 1
[static]
FieldBase
 InheritedHIDDEN_BUT_PRINTABLE : int = 3
[static]
FieldBase
 InheritedMULTILINE : int
[static]
FieldBase
 InheritedMULTISELECT : int
[static]
FieldBase
 InheritedPASSWORD : int
[static]
FieldBase
 InheritedREAD_ONLY : int
[static]
FieldBase
 InheritedREQUIRED : int
[static]
FieldBase
 InheritedVISIBLE : int = 0
[static]
FieldBase
 InheritedVISIBLE_BUT_DOES_NOT_PRINT : int = 2
[static]
FieldBase
Property Detail
choicesproperty
choices:Vector.<String>


Implementation
    public function get choices():Vector.<String>
    public function set choices(value:Vector.<String>):void
choicesExportproperty 
choicesExport:Vector.<String>


Implementation
    public function get choicesExport():Vector.<String>
    public function set choicesExport(value:Vector.<String>):void
Constructor Detail
FieldText()Constructor
public function FieldText($writer:PdfWriter, $box:RectangleElement, $fieldName:String)



Parameters
$writer:PdfWriter
 
$box:RectangleElement
 
$fieldName:String
Method Detail
_getChoiceField()method
protected function _getChoiceField(isList:Boolean):PdfFormField

Parameters

isList:Boolean

Returns
PdfFormField

Throws
DocumentError
getAppearance()method 
public function getAppearance():PdfAppearance

Returns
PdfAppearance

Throws
DocumentError
getComboField()method 
public function getComboField():PdfFormField

Returns a combo field

Returns
PdfFormField

Throws
DocumentError
getListField()method 
public function getListField():PdfFormField

Returns
PdfFormField

Throws
DocumentError
getTextField()method 
public function getTextField():PdfFormField

Return a new FieldText

Returns
PdfFormField

Throws
DocumentError
obfuscatePassword()method 
public static function obfuscatePassword(text:String):String

Parameters

text:String

Returns
String
removeCRLF()method 
public static function removeCRLF(text:String):String

Parameters

text:String

Returns
String