public class SaveTemplateOptions extends Object
Allows to specify additional options when saving a project as a template.
Constructor and Description |
---|
SaveTemplateOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getRemoveActualValues()
Removes all actual values from a project template.
|
boolean |
getRemoveBaselineValues()
Removes all baseline values from a project template.
|
boolean |
getRemoveFixedCosts()
Removes all fixed costs from a project template.
|
boolean |
getRemoveResourceRates()
Removes resource rates from a project template.
|
void |
setRemoveActualValues(boolean value) |
void |
setRemoveBaselineValues(boolean value) |
void |
setRemoveFixedCosts(boolean value) |
void |
setRemoveResourceRates(boolean value) |
public boolean getRemoveBaselineValues()
Removes all baseline values from a project template.
public void setRemoveBaselineValues(boolean value)
public boolean getRemoveActualValues()
Removes all actual values from a project template.
public void setRemoveActualValues(boolean value)
public boolean getRemoveResourceRates()
Removes resource rates from a project template.
public void setRemoveResourceRates(boolean value)
public boolean getRemoveFixedCosts()
Removes all fixed costs from a project template.
public void setRemoveFixedCosts(boolean value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.