Timeline
Timeline class
Summary description of Timeline View Due to MS Excel, Excel 2003 does not support Timeline
class Timeline;
Properties
Property | Type | Description |
---|---|---|
caption | string | Returns or sets the caption of the specified Timeline. |
shape | TimelineShape | Readonly. Returns the TimelineShape object associated with this Timeline. Read-only. |
name | string | Returns or sets the name of the specified Timeline |
leftPixel | number | Returns or sets the horizontal offset of timeline shape from its left column, in pixels. |
topPixel | number | Returns or sets the vertical offset of timeline shape from its top row, in pixels. |
widthPixel | number | Returns or sets the width of the specified timeline, in pixels. |
heightPixel | number | Returns or sets the height of the specified timeline, in pixels. |
caption
Returns or sets the caption of the specified Timeline.
caption : string;
shape
Readonly. Returns the TimelineShape object associated with this Timeline. Read-only.
shape : TimelineShape;
name
Returns or sets the name of the specified Timeline
name : string;
leftPixel
Returns or sets the horizontal offset of timeline shape from its left column, in pixels.
leftPixel : number;
Remarks
NOTE: This member is now obsolete. Instead, please use Shape.Left property. This property will be removed 12 months later since May 2025. Aspose apologizes for any inconvenience you may have experienced.
topPixel
Returns or sets the vertical offset of timeline shape from its top row, in pixels.
topPixel : number;
Remarks
NOTE: This member is now obsolete. Instead, please use Shape.Top property. This property will be removed 12 months later since May 2025. Aspose apologizes for any inconvenience you may have experienced.
widthPixel
Returns or sets the width of the specified timeline, in pixels.
widthPixel : number;
Remarks
NOTE: This member is now obsolete. Instead, please use Shape.Width property. This property will be removed 12 months later since May 2025. Aspose apologizes for any inconvenience you may have experienced.
heightPixel
Returns or sets the height of the specified timeline, in pixels.
heightPixel : number;
Remarks
NOTE: This member is now obsolete. Instead, please use Shape.Height property. This property will be removed 12 months later since May 2025. Aspose apologizes for any inconvenience you may have experienced.