public class TimeLineHelper
Constructor Summary |
---|
TimeLineHelper(Shape shape)
TimeLineHelper. |
Property Getters/Setters Summary | ||
---|---|---|
void | setArrowHead(int value) | |
ArrowHead of timeline shape
|
||
void | setBeginWeek(int value) | |
Begin week of timeline shape
|
||
void | setDateFormatForBE(int value) | |
DateFormat for start and finish of timeline shape
|
||
void | setDateFormatForIntm(int value) | |
DateFormat for Intm of timeline shape
|
||
void | setDateFormatStringForBE(java.lang.String value) | |
DateFormat String for start and finish of timeline shape
|
||
void | setDateFormatStringForIntm(java.lang.String value) | |
DateFormat String for Intm of timeline shape
|
||
void | setAutoUpdate(boolean value) | |
whether to update data for markers (milestones, intervals) as they are moved on timeline
|
||
void | setDisplayBE(boolean value) | |
whether to display Begin and End dates on timeline
|
||
void | setDisplayIntm(boolean value) | |
whether to display interim date/time ticks on timeline
|
||
void | setDisplayIntmDates(boolean value) | |
whether to display interim dates on interim ticks
|
||
void | setTimeLineType(int value) | |
Begin week of timeline shape
|
||
com.aspose.cells.DateTime | getTimePeriodFinish() | |
Time Period for finish of timeline shape
|
||
com.aspose.cells.DateTime | getTimePeriodStart() | |
Time Period for start of timeline shape
|
||
int | getTimeScale() | |
void | setTimeScale(intvalue) | |
scale of timeline shape |
Method Summary | ||
---|---|---|
void | refreshTimeLine() | |
Refresh time of timeline shapes
|
public TimeLineHelper(Shape shape) throws java.lang.Exception
public com.aspose.cells.DateTime getTimePeriodStart()
public com.aspose.cells.DateTime getTimePeriodFinish()
public int getTimeScale() / public void setTimeScale(int value)
public void setArrowHead(int value)
public void setBeginWeek(int value)
public void setTimeLineType(int value)
public void setDisplayBE(boolean value)
public void setDisplayIntm(boolean value)
public void setDisplayIntmDates(boolean value)
public void setAutoUpdate(boolean value)
public void setDateFormatForIntm(int value)
Value | Format String |
0 | dddd, yyyy-M-d |
1 | yyyy-MM-dd |
2 | yy-MMM-d |
3 | yyyy/M/d |
4 | yy-MMM.-d |
5 | d MMMM yyyy |
6 | yy-M |
7 | MMM-yy |
8 | MMMM d, yyyy |
9 | MMM d, yyyy |
10 | M-d-yy |
11 | M-d |
12 | d MMMM, yyyy |
13 | d MMM, yyyy |
14 | d-M-yy |
15 | d-M |
16 | yy-M-d |
17 | yyyy-M-d |
18 | M-yy |
19 | M-yyyy |
20 | MMMM yyyy |
21 | MMMM yy |
22 | MMM yyyy |
23 | MMM yy |
24 | yy |
25 | yyyy |
26 | d |
27 | MMMM |
28 | MMM |
29 | M |
30 | MM/dd/yyyy |
public void setDateFormatStringForIntm(java.lang.String value)
public void setDateFormatForBE(int value)
Value | Format String |
0 | dddd, yyyy-M-d |
1 | yyyy-MM-dd |
2 | yy-MMM-d |
3 | yyyy/M/d |
4 | yy-MMM.-d |
5 | d MMMM yyyy |
6 | yy-M |
7 | MMM-yy |
8 | MMMM d, yyyy |
9 | MMM d, yyyy |
10 | M-d-yy |
11 | M-d |
12 | d MMMM, yyyy |
13 | d MMM, yyyy |
14 | d-M-yy |
15 | d-M |
16 | yy-M-d |
17 | yyyy-M-d |
18 | M-yy |
19 | M-yyyy |
20 | MMMM yyyy |
21 | MMMM yy |
22 | MMM yyyy |
23 | MMM yy |
24 | yy |
25 | yyyy |
26 | d |
27 | MMMM |
28 | MMM |
29 | M |
30 | MM/dd/yyyy |
public void setDateFormatStringForBE(java.lang.String value)