Class ParagraphMarker
A TextElement kind that represents the beginning of a new paragraph.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class ParagraphMarker : IDirectResponseSchema
Properties
Bullet
The bullet for this paragraph. If not present, the paragraph does not belong to a list.
Declaration
[JsonProperty("bullet")]
public virtual Bullet Bullet { get; set; }
Property Value
Type | Description |
---|---|
Bullet |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Style
The paragraph's style
Declaration
[JsonProperty("style")]
public virtual ParagraphStyle Style { get; set; }
Property Value
Type | Description |
---|---|
ParagraphStyle |