public class OutlineValue extends Object
Represents an outline value.
Constructor and Description |
---|
OutlineValue() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of an outline value.
|
String |
getFieldGuid()
Deprecated.
Use strongly typed
OutlineValue.getValueGuid instead. |
int |
getParentValueId()
Returns the Id of a parent node of an outline code.
|
int |
getType()
Returns the outline code type.
|
String |
getValue()
Returns the actual value.
|
com.aspose.ms.System.Guid |
getValueGuid()
Gets a GUID which identifies this value among others in the entire project.
|
int |
getValueId()
Returns the unique Id of an outline code value within a project.
|
boolean |
isCollapsed()
Determines whether outline value is collapsed or not.
|
void |
setCollapsed(boolean value)
Sets the flag which determines whether outline value is collapsed or not.
|
void |
setDescription(String value)
Sets the description of an outline value.
|
void |
setFieldGuid(String value)
Deprecated.
Use strongly typed
OutlineValue.setValueGuid instead. Avoid using Setter because Guid value is calculated internally. |
void |
setParentValueId(int value)
Sets the Id of a parent node of an outline code.
|
void |
setType(int value)
Sets the outline code type.
|
void |
setValue(String value)
Sets the actual value.
|
void |
setValueId(int value)
Sets the unique Id of an outline code value within a project.
|
public String getDescription()
Returns the description of an outline value.
Read/write String
.
public void setDescription(String value)
Sets the description of an outline value.
Read/write String
.
value
- outline value description.@Deprecated public String getFieldGuid()
OutlineValue.getValueGuid
instead.Gets or sets a string representation of a GUID which identifies this value within a project.
@Deprecated public void setFieldGuid(String value)
OutlineValue.setValueGuid
instead. Avoid using Setter because Guid value is calculated internally.Gets or sets a string representation of a GUID which identifies this value within a project.
public int getParentValueId()
Returns the Id of a parent node of an outline code.
Read/write int
.
public void setParentValueId(int value)
Sets the Id of a parent node of an outline code.
Read/write int
.
value
- parent value Id.public int getType()
Returns the outline code type.
Read/write OutlineValueType
.
public void setType(int value)
Sets the outline code type.
Read/write OutlineValueType
.
value
- outline code type.public String getValue()
Returns the actual value.
Read/write String
.
public void setValue(String value)
Sets the actual value.
Read/write String
.
value
- actual value.public com.aspose.ms.System.Guid getValueGuid()
Gets a GUID which identifies this value among others in the entire project.
public int getValueId()
Returns the unique Id of an outline code value within a project.
Read/write int
.
public void setValueId(int value)
Sets the unique Id of an outline code value within a project.
Read/write int
.
value
- outline code unique Id.public boolean isCollapsed()
Determines whether outline value is collapsed or not. This is new for MS Project 2010 property.
public void setCollapsed(boolean value)
value
- true if outline value is collapsed; otherwise, false.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.