CPDFAnnotationAttribute constructor
const
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(),
Implementation
const CPDFAnnotationAttribute({
this.note = const CPDFAnnotAttr.note(),
this.highlight = const CPDFAnnotAttr.highlight(),
this.underline = const CPDFAnnotAttr.underline(),
this.squiggly = const CPDFAnnotAttr.squiggly(),
this.strikeout = const CPDFAnnotAttr.strikeout(),
this.ink = const CPDFAnnotAttr.ink(),
this.square = const CPDFAnnotAttr.square(),
this.circle = const CPDFAnnotAttr.circle(),
this.line = const CPDFAnnotAttr.line(),
this.arrow = const CPDFAnnotAttr.arrow(),
this.freeText = const CPDFAnnotAttr.freeText(),
});