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