PdfOutlineStyle enum
Outline style
Values
- normal → const PdfOutlineStyle
-
Normal
- italic → const PdfOutlineStyle
-
Italic
- bold → const PdfOutlineStyle
-
Bold
- italicBold → const PdfOutlineStyle
-
Italic and Bold
Properties
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<
PdfOutlineStyle> - A constant List of the values in this enum, in order of their declaration.