public interface JRCommonText extends JRCommonElement, JRBoxContainer, JRParagraphContainer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MARKUP_HTML |
static java.lang.String |
MARKUP_NONE |
static java.lang.String |
MARKUP_RTF |
static java.lang.String |
MARKUP_STYLED_TEXT |
Modifier and Type | Method and Description |
---|---|
int |
getFontSize() |
byte |
getLineSpacing()
Deprecated.
Replaced by
#getParagraph()#getLineSpacing() . |
LineSpacingEnum |
getLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getLineSpacing() . |
java.lang.String |
getMarkup()
Returns the text markup.
|
java.lang.Byte |
getOwnLineSpacing()
Deprecated.
Replaced by
#getParagraph()#getOwnLineSpacing() . |
LineSpacingEnum |
getOwnLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getOwnLineSpacing() . |
java.lang.String |
getOwnMarkup() |
java.lang.Byte |
getOwnRotation()
Deprecated.
Replaced by
getOwnRotationValue() . |
RotationEnum |
getOwnRotationValue()
Gets the text own rotation.
|
byte |
getRotation()
Deprecated.
Replaced by
getRotationValue() . |
RotationEnum |
getRotationValue()
Gets the text rotation.
|
java.lang.Boolean |
isOwnStyledText()
Deprecated.
Replaced by
getOwnMarkup() |
boolean |
isStyledText()
Deprecated.
Replaced by
getMarkup() |
void |
setLineSpacing(byte lineSpacing)
Deprecated.
Replaced by
#getParagraph()#setLineSpacing(LineSpacingEnum) . |
void |
setLineSpacing(java.lang.Byte lineSpacing)
Deprecated.
Replaced by
#getParagraph()#setLineSpacing(LineSpacingEnum) . |
void |
setLineSpacing(LineSpacingEnum lineSpacingEnum)
Deprecated.
Replaced by
#getParagraph()#setLineSpacing(LineSpacingEnum) . |
void |
setMarkup(java.lang.String markup) |
void |
setRotation(byte rotation)
Deprecated.
Replaced by
setRotation(RotationEnum) . |
void |
setRotation(java.lang.Byte rotation)
Deprecated.
Replaced by
setRotation(RotationEnum) . |
void |
setRotation(RotationEnum rotationEnum)
Sets the text rotation.
|
getBackcolor, getForecolor, getHeight, getKey, getMode, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnMode, getOwnModeValue, getWidth, setBackcolor, setForecolor, setMode, setMode, setMode
getDefaultLineColor, getLineBox
getParagraph
getDefaultStyleProvider, getStyle, getStyleNameReference
static final java.lang.String MARKUP_NONE
static final java.lang.String MARKUP_STYLED_TEXT
static final java.lang.String MARKUP_HTML
static final java.lang.String MARKUP_RTF
byte getRotation()
getRotationValue()
.java.lang.Byte getOwnRotation()
getOwnRotationValue()
.void setRotation(byte rotation)
setRotation(RotationEnum)
.void setRotation(java.lang.Byte rotation)
setRotation(RotationEnum)
.RotationEnum getRotationValue()
RotationEnum
RotationEnum getOwnRotationValue()
RotationEnum
void setRotation(RotationEnum rotationEnum)
rotationEnum
- a value representing one of the text rotation constants in RotationEnum
byte getLineSpacing()
#getParagraph()#getLineSpacing()
.java.lang.Byte getOwnLineSpacing()
#getParagraph()#getOwnLineSpacing()
.void setLineSpacing(byte lineSpacing)
#getParagraph()#setLineSpacing(LineSpacingEnum)
.void setLineSpacing(java.lang.Byte lineSpacing)
#getParagraph()#setLineSpacing(LineSpacingEnum)
.LineSpacingEnum getLineSpacingValue()
#getParagraph()#getLineSpacing()
.LineSpacingEnum getOwnLineSpacingValue()
#getParagraph()#getOwnLineSpacing()
.void setLineSpacing(LineSpacingEnum lineSpacingEnum)
#getParagraph()#setLineSpacing(LineSpacingEnum)
.boolean isStyledText()
getMarkup()
java.lang.Boolean isOwnStyledText()
getOwnMarkup()
java.lang.String getMarkup()
java.lang.String getOwnMarkup()
void setMarkup(java.lang.String markup)
int getFontSize()
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com