Package | stimulsoft.report.components |
Class | public class StiMargins |
Inheritance | StiMargins ![]() ![]() |
Implements | IStiSerializableToProperty |
Property | Defined By | ||
---|---|---|---|
bottom : Number Gets or sets bottom magin size on the object. | StiMargins | ||
isEmpty : Boolean [read-only] | StiMargins | ||
left : Number Gets or sets left magin size on the object. | StiMargins | ||
right : Number Gets or sets right magin size on the object. | StiMargins | ||
top : Number Gets or sets top magin size on the object. | StiMargins |
Method | Defined By | ||
---|---|---|---|
StiMargins(left:Number = 0, right:Number = 0, top:Number = 0, bottom:Number = 0) | StiMargins | ||
clone(... args):Object [override] | StiMargins | ||
deserialize(value:String):void | StiMargins | ||
equals(object:Object):Boolean [override] | StiMargins | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiMargins | ||
serialize():String | StiMargins | ||
StiMargins |
bottom | property |
bottom:Number
Gets or sets bottom magin size on the object.
public function get bottom():Number
public function set bottom(value:Number):void
isEmpty | property |
isEmpty:Boolean
[read-only] public function get isEmpty():Boolean
left | property |
left:Number
Gets or sets left magin size on the object.
public function get left():Number
public function set left(value:Number):void
right | property |
right:Number
Gets or sets right magin size on the object.
public function get right():Number
public function set right(value:Number):void
top | property |
top:Number
Gets or sets top magin size on the object.
public function get top():Number
public function set top(value:Number):void
StiMargins | () | Constructor |
public function StiMargins(left:Number = 0, right:Number = 0, top:Number = 0, bottom:Number = 0)
left:Number (default = 0 )
| |
right:Number (default = 0 )
| |
top:Number (default = 0 )
| |
bottom:Number (default = 0 )
|
clone | () | method |
override public function clone(... args):Object
Parameters
... args |
Object |
deserialize | () | method |
public function deserialize(value:String):void
Parameters
value:String |
equals | () | method |
override public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |
serialize | () | method |
public function serialize():String
ReturnsString |
toRectangle | () | method |