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.
functiongetCurrentLevel()
function
          The value of the property is TimelineLevelType integer constant.
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
functiongetSelectionLevel()
function
          The value of the property is TimelineLevelType integer constant.
functiongetShape()
Returns the Shape object associated with the specified Timeline. Read-only.
functiongetShowHeader()
function
          
functiongetShowHorizontalScrollbar()
function
          
functiongetShowSelectionLabel()
function
          
functiongetShowTimeLevel()
function
          
functiongetStartDate()
function
          
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.
 
Method Summary
functiongetSelectedDateTimeRange()
functionselect(start, end, calculate)
 

    • Property Getters/Setters Detail

      • getShowHeader/setShowHeader : boolean 

        function getShowHeader() / function setShowHeader(value)
        
      • getShowSelectionLabel/setShowSelectionLabel : boolean 

        function getShowSelectionLabel() / function setShowSelectionLabel(value)
        
      • getShowTimeLevel/setShowTimeLevel : boolean 

        function getShowTimeLevel() / function setShowTimeLevel(value)
        
      • getShowHorizontalScrollbar/setShowHorizontalScrollbar : boolean 

        function getShowHorizontalScrollbar() / function setShowHorizontalScrollbar(value)
        
      • getStartDate/setStartDate : DateTime 

        function getStartDate() / function setStartDate(value)
        
      • getCurrentLevel/setCurrentLevel : Number 

        function getCurrentLevel() / function setCurrentLevel(value)
        
        The value of the property is TimelineLevelType integer constant.
      • getSelectionLevel/setSelectionLevel : Number 

        function getSelectionLevel() / function setSelectionLevel(value)
        
        The value of the property is TimelineLevelType integer constant.
      • getCaption/setCaption : String 

        function getCaption() / function setCaption(value)
        
        Returns or sets the caption of the specified Timeline.
      • getShape : TimelineShape 

        function getShape()
        
        Returns the Shape object associated with the specified Timeline. Read-only.
      • 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.
    • Method Detail

      • getSelectedDateTimeRange

        function getSelectedDateTimeRange()
      • select

        function select(start, end, calculate)