public interface Text extends IChartObject
The following features are supported:
| 限定符和类型 | 方法和说明 |
|---|---|
Text |
copyInstance() |
ColorDefinition |
getColor()
Returns the value of the 'Color' containment reference.
|
FontDefinition |
getFont()
Returns the value of the 'Font' containment reference.
|
java.lang.String |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setColor(ColorDefinition value)
Sets the value of the '
Color' containment reference |
void |
setFont(FontDefinition value)
Sets the value of the '
Font' containment reference |
void |
setValue(java.lang.String value)
Sets the value of the '
Value' attribute |
java.lang.String getValue()
setValue(String),
AttributePackage.getText_Value()void setValue(java.lang.String value)
Value' attribute.
Sets the actual Text String. value - the new value of the 'Value' attribute.getValue()FontDefinition getFont()
setFont(FontDefinition),
AttributePackage.getText_Font()void setFont(FontDefinition value)
Font' containment reference.
Sets the Font Information for this text element. value - the new value of the 'Font' containment reference.getFont()ColorDefinition getColor()
setColor(ColorDefinition),
AttributePackage.getText_Color()void setColor(ColorDefinition value)
Color' containment reference.
Sets the foreground color to be used to render the text. value - the new value of the 'Color' containment reference.getColor()Text copyInstance()
copyInstance 在接口中 IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.