UpdateParagraphStyleRequest constructor

UpdateParagraphStyleRequest({
  1. TableCellLocation? cellLocation,
  2. String? fields,
  3. String? objectId,
  4. ParagraphStyle? style,
  5. Range? textRange,
})

Implementation

UpdateParagraphStyleRequest({
  this.cellLocation,
  this.fields,
  this.objectId,
  this.style,
  this.textRange,
});