|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JRStyledTextAttributeSelector
Selector of element-level styled text attributes for print text objects.
JRPrintText.getStyledText(JRStyledTextAttributeSelector),
JRPrintText.getFullStyledText(JRStyledTextAttributeSelector)| Field Summary | |
|---|---|
static JRStyledTextAttributeSelector |
ALL
Selects all styled text attributes, i.e. |
static JRStyledTextAttributeSelector |
NO_BACKCOLOR
Selects all styled text attribute except backcolor, i.e. |
static JRStyledTextAttributeSelector |
NONE
Doesn't select any styled text attribute. |
| Method Summary | |
|---|---|
java.util.Map |
getStyledTextAttributes(JRPrintText printText)
Construct a map containing the selected element-level styled text attributes for a print text element. |
| Field Detail |
|---|
static final JRStyledTextAttributeSelector ALL
static final JRStyledTextAttributeSelector NO_BACKCOLOR
static final JRStyledTextAttributeSelector NONE
| Method Detail |
|---|
java.util.Map getStyledTextAttributes(JRPrintText printText)
printText - the print text object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||