aspose.cells

Class Timeline

Summary description of Timeline View Due to MS Excel, Excel 2003 does not support Timeline

Property Getters/Setters Summary
functiongetCaption()
function
setCaption(value)
           Returns or sets the caption of the specified Timeline.
functiongetHeightPixel()
function
           Returns or sets the height of the specified timeline, in pixels.
functiongetLeftPixel()
function
           Returns or sets the horizontal offset of timeline shape from its left column, in pixels.
functiongetName()
function
setName(value)
           Returns or sets the name of the specified Timeline
functiongetTopPixel()
function
           Returns or sets the vertical offset of timeline shape from its top row, in pixels.
functiongetWidthPixel()
function
           Returns or sets the width of the specified timeline, in pixels.
 

    • Property Getters/Setters Detail

      • getCaption/setCaption : String 

        function getCaption() / function setCaption(value)
        
        Returns or sets the caption of the specified Timeline.
      • getName/setName : String 

        function getName() / function setName(value)
        
        Returns or sets the name of the specified Timeline
      • getLeftPixel/setLeftPixel : Number 

        function getLeftPixel() / function setLeftPixel(value)
        
        Returns or sets the horizontal offset of timeline shape from its left column, in pixels.
      • getTopPixel/setTopPixel : Number 

        function getTopPixel() / function setTopPixel(value)
        
        Returns or sets the vertical offset of timeline shape from its top row, in pixels.
      • getWidthPixel/setWidthPixel : Number 

        function getWidthPixel() / function setWidthPixel(value)
        
        Returns or sets the width of the specified timeline, in pixels.
      • getHeightPixel/setHeightPixel : Number 

        function getHeightPixel() / function setHeightPixel(value)
        
        Returns or sets the height of the specified timeline, in pixels.