PdfTextRenderingMode enum

Text rendering mode

Inheritance

Constructors

PdfTextRenderingMode()
const

Values

fill → const PdfTextRenderingMode

Fill text

stroke → const PdfTextRenderingMode

Stroke text

fillAndStroke → const PdfTextRenderingMode

Fill, then stroke text

invisible → const PdfTextRenderingMode

Neither fill nor stroke text (invisible)

fillAndClip → const PdfTextRenderingMode

Fill text and add to path for clipping

strokeAndClip → const PdfTextRenderingMode

Stroke text and add to path for clipping

fillStrokeAndClip → const PdfTextRenderingMode

Fill, then stroke text and add to path for clipping

clip → const PdfTextRenderingMode

Add text to path for clipping

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<PdfTextRenderingMode>
A constant List of the values in this enum, in order of their declaration.