PageElement constructor

PageElement({
  1. String? description,
  2. Group? elementGroup,
  3. Image? image,
  4. Line? line,
  5. String? objectId,
  6. Shape? shape,
  7. SheetsChart? sheetsChart,
  8. Size? size,
  9. Table? table,
  10. String? title,
  11. AffineTransform? transform,
  12. Video? video,
  13. WordArt? wordArt,
})

Implementation

PageElement({
  this.description,
  this.elementGroup,
  this.image,
  this.line,
  this.objectId,
  this.shape,
  this.sheetsChart,
  this.size,
  this.table,
  this.title,
  this.transform,
  this.video,
  this.wordArt,
});