com.aspose.cells.Timeline.html Maven / Gradle / Ivy
Timeline
com.aspose.cells
Class Timeline
java.lang.Object
com.aspose.cells.Timeline
public class Timeline
- extends java.lang.Object
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) |
Returns or sets the caption of the specified Timeline.
getName/setName | |
public java.lang.String getName() / public void setName(java.lang.String value) |
Returns or sets the name of the specified Timeline
getLeftPixel/setLeftPixel | |
public int getLeftPixel() / public void setLeftPixel(int value) |
Returns or sets the horizontal offset of timeline shape from its left column, in pixels.
getTopPixel/setTopPixel | |
public int getTopPixel() / public void setTopPixel(int value) |
Returns or sets the vertical offset of timeline shape from its top row, in pixels.
getWidthPixel/setWidthPixel | |
public int getWidthPixel() / public void setWidthPixel(int value) |
Returns or sets the width of the specified timeline, in pixels.
getHeightPixel/setHeightPixel | |
public int getHeightPixel() / public void setHeightPixel(int value) |
Returns or sets the height of the specified timeline, in pixels.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.