Packageorg.purepdf.pdf
Classpublic class PdfBorderArray
InheritancePdfBorderArray Inheritance PdfArray Inheritance PdfObject Inheritance it.sephiroth.utils.ObjectHash



Public Properties
 PropertyDefined By
 InheritedisEmpty : Boolean
[read-only]
PdfArray
 Inheritedsize : int
[read-only]
PdfArray
Protected Properties
 PropertyDefined By
 InheritedarrayList : Vector.<PdfObject>
PdfArray
 Inheritedbytes : Bytes
PdfObject
 InheritedindRef : PRIndirectReference
PdfObject
 Inheritedtype : int
PdfObject
Public Methods
 MethodDefined By
  
PdfBorderArray(hRadius:Number, vRadius:Number, width:Number, dash:PdfDashPattern = null)
PdfBorderArray
 Inherited
add(object:PdfObject):uint
Add a PdfObject to the end of the PdfArray
PdfArray
 Inherited
add2(values:Vector.<Number>):Boolean
Add an array of numbers to the end of the PdfArray
PdfArray
 Inherited
add3(values:Vector.<int>):Boolean
Add and array of integer to the end of the PdfArray
PdfArray
 Inherited
addFirst(object:PdfObject):void
PdfArray
 Inherited
canBeInObjStm():Boolean
Whether this object can be contained in an object stream.
PdfObject
 Inherited
contains(object:PdfObject):Boolean
Check if the PdfArray already contains a certain PdfObject
PdfArray
 Inherited
dispose():void
PdfObject
 Inherited
Deprecated: Deprecated
PdfArray
 Inherited
Returns a PdfObject as a PdfNumber, resolving indirect references.
PdfArray
 Inherited
PdfObject
 Inherited
Returns the PdfObject with the specified index, resolving a possible indirect reference to a direct object.
PdfArray
 Inherited
PdfObject
 Inherited
Returns the PdfObject at the specified index
PdfArray
 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
listIterator():Iterator
Returns the list iterator for the array.
PdfArray
 Inherited
remove(idx:int):PdfObject
Remove the element at the specified position from the array.
PdfArray
 Inherited
Set the indirect reference
PdfObject
 Inherited
toPdf(writer:PdfWriter, os:IOutputStream):void
[override] Writes the PDF representation of this PdfArray as an array of byte to the specified OutputStream.
PdfArray
 Inherited
toString():String
[override]
PdfArray
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
 InheritedINDIRECT : int = 10
[static]
PdfObject
 InheritedNAME : int = 4
[static]
PdfObject
 InheritedNOTHING : String
[static]
PdfObject
 InheritedNULL : int = 8
[static]
PdfObject
 InheritedNUMBER : int = 2
[static]
PdfObject
 InheritedSTREAM : int = 7
[static]
PdfObject
 InheritedSTRING : int = 3
[static]
PdfObject
 InheritedTEXT_PDFDOCENCODING : String = PDF
[static]
PdfObject
 InheritedTEXT_UNICODE : String = UnicodeBig
[static]
PdfObject
Constructor Detail
PdfBorderArray()Constructor
public function PdfBorderArray(hRadius:Number, vRadius:Number, width:Number, dash:PdfDashPattern = null)



Parameters
hRadius:Number
 
vRadius:Number
 
width:Number
 
dash:PdfDashPattern (default = null)