ElementType enum
Element kinds supported by the visual editor and PDF renderer.
Values
- text → const ElementType
-
Static text.
- field → const ElementType
-
Text containing JSON or system-field bindings.
- rectangle → const ElementType
-
A printable rectangle outline.
- line → const ElementType
-
A horizontal or vertical line.
- table → const ElementType
-
A table populated from a JSON array.
- image → const ElementType
-
An embedded PNG, JPEG, or WebP image.
- qrCode → const ElementType
-
A QR code.
- eanCode → const ElementType
-
An EAN-13 or EAN-8 code.
- chart → const ElementType
-
A vector bar, line, or pie chart bound to a JSON array.
- sectionContainer → const ElementType
-
A container representing a repeating detail section.
- pageBreak → const ElementType
-
Forces a page break in body pagination.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ElementType> - A constant List of the values in this enum, in order of their declaration.