public interface JRCommonText extends JRCommonElement, JRBoxContainer, JRParagraphContainer
| Modifier and Type | Field and Description |
|---|---|
static String |
MARKUP_HTML |
static String |
MARKUP_NONE |
static String |
MARKUP_RTF |
static String |
MARKUP_STYLED_TEXT |
| Modifier and Type | Method and Description |
|---|---|
int |
getFontSize() |
LineSpacingEnum |
getLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getLineSpacing(). |
String |
getMarkup()
Returns the text markup.
|
LineSpacingEnum |
getOwnLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getOwnLineSpacing(). |
String |
getOwnMarkup() |
RotationEnum |
getOwnRotationValue()
Gets the text own rotation.
|
RotationEnum |
getRotationValue()
Gets the text rotation.
|
void |
setLineSpacing(LineSpacingEnum lineSpacingEnum)
Deprecated.
Replaced by
JRParagraph.setLineSpacing(LineSpacingEnum). |
void |
setMarkup(String markup) |
void |
setRotation(RotationEnum rotationEnum)
Sets the text rotation.
|
getBackcolor, getForecolor, getHeight, getKey, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnModeValue, getWidth, setBackcolor, setForecolor, setModegetDefaultLineColor, getLineBoxgetParagraphgetDefaultStyleProvider, getStyle, getStyleNameReferencestatic final String MARKUP_NONE
static final String MARKUP_STYLED_TEXT
static final String MARKUP_HTML
static final String MARKUP_RTF
RotationEnum getRotationValue()
RotationEnumRotationEnum getOwnRotationValue()
RotationEnumvoid setRotation(RotationEnum rotationEnum)
rotationEnum - a value representing one of the text rotation constants in RotationEnumLineSpacingEnum getLineSpacingValue()
JRParagraph.getLineSpacing().LineSpacingEnum getOwnLineSpacingValue()
JRParagraph.getOwnLineSpacing().void setLineSpacing(LineSpacingEnum lineSpacingEnum)
JRParagraph.setLineSpacing(LineSpacingEnum).String getMarkup()
String getOwnMarkup()
void setMarkup(String markup)
int getFontSize()
Copyright © 2012. All Rights Reserved.