public class OutlineValue extends Object
Represents an outline value.
Constructor and Description |
---|
OutlineValue() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description of an outline value.
|
String |
getFieldGuid()
The Guid of an outline code value.
|
int |
getParentValueId()
The Id of a parent node of an outline code.
|
int |
getType()
The outline code type.
|
String |
getValue()
The actual value.
|
int |
getValueId()
The unique Id of an outline code value within a project.
|
boolean |
isCollapsed()
Determines whether outline value is collapsed or not.
|
void |
isCollapsed(boolean value) |
void |
setDescription(String value) |
void |
setFieldGuid(String value) |
void |
setParentValueId(int value) |
void |
setType(int value) |
void |
setValue(String value) |
void |
setValueId(int value) |
public int getValueId()
The unique Id of an outline code value within a project.
Read/write int
.
public void setValueId(int value)
public String getFieldGuid()
The Guid of an outline code value.
Read/write string
.
public void setFieldGuid(String value)
public int getType()
The outline code type.
Read/write OutlineValueType
.
public void setType(int value)
public int getParentValueId()
The Id of a parent node of an outline code.
Read/write int
.
public void setParentValueId(int value)
public String getValue()
The actual value.
Read/write string
.
public void setValue(String value)
public String getDescription()
The description of an outline value.
Read/write string
.
public void setDescription(String value)
public boolean isCollapsed()
Determines whether outline value is collapsed or not.
public void isCollapsed(boolean value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.