FOProperties

laika.render.FOProperties
See theFOProperties companion object

Mapping of XSL-FO tag names to their supported properties. All properties not supported by Apache FOP are omitted.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

def filterAttributes(tagName: String, attributes: Seq[(String, String)]): Seq[(String, String)]

Filters out all unsupported attributes for the specified tagName and return a new sequence containing only attributes valid for that tag.

Filters out all unsupported attributes for the specified tagName and return a new sequence containing only attributes valid for that tag.

Attributes

attributes

the attributes to filter as a sequence of key-name tuples

tagName

the name of tag to filter the attributes for

Returns:

a new sequence containing only attributes valid for that tag