Packagestimulsoft.flex.base
Classpublic class StiPaperSize
InheritanceStiPaperSize Inheritance Object



Public Properties
 PropertyDefined By
  height : int
StiPaperSize
  kind : int
[read-only]
StiPaperSize
  name : String
StiPaperSize
  width : int
StiPaperSize
Public Methods
 MethodDefined By
  
StiPaperSize(kind:int = 0, name:String, width:int = 0, height:int = 0)
StiPaperSize
Property Detail
heightproperty
height:int


Implementation
    public function get height():int
    public function set height(value:int):void
kindproperty 
kind:int  [read-only]


Implementation
    public function get kind():int
nameproperty 
name:String


Implementation
    public function get name():String
    public function set name(value:String):void
widthproperty 
width:int


Implementation
    public function get width():int
    public function set width(value:int):void
Constructor Detail
StiPaperSize()Constructor
public function StiPaperSize(kind:int = 0, name:String, width:int = 0, height:int = 0)



Parameters
kind:int (default = 0)
 
name:String
 
width:int (default = 0)
 
height:int (default = 0)