CPDFAnnotationAttribute class
Constructors
- CPDFAnnotationAttribute({CPDFAnnotAttr note = const CPDFAnnotAttr.note(), CPDFAnnotAttr highlight = const CPDFAnnotAttr.highlight(), CPDFAnnotAttr underline = const CPDFAnnotAttr.underline(), CPDFAnnotAttr squiggly = const CPDFAnnotAttr.squiggly(), CPDFAnnotAttr strikeout = const CPDFAnnotAttr.strikeout(), CPDFAnnotAttr ink = const CPDFAnnotAttr.ink(), CPDFAnnotAttr square = const CPDFAnnotAttr.square(), CPDFAnnotAttr circle = const CPDFAnnotAttr.circle(), CPDFAnnotAttr line = const CPDFAnnotAttr.line(), CPDFAnnotAttr arrow = const CPDFAnnotAttr.arrow(), CPDFAnnotAttr freeText = const CPDFAnnotAttr.freeText()})
-
const
Properties
- arrow → CPDFAnnotAttr
-
final
- circle → CPDFAnnotAttr
-
final
- freeText → CPDFAnnotAttr
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- highlight → CPDFAnnotAttr
-
final
- ink → CPDFAnnotAttr
-
final
- line → CPDFAnnotAttr
-
final
- note → CPDFAnnotAttr
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- square → CPDFAnnotAttr
-
final
- squiggly → CPDFAnnotAttr
-
final
- strikeout → CPDFAnnotAttr
-
final
- underline → CPDFAnnotAttr
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited