|
||||||||||
| 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 String |
MARKUP_HTML
|
static String |
MARKUP_NONE
|
static String |
MARKUP_RTF
|
static String |
MARKUP_STYLED_TEXT
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface net.sf.jasperreports.engine.JRCommonElement |
|---|
getBackcolor, getForecolor, getHeight, getKey, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnModeValue, getWidth, setBackcolor, setForecolor, setMode |
| Methods inherited from interface net.sf.jasperreports.engine.JRIdentifiable |
|---|
getUUID |
| Methods inherited from interface net.sf.jasperreports.engine.JRBoxContainer |
|---|
getDefaultLineColor, getLineBox |
| Methods inherited from interface net.sf.jasperreports.engine.JRParagraphContainer |
|---|
getParagraph |
| Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer |
|---|
getDefaultStyleProvider, getStyle, getStyleNameReference |
| Field Detail |
|---|
static final String MARKUP_NONE
static final String MARKUP_STYLED_TEXT
static final String MARKUP_HTML
static final String MARKUP_RTF
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||