de.activegroup.scalajasper.core.Anchor
See theAnchor companion class
object Anchor
Attributes
Members list
Type members
Classlikes
sealed case class Bookmark(level: Int, name: Expression[String]) extends Anchor
an anchor, which shows up in a table of contents on the given level (> 0)
an anchor, which shows up in a table of contents on the given level (> 0)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Anchorclass Objecttrait Matchableclass AnyShow all
sealed case class Plain(name: Expression[String]) extends Anchor
just a plain Anchor
just a plain Anchor
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Anchorclass Objecttrait Matchableclass AnyShow all
In this article