java.lang.Object
com.aspose.diagram.MilestoneHelper
public class MilestoneHelper
- extends java.lang.Object
MilestoneHelper to set property of milestone shape.
|
Property Getters/Setters Summary |
void | setDateFormat(int) | |
|
DateFormat of shape
|
void | setDateFormatString(java.lang.String) | |
|
DateFormat string of shape
|
void | setAutoUpdate(boolean) | |
|
whether to update data for markers (milestones, intervals) as they are moved on timeline
|
com.aspose.cells.DateTime | getMilestoneDate() | |
|
Milestone date
|
void | setType(int) | |
|
Type of shape
|
MilestoneHelper
public MilestoneHelper(Shape shape)
throws java.lang.Exception
-
|
Property Getters/Setters Detail |
getMilestoneDate | |
public com.aspose.cells.DateTime getMilestoneDate()
|
-
Milestone date
setAutoUpdate | |
public void setAutoUpdate(boolean value)
|
-
whether to update data for markers (milestones, intervals) as they are moved on timeline
setType | |
public void setType(int value)
|
-
Type of shape
setDateFormat | |
public void setDateFormat(int value)
|
-
DateFormat of shape
| 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 |
setDateFormatString | |
public void setDateFormatString(java.lang.String value)
|
-
DateFormat string of shape
refreshMilestone | |
public void refreshMilestone(Shape timeline) |
-
Refresh milestone
See Also:
Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
Aspose.Diagram Support Forum - our preferred method of support.