| Package | stimulsoft.report.components |
| Class | public class StiMargins |
| Inheritance | StiMargins StiObject Object |
| 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:NumberGets 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:NumberGets or sets left magin size on the object.
public function get left():Number public function set left(value:Number):void| right | property |
right:NumberGets or sets right magin size on the object.
public function get right():Number public function set right(value:Number):void| top | property |
top:NumberGets 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):ObjectParameters
... args |
Object |
| deserialize | () | method |
public function deserialize(value:String):voidParameters
value:String |
| equals | () | method |
override public function equals(object:Object):BooleanParameters
object:Object |
Boolean |
| memberwiseClone | () | method |
override public function memberwiseClone():ObjectReturnsObject |
| serialize | () | method |
public function serialize():StringReturnsString |
| toRectangle | () | method |