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 the
PrimaveraSaveOptions class. |
Modifier and Type | Method and 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.
|
getBarStyles, getDrawNonWorkingTime, getEndDate, getFitContent, getGridlines, getLegendOnEachPage, getMarkCriticalTasks, getNonWorkingTimeColor, getPageCount, getPageSize, getPresentationFormat, getRollUpGanttBars, getSaveFormat, getShowProjectSummaryTask, getStartDate, getTasksComparer, getTextStyles, getTimescale, getTimescaleTier, getUseGradientBrush, getView, setBarStyles, setDrawNonWorkingTime, setEndDate, setFitContent, setGridlines, setLegendOnEachPage, setMarkCriticalTasks, setNonWorkingTimeColor, setPageSize, setPresentationFormat, setRollUpGanttBars, setShowProjectSummaryTask, setStartDate, setTasksComparer, setTextStyles, setTimescale, setTimescaleTier, setUseGradientBrush, setView
public PrimaveraSaveOptions()
Initializes a new instance of the PrimaveraSaveOptions
class.
public final int getActivityIdIncrement()
Gets the increment used in renumbering of activity IDs.
public final void setActivityIdIncrement(int value)
Sets the increment used in renumbering of activity IDs.
value
- the increment used in renumbering of activity IDs.public final String getActivityIdPrefix()
Gets the prefix used in renumbering of activity IDs.
public final void setActivityIdPrefix(String value)
Sets the prefix used in renumbering of activity IDs.
value
- the prefix used in renumbering of activity IDs.public final int getActivityIdSuffix()
Gets the suffix used in renumbering of activity IDs.
public final void setActivityIdSuffix(int value)
Sets the suffix used in renumbering of activity IDs.
value
- the suffix used in renumbering of activity IDs.public final boolean getRenumberActivityIds()
Gets a value indicating whether is need to renumbers activity IDs.
public final void setRenumberActivityIds(boolean value)
Sets a value indicating whether is need to renumbers activity IDs.
value
- a value indicating whether is need to renumbers activity IDs.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.