CPDFAnnotationAttribute constructor

const CPDFAnnotationAttribute({
  1. CPDFAnnotAttr note = const CPDFAnnotAttr.note(),
  2. CPDFAnnotAttr highlight = const CPDFAnnotAttr.highlight(),
  3. CPDFAnnotAttr underline = const CPDFAnnotAttr.underline(),
  4. CPDFAnnotAttr squiggly = const CPDFAnnotAttr.squiggly(),
  5. CPDFAnnotAttr strikeout = const CPDFAnnotAttr.strikeout(),
  6. CPDFAnnotAttr ink = const CPDFAnnotAttr.ink(),
  7. CPDFAnnotAttr square = const CPDFAnnotAttr.square(),
  8. CPDFAnnotAttr circle = const CPDFAnnotAttr.circle(),
  9. CPDFAnnotAttr line = const CPDFAnnotAttr.line(),
  10. CPDFAnnotAttr arrow = const CPDFAnnotAttr.arrow(),
  11. 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(),
});