|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IParagraphTextElement
This interface enables you to display static text in one of the TextObject
object's paragraphs.
Method Summary | |
---|---|
int |
getCharacterSpacing()
Returns the amount of space that is set between characters. |
java.lang.String |
getText()
Returns the text of the element. |
void |
setCharacterSpacing(int characterSpacing)
Sets the amount of space that is set between characters. |
void |
setText(java.lang.String text)
Sets the text of the element. |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.definition.IParagraphElement |
---|
getFontColor, getKind, setFontColor, setKind |
Method Detail |
---|
int getCharacterSpacing()
Returns the amount of space that is set between characters.
getCharacterSpacing
in interface IParagraphElement
int
that specifies the amount of space that is set between characters.java.lang.String getText()
Returns the text of the element.
String
containing the text of the element.void setCharacterSpacing(int characterSpacing)
Sets the amount of space that is set between characters.
setCharacterSpacing
in interface IParagraphElement
characterSpacing
- An int
that specifies the amount of space that is set
between characters.void setText(java.lang.String text)
Sets the text of the element.
text
- A String
containing the text of the element.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |