Uses of Class
net.sf.jasperreports.export.type.AccessibilityTagEnum
-
Packages that use AccessibilityTagEnum Package Description net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.net.sf.jasperreports.export.type Providesenumtypes used by the exporter classes. -
-
Uses of AccessibilityTagEnum in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export that return AccessibilityTagEnum Modifier and Type Method Description protected AccessibilityTagEnumHtmlExporter. startHeading(JRPrintText text)Methods in net.sf.jasperreports.engine.export with parameters of type AccessibilityTagEnum Modifier and Type Method Description protected voidJRPdfExporterTagHelper. createEndHeadingTags(JRPrintElement element, java.lang.String pdfTagProp, AccessibilityTagEnum accessibilityTag)protected voidJRPdfExporterTagHelper. createStartHeadingTags(JRPrintElement element, java.lang.String pdfTagProp, AccessibilityTagEnum accessibilityTag)protected voidHtmlExporter. endHeading(AccessibilityTagEnum headingTag) -
Uses of AccessibilityTagEnum in net.sf.jasperreports.export.type
Methods in net.sf.jasperreports.export.type that return AccessibilityTagEnum Modifier and Type Method Description static AccessibilityTagEnumAccessibilityTagEnum. getByName(java.lang.String name)static AccessibilityTagEnumAccessibilityTagEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AccessibilityTagEnum[]AccessibilityTagEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-