Property Getters/Setters Summary | ||
---|---|---|
method | getCaption() | |
method | setCaption(value) | |
Returns or sets the caption of the specified Timeline. | ||
method | getHeightPixel() | |
method | setHeightPixel(value) | |
Returns or sets the height of the specified timeline, in pixels. | ||
method | getLeftPixel() | |
method | setLeftPixel(value) | |
Returns or sets the horizontal offset of timeline shape from its left column, in pixels. | ||
method | getName() | |
method | setName(value) | |
Returns or sets the name of the specified Timeline | ||
method | getTopPixel() | |
method | setTopPixel(value) | |
Returns or sets the vertical offset of timeline shape from its top row, in pixels. | ||
method | getWidthPixel() | |
method | setWidthPixel(value) | |
Returns or sets the width of the specified timeline, in pixels. |
String getCaption() / setCaption(value)
String getName() / setName(value)
int getLeftPixel() / setLeftPixel(value)
int getTopPixel() / setTopPixel(value)
int getWidthPixel() / setWidthPixel(value)
int getHeightPixel() / setHeightPixel(value)