com.aspose.diagram
Class TimeLineHelper

java.lang.Object
    extended by com.aspose.diagram.TimeLineHelper

public class TimeLineHelper 
extends java.lang.Object

TimeLineHelper to set property of timeline shape.


Constructor Summary
TimeLineHelper(Shape shape)
           TimeLineHelper.
 
Property Getters/Setters Summary
voidsetArrowHead(int)
           ArrowHead of timeline shape
voidsetBeginWeek(int)
           Begin week of timeline shape
voidsetDateFormatForBE(int)
           DateFormat for start and finish of timeline shape
voidsetDateFormatForIntm(int)
           DateFormat for Intm of timeline shape
voidsetDateFormatStringForBE(java.lang.String)
           DateFormat String for start and finish of timeline shape
voidsetDateFormatStringForIntm(java.lang.String)
           DateFormat String for Intm of timeline shape
voidsetAutoUpdate(boolean)
           whether to update data for markers (milestones, intervals) as they are moved on timeline
voidsetDisplayBE(boolean)
           whether to display Begin and End dates on timeline
voidsetDisplayIntm(boolean)
           whether to display interim date/time ticks on timeline
voidsetDisplayIntmDates(boolean)
           whether to display interim dates on interim ticks
voidsetTimeLineType(int)
           Begin week of timeline shape
com.aspose.cells.DateTimegetTimePeriodFinish()
           Time Period for finish of timeline shape
com.aspose.cells.DateTimegetTimePeriodStart()
           Time Period for start of timeline shape
intgetTimeScale()
voidsetTimeScale(int)
           scale of timeline shape
 
Method Summary
voidrefreshTimeLine()
           Refresh time of timeline shapes
 

Constructor Detail

TimeLineHelper

public TimeLineHelper(Shape shape)
               throws java.lang.Exception
TimeLineHelper.

Property Getters/Setters Detail

getTimePeriodStart

public com.aspose.cells.DateTime getTimePeriodStart()
Time Period for start of timeline shape

getTimePeriodFinish

public com.aspose.cells.DateTime getTimePeriodFinish()
Time Period for finish of timeline shape

getTimeScale/setTimeScale

public int getTimeScale() / public void setTimeScale(int value)
scale of timeline shape

setArrowHead

public void setArrowHead(int value)
ArrowHead of timeline shape

setBeginWeek

public void setBeginWeek(int value)
Begin week of timeline shape

setTimeLineType

public void setTimeLineType(int value)
Begin week of timeline shape

setDisplayBE

public void setDisplayBE(boolean value)
whether to display Begin and End dates on timeline

setDisplayIntm

public void setDisplayIntm(boolean value)
whether to display interim date/time ticks on timeline

setDisplayIntmDates

public void setDisplayIntmDates(boolean value)
whether to display interim dates on interim ticks

setAutoUpdate

public void setAutoUpdate(boolean value)
whether to update data for markers (milestones, intervals) as they are moved on timeline

setDateFormatForIntm

public void setDateFormatForIntm(int value)
DateFormat for Intm of timeline shape
Value Format String 
0dddd, yyyy-M-d
1yyyy-MM-dd
2yy-MMM-d
3yyyy/M/d
4yy-MMM.-d
5d MMMM yyyy
6yy-M
7MMM-yy
8MMMM d, yyyy
9MMM d, yyyy
10M-d-yy
11M-d
12d MMMM, yyyy
13d MMM, yyyy
14d-M-yy
15d-M
16yy-M-d
17yyyy-M-d
18M-yy
19M-yyyy
20MMMM yyyy
21MMMM yy
22MMM yyyy
23MMM yy
24yy
25yyyy
26d
27MMMM
28MMM
29M
30MM/dd/yyyy

setDateFormatStringForIntm

public void setDateFormatStringForIntm(java.lang.String value)
DateFormat String for Intm of timeline shape

setDateFormatForBE

public void setDateFormatForBE(int value)
DateFormat for start and finish of timeline shape
Value Format String 
0dddd, yyyy-M-d
1yyyy-MM-dd
2yy-MMM-d
3yyyy/M/d
4yy-MMM.-d
5d MMMM yyyy
6yy-M
7MMM-yy
8MMMM d, yyyy
9MMM d, yyyy
10M-d-yy
11M-d
12d MMMM, yyyy
13d MMM, yyyy
14d-M-yy
15d-M
16yy-M-d
17yyyy-M-d
18M-yy
19M-yyyy
20MMMM yyyy
21MMMM yy
22MMM yyyy
23MMM yy
24yy
25yyyy
26d
27MMMM
28MMM
29M
30MM/dd/yyyy

setDateFormatStringForBE

public void setDateFormatStringForBE(java.lang.String value)
DateFormat String for start and finish of timeline shape

Method Detail

refreshTimeLine

public void refreshTimeLine()
Refresh time of timeline shapes

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.