public class OutlineCode extends Object
Represents a value of an outline code. Two pieces of data are necessary - a pointer to the outline code table that is specified by the FieldId, and the value that is specified either by the ValueId or ValueGuid pointer to the value list.
Constructor and Description |
---|
OutlineCode() |
Modifier and Type | Method and Description |
---|---|
String |
getFieldId()
Returns the number value of the project Id (Pid) custom field.
|
String |
getValueGuid()
Returns the Guid of the value in the value list.
|
int |
getValueId()
Returns the Id in the value list associated with the definition in the outline code collection.
|
void |
setFieldId(String value)
Sets the number value of the project Id (Pid) custom field.
|
void |
setValueGuid(String value)
Sets the Guid of the value in the value list.
|
void |
setValueId(int value)
Sets the Id in the value list associated with the definition in the outline code collection.
|
public String getFieldId()
Returns the number value of the project Id (Pid) custom field.
Read/write String
.
public void setFieldId(String value)
Sets the number value of the project Id (Pid) custom field.
Read/write String
.
value
- custom field Id.public String getValueGuid()
Returns the Guid of the value in the value list.
The ValueGuid matches the FieldGuid in the value list.
Read/write int
.
public void setValueGuid(String value)
Sets the Guid of the value in the value list.
The ValueGuid matches the FieldGuid in the value list.
Read/write int
.
value
- value Guid.public int getValueId()
Returns the Id in the value list associated with the definition in the outline code collection.
Read/write int
.
public void setValueId(int value)
Sets the Id in the value list associated with the definition in the outline code collection.
Read/write int
.
value
- the Id in the value list associated with the outline code definition.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.