Packageorg.purepdf.pdf
Classpublic class PdfBoolean
InheritancePdfBoolean Inheritance PdfObject Inheritance it.sephiroth.utils.ObjectHash



Public Properties
 PropertyDefined By
  booleanValue : Boolean
[read-only]
PdfBoolean
Protected Properties
 PropertyDefined By
 Inheritedbytes : Bytes
PdfObject
 InheritedindRef : PRIndirectReference
PdfObject
 Inheritedtype : int
PdfObject
Public Methods
 MethodDefined By
  
PdfBoolean(val:Boolean)
PdfBoolean
 Inherited
canBeInObjStm():Boolean
Whether this object can be contained in an object stream.
PdfObject
 Inherited
dispose():void
PdfObject
 Inherited
PdfObject
 Inherited
PdfObject
 Inherited
getType():int
PdfObject
 Inherited
isArray():Boolean
PdfObject
 Inherited
isBoolean():Boolean
PdfObject
 Inherited
isDictionary():Boolean
PdfObject
 Inherited
isIndirect():Boolean
PdfObject
 Inherited
isName():Boolean
PdfObject
 Inherited
isNull():Boolean
PdfObject
 Inherited
isNumber():Boolean
PdfObject
 Inherited
isStream():Boolean
Checks if this PdfObject is of the type PdfStream
PdfObject
 Inherited
isString():Boolean
PdfObject
 Inherited
Set the indirect reference
PdfObject
 Inherited
toPdf(writer:PdfWriter, os:IOutputStream):void
PdfObject
  
toString():String
[override]
PdfBoolean
Protected Methods
 MethodDefined By
 Inherited
setContent(content:String):void
PdfObject
Public Constants
 ConstantDefined By
 InheritedARRAY : int = 5
[static]
PdfObject
 InheritedBOOLEAN : int = 1
[static]
PdfObject
 InheritedDICTIONARY : int = 6
[static]
PdfObject
  FALSE : String = false
[static]
PdfBoolean
 InheritedINDIRECT : int = 10
[static]
PdfObject
 InheritedNAME : int = 4
[static]
PdfObject
 InheritedNOTHING : String
[static]
PdfObject
 InheritedNULL : int = 8
[static]
PdfObject
 InheritedNUMBER : int = 2
[static]
PdfObject
  PDF_FALSE : PdfBoolean
[static]
PdfBoolean
  PDF_TRUE : PdfBoolean
[static]
PdfBoolean
 InheritedSTREAM : int = 7
[static]
PdfObject
 InheritedSTRING : int = 3
[static]
PdfObject
 InheritedTEXT_PDFDOCENCODING : String = PDF
[static]
PdfObject
 InheritedTEXT_UNICODE : String = UnicodeBig
[static]
PdfObject
  TRUE : String = true
[static]
PdfBoolean
Property Detail
booleanValueproperty
booleanValue:Boolean  [read-only]


Implementation
    public function get booleanValue():Boolean
Constructor Detail
PdfBoolean()Constructor
public function PdfBoolean(val:Boolean)



Parameters
val:Boolean
Method Detail
toString()method
override public function toString():String

Returns
String
Constant Detail
FALSEConstant
public static const FALSE:String = false

PDF_FALSEConstant 
public static const PDF_FALSE:PdfBoolean

PDF_TRUEConstant 
public static const PDF_TRUE:PdfBoolean

TRUEConstant 
public static const TRUE:String = true