HeadingAttributeBuilder class

Builder for heading attribute styles.

There is no need to use this class directly, consider using ParchmentAttribute.heading instead.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
Unique key of this attribute.
finalinherited
level1 ParchmentAttribute<int>
Level 1 heading, equivalent of H1 in HTML.
no setter
level2 ParchmentAttribute<int>
Level 2 heading, equivalent of H2 in HTML.
no setter
level3 ParchmentAttribute<int>
Level 3 heading, equivalent of H3 in HTML.
no setter
level4 ParchmentAttribute<int>
Level 4 heading, equivalent of H4 in HTML.
no setter
level5 ParchmentAttribute<int>
Level 5 heading, equivalent of H5 in HTML.
no setter
level6 ParchmentAttribute<int>
Level 6 heading, equivalent of H6 in HTML.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope ParchmentAttributeScope
finalinherited
unset ParchmentAttribute<int>
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withValue(int? value) ParchmentAttribute<int>
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited