InlineCollection New in 0.4.0

Describes collection of inlines

Properties

Name Type Access Description
No properties

Methods

Name Type Description
add() Inline Add inline at the end of collection
contains() boolean Check if inline exists in collection
insertAfter() boolean Insert inline into collection after given inline, returns true if inline was inserted
insertBefore() boolean Insert inline into collection before given inline, returns true if inline was inserted
remove() boolean Removes inline from the collection, returns true if inline was removed