All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.Timeline.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





Timeline




com.aspose.cells
Class Timeline

java.lang.Object
    extended by com.aspose.cells.Timeline

public class Timeline 
extends java.lang.Object

summary description of Timeline View


Property Getters/Setters Summary
java.lang.StringgetCaption()
voidsetCaption(java.lang.String)
           Returns or sets the caption of the specified Timeline.
intgetHeightPixel()
voidsetHeightPixel(int)
           Returns or sets the height of the specified timeline, in pixels.
intgetLeftPixel()
voidsetLeftPixel(int)
           Returns or sets the horizontal offset of timeline shape from its left column, in pixels.
java.lang.StringgetName()
voidsetName(java.lang.String)
           Returns or sets the name of the specified Timeline
intgetTopPixel()
voidsetTopPixel(int)
           Returns or sets the vertical offset of timeline shape from its top row, in pixels.
intgetWidthPixel()
voidsetWidthPixel(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.

setCaption

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

setName

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.

setLeftPixel

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.

setTopPixel

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.

setWidthPixel

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.

setHeightPixel

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.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy