asposecells.api

Class Timeline

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

Property Getters/Setters Summary
methodgetCaption()
method
setCaption(value)
           Returns or sets the caption of the specified Timeline.
methodgetHeightPixel()
method
           Returns or sets the height of the specified timeline, in pixels.
methodgetLeftPixel()
method
           Returns or sets the horizontal offset of timeline shape from its left column, in pixels.
methodgetName()
method
setName(value)
           Returns or sets the name of the specified Timeline
methodgetTopPixel()
method
           Returns or sets the vertical offset of timeline shape from its top row, in pixels.
methodgetWidthPixel()
method
           Returns or sets the width of the specified timeline, in pixels.
 

    • Property Getters/Setters Detail

      • getCaption/setCaption : String 

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

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

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

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

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

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