object FOFormatter extends (RenderContext[FOFormatter]) ⇒ FOFormatter with Serializable
Companion providing tree elements specific to the XSL-FO renderer. These are usually not part of the document AST produced by a parser, but only inserted dynamically during the render process to drive features specific to FO output.
- Alphabetic
- By Inheritance
- FOFormatter
- Serializable
- Serializable
- Function1
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
case class
BookmarkTitle(content: String, options: Options = NoOpt) extends Element with Block with TextContainer with Product with Serializable
A bookmark title.
-
case class
ContentWrapper(content: String, options: Options = NoOpt) extends Element with Block with Product with Serializable
A wrapper around pre-rendered content which can be used to set default attributes that can be inherited by any node in the document.
-
case class
FootnoteBody(content: Seq[Block], options: Options = NoOpt) extends Element with Block with BlockContainer with Product with Serializable
The body of a footnote containing a sequence of block elements.
-
case class
Leader(options: Options = NoOpt) extends Element with Span with Product with Serializable
A leader element.
-
case class
ListItemBody(content: Seq[Block], options: Options = NoOpt) extends Element with Block with BlockContainer with Product with Serializable
The body of a list item containing a sequence of block elements.
-
case class
ListItemLabel(content: Block, options: Options = NoOpt) extends Element with Block with Product with Serializable
A label for a list item, represented by a single Block element.
-
case class
PageNumberCitation(target: InternalTarget, options: Options = NoOpt) extends Element with Span with Product with Serializable
An internal link to be rendered as a page number.
An internal link to be rendered as a page number.
- target
the path of the target document containing the local reference
- options
optional render hints
-
case class
Preamble(title: String, options: Options = NoOpt) extends Element with Block with Product with Serializable
A preamble for a document, only used in PDF output where multiple XSL-FO documents get concatenated before being passed to the PDF renderer.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
andThen[A](g: (FOFormatter) ⇒ A): (RenderContext[FOFormatter]) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
apply(context: RenderContext[FOFormatter]): FOFormatter
Creates a new formatter instance based on the specified render context.
Creates a new formatter instance based on the specified render context.
- Definition Classes
- FOFormatter → Function1
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
compose[A](g: (A) ⇒ RenderContext[FOFormatter]): (A) ⇒ FOFormatter
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Function1 → AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated