CPDFAnnotAttribute class
Constructors
- CPDFAnnotAttribute({CPDFTextAttr noteAttr = const CPDFTextAttr(), CPDFHighlightAttr highlightAttr = const CPDFHighlightAttr(), CPDFUnderlineAttr underlineAttr = const CPDFUnderlineAttr(), CPDFSquigglyAttr squigglyAttr = const CPDFSquigglyAttr(), CPDFStrikeoutAttr strikeoutAttr = const CPDFStrikeoutAttr(), CPDFInkAttr inkAttr = const CPDFInkAttr(), CPDFSquareAttr squareAttr = const CPDFSquareAttr(), CPDFCircleAttr circleAttr = const CPDFCircleAttr(), CPDFLineAttr lineAttr = const CPDFLineAttr(), CPDFArrowAttr arrowAttr = const CPDFArrowAttr(), CPDFFreetextAttr freeTextAttr = const CPDFFreetextAttr()})
-
const
Properties
- arrowAttr → CPDFArrowAttr
-
final
- circleAttr → CPDFCircleAttr
-
final
- freeTextAttr → CPDFFreetextAttr
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- highlightAttr → CPDFHighlightAttr
-
final
- inkAttr → CPDFInkAttr
-
final
- lineAttr → CPDFLineAttr
-
final
- noteAttr → CPDFTextAttr
-
Note annotation attribute configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- squareAttr → CPDFSquareAttr
-
final
- squigglyAttr → CPDFSquigglyAttr
-
final
- strikeoutAttr → CPDFStrikeoutAttr
-
final
- underlineAttr → CPDFUnderlineAttr
-
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