CPDFLineAnnotation class
- Inheritance
-
- Object
- CPDFAnnotation
- CPDFLineAnnotation
Constructors
- CPDFLineAnnotation.new({required CPDFAnnotationType type, required String title, required int page, required String content, required String uuid, DateTime? createDate, required CPDFRectF rect, required double borderWidth, required Color borderColor, required double borderAlpha, required Color fillColor, required double fillAlpha, required CPDFLineType lineHeadType, required CPDFLineType lineTailType})
-
CPDFLineAnnotation.fromJson(Map<
String, dynamic> json) -
factory
Properties
- borderAlpha → double
-
final
- borderColor → Color
-
final
- borderWidth → double
-
final
- content → String
-
finalinherited
- createDate → DateTime?
-
finalinherited
- fillAlpha → double
-
final
- fillColor → Color
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lineHeadType → CPDFLineType
-
final
- lineTailType → CPDFLineType
-
final
- page → int
-
finalinherited
- rect → CPDFRectF
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String
-
finalinherited
- type → CPDFAnnotationType
-
finalinherited
- uuid → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited