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