Uses of Class
net.sf.jasperreports.engine.design.JRDesignTextElement
-
Packages that use JRDesignTextElement Package Description net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools.net.sf.jasperreports.interactivity.headertoolbar Contains classes for the built-in Header Toolbar component.net.sf.jasperreports.interactivity.headertoolbar.actions Contains Action classes for the built-in Header Toolbar component. -
-
Uses of JRDesignTextElement in net.sf.jasperreports.engine.design
Subclasses of JRDesignTextElement in net.sf.jasperreports.engine.design Modifier and Type Class Description class
JRDesignStaticText
This class is used for representing a design static text element.class
JRDesignTextField
-
Uses of JRDesignTextElement in net.sf.jasperreports.interactivity.headertoolbar
Methods in net.sf.jasperreports.interactivity.headertoolbar with parameters of type JRDesignTextElement Modifier and Type Method Description static void
HeaderToolbarElementUtils. copyOwnTextElementStyle(EditTextElementData textElementData, JRDesignTextElement textElement, Locale locale)
static void
HeaderToolbarElementUtils. copyTextElementStyle(EditTextElementData textElementData, JRDesignTextElement textElement, Locale locale)
static ConditionalFormattingData
HeaderToolbarElementUtils. getConditionalFormattingData(JRDesignTextElement textElement, JasperReportsContext jasperReportsContext)
-
Uses of JRDesignTextElement in net.sf.jasperreports.interactivity.headertoolbar.actions
Constructors in net.sf.jasperreports.interactivity.headertoolbar.actions with parameters of type JRDesignTextElement Constructor Description EditTextElementCommand(JRDesignTextElement textElement, EditTextElementData editTextElementData, ReportContext reportContext)
-