public class PrimaveraSaveOptions extends SaveOptions
Allows to specify additional options when saving project to Primavera XER format.
Constructor and Description |
---|
PrimaveraSaveOptions()
Initializes a new instance of class that can be used to save project in Primavera XER format.
|
Modifier and Type | Method and Description |
---|---|
int |
getActivityIdIncrement()
The increment used in renumbering of activity IDs.
|
String |
getActivityIdPrefix()
The prefix used in renumbering of activity IDs.
|
int |
getActivityIdSuffix()
The suffix used in renumbering of activity IDs.
|
boolean |
getRenumberActivityIds()
Renumbers activity IDs if setInternal to true.
|
void |
setActivityIdIncrement(int value)
Sets the increment value used in renumbering of activity IDs.
|
void |
setActivityIdPrefix(String value)
Sets the prefix used in renumbering of activity IDs.
|
void |
setActivityIdSuffix(int value)
Sets the suffix used in renumbering of activity IDs.
|
void |
setRenumberActivityIds(boolean value)
Sets whether to recalculate activity IDs on save or not.
|
getBarStyles, getDrawNonWorkingTime, getEndDate, getFitContent, getGridlines, getLegendOnEachPage, getMarkCriticalTasks, getNonWorkingTimeColor, getPageCount, getPageSize, getPresentationFormat, getRollUpGanttBars, getSaveFormat, getShowProjectSummaryTask, getStartDate, getTasksComparer, getTextStyles, getTimescale, getUseGradientBrush, getView, setBarStyles, setDrawNonWorkingTime, setEndDate, setFitContent, setGridlines, setLegendOnEachPage, setMarkCriticalTasks, setNonWorkingTimeColor, setPageSize, setPresentationFormat, setRollUpGanttBars, setShowProjectSummaryTask, setStartDate, setTasksComparer, setTextStyles, setTimescale, setUseGradientBrush, setView
public PrimaveraSaveOptions()
Initializes a new instance of class that can be used to save project in Primavera XER format.
public boolean getRenumberActivityIds()
Renumbers activity IDs if setInternal to true.
public void setRenumberActivityIds(boolean value)
value
- true if all activities IDs will be recalculated; otherwise, false.public String getActivityIdPrefix()
The prefix used in renumbering of activity IDs.
public void setActivityIdPrefix(String value)
value
- String which defines the prefix used in renumbering of activity IDs on save.public int getActivityIdSuffix()
The suffix used in renumbering of activity IDs.
public void setActivityIdSuffix(int value)
value
- The suffix used in renumbering of activity IDs.public int getActivityIdIncrement()
The increment used in renumbering of activity IDs.
public void setActivityIdIncrement(int value)
value
- the number value which defines the increment value used in renumbering of activity IDs.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.