Packageorg.alivepdf.cells
Classpublic class CellVO
InheritanceCellVO Inheritance Object

the Cell VO is a description of a Text Cell to be rendered to PDF



Public Properties
 PropertyDefined By
  border : Boolean = false
CellVO
  characterSpace : Number
CellVO
  color : Color
CellVO
  fill : Number = 0
CellVO
  fontFamily : String
CellVO
  fontSizePt : Number
CellVO
  fontStyle : String
CellVO
  height : Number
CellVO
  link : String
CellVO
  text : String
CellVO
  width : Number
CellVO
  x : Number
CellVO
  y : Number
CellVO
Property Detail
borderproperty
public var border:Boolean = false

characterSpaceproperty 
public var characterSpace:Number

colorproperty 
public var color:Color

fillproperty 
public var fill:Number = 0

fontFamilyproperty 
public var fontFamily:String

fontSizePtproperty 
public var fontSizePt:Number

fontStyleproperty 
public var fontStyle:String

heightproperty 
public var height:Number

linkproperty 
public var link:String

textproperty 
public var text:String

widthproperty 
public var width:Number

xproperty 
public var x:Number

yproperty 
public var y:Number