net.sf.jasperreports.engine
public interface JRCommonText extends JRCommonElement, JRBoxContainer
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
getLineSpacingValue() . |
LineSpacingEnum |
getLineSpacingValue()
Gets the text line spacing.
|
java.lang.String |
getMarkup()
Returns the text markup.
|
java.lang.Byte |
getOwnLineSpacing()
Deprecated.
Replaced by
getOwnLineSpacingValue() . |
LineSpacingEnum |
getOwnLineSpacingValue()
Gets the text own line spacing.
|
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
setLineSpacing(LineSpacingEnum) . |
void |
setLineSpacing(java.lang.Byte lineSpacing)
Deprecated.
Replaced by
setLineSpacing(LineSpacingEnum) . |
void |
setLineSpacing(LineSpacingEnum lineSpacingEnum)
Sets the text line spacing.
|
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
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()
getLineSpacingValue()
.java.lang.Byte getOwnLineSpacing()
getOwnLineSpacingValue()
.void setLineSpacing(byte lineSpacing)
setLineSpacing(LineSpacingEnum)
.void setLineSpacing(java.lang.Byte lineSpacing)
setLineSpacing(LineSpacingEnum)
.LineSpacingEnum getLineSpacingValue()
LineSpacingEnum
LineSpacingEnum getOwnLineSpacingValue()
LineSpacingEnum
void setLineSpacing(LineSpacingEnum lineSpacingEnum)
lineSpacingEnum
- a value representing one of the line spacing constants in 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