public interface IText
| 限定符和类型 | 方法和说明 |
|---|---|
org.eclipse.birt.report.model.api.extension.IColor |
getColor()
Gets the Color of Text
|
org.eclipse.birt.report.model.api.extension.IFont |
getFont()
Gets the Font of Text
|
java.lang.String |
getValue()
Gets the string value of Text
|
void |
setColor(org.eclipse.birt.report.model.api.extension.IColor color)
Sets the Color of Text
|
void |
setFont(org.eclipse.birt.report.model.api.extension.IFont font)
Sets the Font of Text
|
void |
setValue(java.lang.String value)
Sets the string value of Text
|
java.lang.String getValue()
void setValue(java.lang.String value)
value - string valueorg.eclipse.birt.report.model.api.extension.IFont getFont()
void setFont(org.eclipse.birt.report.model.api.extension.IFont font)
font - Fontorg.eclipse.birt.report.model.api.extension.IColor getColor()
void setColor(org.eclipse.birt.report.model.api.extension.IColor color)
color - Color of TextCopyright © 2005-2008 Actuate Corp. All rights reserved.