|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JRStyledTextAttributeSelector | |
|---|---|
| net.sf.jasperreports.engine | Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. |
| net.sf.jasperreports.engine.base | Contains base implementations for the library's main interfaces. |
| net.sf.jasperreports.engine.fill | Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). |
| Uses of JRStyledTextAttributeSelector in net.sf.jasperreports.engine |
|---|
| Fields in net.sf.jasperreports.engine declared as JRStyledTextAttributeSelector | |
|---|---|
static JRStyledTextAttributeSelector |
JRStyledTextAttributeSelector.ALL
Selects all styled text attributes, i.e. font attributes plus forecolor and backcolor. |
static JRStyledTextAttributeSelector |
JRStyledTextAttributeSelector.NO_BACKCOLOR
Selects all styled text attribute except backcolor, i.e. font attributes plus forecolor. |
static JRStyledTextAttributeSelector |
JRStyledTextAttributeSelector.NONE
Doesn't select any styled text attribute. |
| Methods in net.sf.jasperreports.engine with parameters of type JRStyledTextAttributeSelector | |
|---|---|
JRStyledText |
JRPrintText.getFullStyledText(JRStyledTextAttributeSelector attributeSelector)
Returns the full styled text of this object. |
JRStyledText |
JRPrintText.getStyledText(JRStyledTextAttributeSelector attributeSelector)
Returns the styled text for this object. |
| Uses of JRStyledTextAttributeSelector in net.sf.jasperreports.engine.base |
|---|
| Methods in net.sf.jasperreports.engine.base with parameters of type JRStyledTextAttributeSelector | |
|---|---|
JRStyledText |
JRBasePrintText.getFullStyledText(JRStyledTextAttributeSelector attributeSelector)
|
JRStyledText |
JRBasePrintText.getStyledText(JRStyledTextAttributeSelector attributeSelector)
|
| Uses of JRStyledTextAttributeSelector in net.sf.jasperreports.engine.fill |
|---|
| Methods in net.sf.jasperreports.engine.fill with parameters of type JRStyledTextAttributeSelector | |
|---|---|
JRStyledText |
JRTemplatePrintText.getFullStyledText(JRStyledTextAttributeSelector attributeSelector)
|
JRStyledText |
JRTemplatePrintText.getStyledText(JRStyledTextAttributeSelector attributeSelector)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||