CreateParagraphBulletsRequest class
Creates bullets for all of the paragraphs that overlap with the given text index range.
The nesting level of each paragraph will be determined by counting leading tabs in front of each paragraph. To avoid excess space between the bullet and the corresponding paragraph, these leading tabs are removed by this request. This may change the indices of parts of the text. If the paragraph immediately before paragraphs being updated is in a list with a matching preset, the paragraphs being updated are added to that preceding list.
Constructors
- CreateParagraphBulletsRequest({String? bulletPreset, TableCellLocation? cellLocation, String? objectId, Range? textRange})
- CreateParagraphBulletsRequest.fromJson(Map json_)
Properties
- bulletPreset ↔ String?
-
The kinds of bullet glyphs to be used.
getter/setter pair
- cellLocation ↔ TableCellLocation?
-
The optional table cell location if the text to be modified is in a table
cell.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- objectId ↔ String?
-
The object ID of the shape or table containing the text to add bullets to.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textRange ↔ Range?
-
The range of text to apply the bullet presets to, based on TextElement
indexes.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited