Timeline
Timeline class
Summary description of Timeline View Due to MS Excel, Excel 2003 does not support Timeline
class Timeline;
Methods
Method | Description |
---|---|
getCaption() | Returns or sets the caption of the specified Timeline. |
setCaption(string) | Returns or sets the caption of the specified Timeline. |
getName() | Returns or sets the name of the specified Timeline |
setName(string) | Returns or sets the name of the specified Timeline |
getLeftPixel() | Returns or sets the horizontal offset of timeline shape from its left column, in pixels. |
setLeftPixel(number) | Returns or sets the horizontal offset of timeline shape from its left column, in pixels. |
getTopPixel() | Returns or sets the vertical offset of timeline shape from its top row, in pixels. |
setTopPixel(number) | Returns or sets the vertical offset of timeline shape from its top row, in pixels. |
getWidthPixel() | Returns or sets the width of the specified timeline, in pixels. |
setWidthPixel(number) | Returns or sets the width of the specified timeline, in pixels. |
getHeightPixel() | Returns or sets the height of the specified timeline, in pixels. |
setHeightPixel(number) | Returns or sets the height of the specified timeline, in pixels. |
isNull() | Checks whether the implementation object is null. |
getCaption()
Returns or sets the caption of the specified Timeline.
getCaption() : string;
setCaption(string)
Returns or sets the caption of the specified Timeline.
setCaption(value: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |
getName()
Returns or sets the name of the specified Timeline
getName() : string;
setName(string)
Returns or sets the name of the specified Timeline
setName(value: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |
getLeftPixel()
Returns or sets the horizontal offset of timeline shape from its left column, in pixels.
getLeftPixel() : number;
setLeftPixel(number)
Returns or sets the horizontal offset of timeline shape from its left column, in pixels.
setLeftPixel(value: number) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | number | The value to set. |
getTopPixel()
Returns or sets the vertical offset of timeline shape from its top row, in pixels.
getTopPixel() : number;
setTopPixel(number)
Returns or sets the vertical offset of timeline shape from its top row, in pixels.
setTopPixel(value: number) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | number | The value to set. |
getWidthPixel()
Returns or sets the width of the specified timeline, in pixels.
getWidthPixel() : number;
setWidthPixel(number)
Returns or sets the width of the specified timeline, in pixels.
setWidthPixel(value: number) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | number | The value to set. |
getHeightPixel()
Returns or sets the height of the specified timeline, in pixels.
getHeightPixel() : number;
setHeightPixel(number)
Returns or sets the height of the specified timeline, in pixels.
setHeightPixel(value: number) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | number | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;