Package com.aspose.tasks
Class PrimaveraSaveOptions
- java.lang.Object
-
- com.aspose.tasks.SaveOptions
-
- com.aspose.tasks.PrimaveraSaveOptions
-
public class PrimaveraSaveOptions extends SaveOptions
Allows to specify additional options when saving project to Primavera XER format.
-
-
Constructor Summary
Constructors Constructor Description PrimaveraSaveOptions()
Initializes a new instance of thePrimaveraSaveOptions
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getActivityIdIncrement()
Gets the increment used in renumbering of activity IDs.String
getActivityIdPrefix()
Gets the prefix used in renumbering of activity IDs.int
getActivityIdSuffix()
Gets the suffix used in renumbering of activity IDs.boolean
getRenumberActivityIds()
Gets a value indicating whether is need to renumbers activity IDs.void
setActivityIdIncrement(int value)
Sets the increment 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 a value indicating whether is need to renumbers activity IDs.-
Methods inherited from class com.aspose.tasks.SaveOptions
getBarStyles, getCustomPageSize, getDrawNonWorkingTime, getEndDate, getFitContent, getGridlines, getLegendOnEachPage, getMarkCriticalTasks, getNonWorkingTimeColor, getPageCount, getPageSize, getPresentationFormat, getRenderToSinglePage, getRollUpGanttBars, getSaveFormat, getStartDate, getTasksComparer, getTasksFilter, getTextStyles, getTimescale, getUseGradientBrush, getView, getViewSettings, setBarStyles, setCustomPageSize, setDrawNonWorkingTime, setEndDate, setFitContent, setGridlines, setLegendOnEachPage, setMarkCriticalTasks, setNonWorkingTimeColor, setPageSize, setPresentationFormat, setRenderToSinglePage, setRollUpGanttBars, setStartDate, setTasksComparer, setTasksFilter, setTextStyles, setTimescale, setUseGradientBrush, setView, setViewSettings
-
-
-
-
Constructor Detail
-
PrimaveraSaveOptions
public PrimaveraSaveOptions()
Initializes a new instance of the
PrimaveraSaveOptions
class.
-
-
Method Detail
-
getActivityIdIncrement
public final int getActivityIdIncrement()
Gets the increment used in renumbering of activity IDs.
- Returns:
- the increment used in renumbering of activity IDs.
-
setActivityIdIncrement
public final void setActivityIdIncrement(int value)
Sets the increment used in renumbering of activity IDs.
- Parameters:
value
- the increment used in renumbering of activity IDs.
-
getActivityIdPrefix
public final String getActivityIdPrefix()
Gets the prefix used in renumbering of activity IDs.
- Returns:
- the prefix used in renumbering of activity IDs.
-
setActivityIdPrefix
public final void setActivityIdPrefix(String value)
Sets the prefix used in renumbering of activity IDs.
- Parameters:
value
- the prefix used in renumbering of activity IDs.
-
getActivityIdSuffix
public final int getActivityIdSuffix()
Gets the suffix used in renumbering of activity IDs.
- Returns:
- the suffix used in renumbering of activity IDs.
-
setActivityIdSuffix
public final void setActivityIdSuffix(int value)
Sets the suffix used in renumbering of activity IDs.
- Parameters:
value
- the suffix used in renumbering of activity IDs.
-
getRenumberActivityIds
public final boolean getRenumberActivityIds()
Gets a value indicating whether is need to renumbers activity IDs.
- Returns:
- a value indicating whether is need to renumbers activity IDs.
-
setRenumberActivityIds
public final void setRenumberActivityIds(boolean value)
Sets a value indicating whether is need to renumbers activity IDs.
- Parameters:
value
- a value indicating whether is need to renumbers activity IDs.
-
-