SheetSkin enum

How the page is composed. Text does not pick this; the document type does.

Inheritance
Available extensions

Values

invoice → const SheetSkin

Parties, ruled lines, and a money box.

receipt → const SheetSkin

Narrow centred slip and a large total.

quote → const SheetSkin

Centred title, parties, and a priced table. Not an invoice bar.

letter → const SheetSkin

Letterhead, date, and prose. No colour band.

certificate → const SheetSkin

Framed, centred award.

statement → const SheetSkin

Opening and closing chips, then a movement table.

split → const SheetSkin

Two stacks and a net bar.

tiles → const SheetSkin

Large number cards and a chart.

timeline → const SheetSkin

Time gutter and item cards.

checks → const SheetSkin

Drawn boxes, not a table of mark words.

route → const SheetSkin

Origin and destination, then a manifest.

masthead → const SheetSkin

Centred masthead and a headline.

grades → const SheetSkin

Subject rows with a mark pill.

identity → const SheetSkin

Name panel on the start edge.

notice → const SheetSkin

Heavy top rule and a boxed notice.

voucher → const SheetSkin

Cheque-like frame and an amount box.

catalog → const SheetSkin

Ruled catalogue cards, no header band.

comparison → const SheetSkin

Two option columns.

journal → const SheetSkin

Debit and credit columns.

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<SheetSkin>
A constant List of the values in this enum, in order of their declaration.