Packages

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.

Linear Supertypes
Serializable, Serializable, (RenderContext[FOFormatter]) ⇒ FOFormatter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FOFormatter
  2. Serializable
  3. Serializable
  4. Function1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class BookmarkTitle(content: String, options: Options = NoOpt) extends Element with Block with TextContainer with Product with Serializable

    A bookmark title.

  2. 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.

  3. 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.

  4. case class Leader(options: Options = NoOpt) extends Element with Span with Product with Serializable

    A leader element.

  5. 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.

  6. 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.

  7. 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

  8. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def andThen[A](g: (FOFormatter) ⇒ A): (RenderContext[FOFormatter]) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. 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
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def compose[A](g: (A) ⇒ RenderContext[FOFormatter]): (A) ⇒ FOFormatter
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from (RenderContext[FOFormatter]) ⇒ FOFormatter

Inherited from AnyRef

Inherited from Any

Ungrouped