CPDFAnnotAttr constructor
const
CPDFAnnotAttr({
- required CPDFAnnotationType? annotationType,
- Color? color,
- int? alpha,
- int? borderWidth,
- Color? fillColor,
- Color? borderColor,
- int? borderAlpha,
- int? colorAlpha,
- CPDFBorderStyle? borderStyle,
- CPDFLineType? startLineType,
- CPDFLineType? tailLineType,
- Color? fontColor,
- int? fontColorAlpha,
- int? fontSize,
- bool? isBold,
- bool? isItalic,
- CPDFAlignment? alignment,
- CPDFTypeface? typeface,
Implementation
const CPDFAnnotAttr(
{required this.annotationType,
this.color,
this.alpha,
this.borderWidth,
this.fillColor,
this.borderColor,
this.borderAlpha,
this.colorAlpha,
this.borderStyle,
this.startLineType,
this.tailLineType,
this.fontColor,
this.fontColorAlpha,
this.fontSize,
this.isBold,
this.isItalic,
this.alignment,
this.typeface});