Class CreateParagraphBulletsRequest
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.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class CreateParagraphBulletsRequest : IDirectResponseSchema
Properties
BulletPreset
The kinds of bullet glyphs to be used. Defaults to the BULLET_DISC_CIRCLE_SQUARE
preset.
Declaration
[JsonProperty("bulletPreset")]
public virtual string BulletPreset { get; set; }
Property Value
Type | Description |
---|---|
string |
CellLocation
The optional table cell location if the text to be modified is in a table cell. If present, the object_id must refer to a table.
Declaration
[JsonProperty("cellLocation")]
public virtual TableCellLocation CellLocation { get; set; }
Property Value
Type | Description |
---|---|
TableCellLocation |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ObjectId
The object ID of the shape or table containing the text to add bullets to.
Declaration
[JsonProperty("objectId")]
public virtual string ObjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
TextRange
The range of text to apply the bullet presets to, based on TextElement indexes.
Declaration
[JsonProperty("textRange")]
public virtual Range TextRange { get; set; }
Property Value
Type | Description |
---|---|
Range |