CreateParagraphBulletsRequest constructor
CreateParagraphBulletsRequest({
- String? bulletPreset,
- TableCellLocation? cellLocation,
- String? objectId,
- Range? textRange,
Implementation
CreateParagraphBulletsRequest({
this.bulletPreset,
this.cellLocation,
this.objectId,
this.textRange,
});