Uses of Class
net.sf.jasperreports.engine.type.LineSpacingEnum
-
Packages that use LineSpacingEnum 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.base Contains base implementations for the library's main interfaces.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.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).net.sf.jasperreports.engine.type Containsenumtypes used by the library's main classes.net.sf.jasperreports.engine.util Contains utility classes for the core library. -
-
Uses of LineSpacingEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return LineSpacingEnum Modifier and Type Method Description LineSpacingEnumJRParagraph. getLineSpacing()Gets the text line spacing.LineSpacingEnumJRParagraph. getOwnLineSpacing()Gets the text own line spacing.Methods in net.sf.jasperreports.engine with parameters of type LineSpacingEnum Modifier and Type Method Description voidJRParagraph. setLineSpacing(LineSpacingEnum lineSpacing)Sets the text line spacing. -
Uses of LineSpacingEnum in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as LineSpacingEnum Modifier and Type Field Description protected LineSpacingEnumJRBaseParagraph. lineSpacingMethods in net.sf.jasperreports.engine.base that return LineSpacingEnum Modifier and Type Method Description LineSpacingEnumJRBaseParagraph. getLineSpacing()LineSpacingEnumJRBaseParagraph. getOwnLineSpacing()Methods in net.sf.jasperreports.engine.base with parameters of type LineSpacingEnum Modifier and Type Method Description voidJRBaseParagraph. setLineSpacing(LineSpacingEnum lineSpacing) -
Uses of LineSpacingEnum in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type LineSpacingEnum Modifier and Type Method Description protected StringHtmlExporter. getTextRunStyle(Map<AttributedCharacterIterator.Attribute,Object> attributes, Locale locale, LineSpacingEnum lineSpacing, Float lineSpacingSize, float lineSpacingFactor, Color backcolor, boolean hyperlinkStarted) -
Uses of LineSpacingEnum in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return LineSpacingEnum Modifier and Type Method Description LineSpacingEnumCachingParagraph. getLineSpacing()LineSpacingEnumCachingParagraph. getOwnLineSpacing()Methods in net.sf.jasperreports.engine.fill with parameters of type LineSpacingEnum Modifier and Type Method Description voidCachingParagraph. setLineSpacing(LineSpacingEnum lineSpacing) -
Uses of LineSpacingEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return LineSpacingEnum Modifier and Type Method Description static LineSpacingEnumLineSpacingEnum. getByName(String name)static LineSpacingEnumLineSpacingEnum. getByValue(byte value)Deprecated.Used only by deprecated serialized fields.static LineSpacingEnumLineSpacingEnum. getByValue(Byte value)Deprecated.Used only by deprecated serialized fields.static LineSpacingEnumLineSpacingEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static LineSpacingEnum[]LineSpacingEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LineSpacingEnum in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util that return LineSpacingEnum Modifier and Type Method Description LineSpacingEnumStyleResolver. getLineSpacing(JRParagraph paragraph)
-