de.activegroup.scalajasper.core.LineSpacing
See theLineSpacing companion class
object LineSpacing
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
LineSpacing.type
Members list
Type members
Classlikes
sealed case class AtLeast(size: Float) extends LineSpacing
Spacing between lines of at least the specified size.
Spacing between lines of at least the specified size.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass LineSpacingclass Objecttrait Matchableclass AnyShow all
case object Double extends LineSpacing
Spacing between lines of double size than normal.
Spacing between lines of double size than normal.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass LineSpacingclass Objecttrait Matchableclass AnyShow all
- Self type
-
Double.type
sealed case class Fixed(size: Float) extends LineSpacing
Spacing between lines of the specified size.
Spacing between lines of the specified size.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass LineSpacingclass Objecttrait Matchableclass AnyShow all
case object OneAndHalf extends LineSpacing
Spacing between lines of 50% more than normal.
Spacing between lines of 50% more than normal.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass LineSpacingclass Objecttrait Matchableclass AnyShow all
- Self type
-
OneAndHalf.type
sealed case class Proportional(factor: Float) extends LineSpacing
Spacing between lines to the specified proportion of the normal line spacing.
Spacing between lines to the specified proportion of the normal line spacing.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass LineSpacingclass Objecttrait Matchableclass AnyShow all
case object Single extends LineSpacing
Normal spacing between lines.
Normal spacing between lines.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass LineSpacingclass Objecttrait Matchableclass AnyShow all
- Self type
-
Single.type
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article