|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JRCommonText
Common interface of design and print text elements.
Field Summary | |
---|---|
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
|
Method Summary | |
---|---|
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. |
Methods inherited from interface net.sf.jasperreports.engine.JRCommonElement |
---|
getBackcolor, getForecolor, getHeight, getKey, getMode, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnMode, getOwnModeValue, getWidth, setBackcolor, setForecolor, setMode, setMode, setMode |
Methods inherited from interface net.sf.jasperreports.engine.JRBoxContainer |
---|
getDefaultLineColor, getLineBox |
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer |
---|
getDefaultStyleProvider, getStyle, getStyleNameReference |
Field Detail |
---|
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
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |