FOProperties

laika.render.FOProperties
See theFOProperties companion object
trait FOProperties

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
class FOFormatter

Members list

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.

Value parameters

attributes

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

tagName

the name of tag to filter the attributes for

Attributes

Returns

a new sequence containing only attributes valid for that tag