Uses of Class
net.sf.jasperreports.engine.type.TabStopAlignEnum
-
Packages that use TabStopAlignEnum Package Description net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.net.sf.jasperreports.engine.export.oasis Provides utility classes for exporting reports to Open Document Format, such as ODT and ODS.net.sf.jasperreports.engine.export.ooxml Provides utility classes for exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX.net.sf.jasperreports.engine.type Containsenumtypes used by the library's main classes. -
-
Uses of TabStopAlignEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return TabStopAlignEnum Modifier and Type Method Description TabStopAlignEnumTabStop. getAlignment()Gets the tab stop alignment.Methods in net.sf.jasperreports.engine with parameters of type TabStopAlignEnum Modifier and Type Method Description voidTabStop. setAlignment(TabStopAlignEnum alignment)Sets the tab stop alignment.Constructors in net.sf.jasperreports.engine with parameters of type TabStopAlignEnum Constructor Description TabStop(int position, TabStopAlignEnum alignment) -
Uses of TabStopAlignEnum in net.sf.jasperreports.engine.export.oasis
Methods in net.sf.jasperreports.engine.export.oasis with parameters of type TabStopAlignEnum Modifier and Type Method Description static StringParagraphStyle. getTabStopAlignment(TabStopAlignEnum tabStopAlignment) -
Uses of TabStopAlignEnum in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type TabStopAlignEnum Modifier and Type Method Description static StringDocxParagraphHelper. getTabStopAlignment(TabStopAlignEnum alignment)static StringPptxParagraphHelper. getTabStopAlignment(TabStopAlignEnum alignment) -
Uses of TabStopAlignEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return TabStopAlignEnum Modifier and Type Method Description static TabStopAlignEnumTabStopAlignEnum. getByName(String name)static TabStopAlignEnumTabStopAlignEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TabStopAlignEnum[]TabStopAlignEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-