Show / Hide Table of Contents

Class Paragraph

A StructuralElement representing a paragraph. A paragraph is a range of content that's terminated with a newline character.

Inheritance
object
Paragraph
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class Paragraph : 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

Elements

The content of the paragraph, broken down into its component parts.

Declaration
[JsonProperty("elements")]
public virtual IList<ParagraphElement> Elements { get; set; }
Property Value
Type Description
IList<ParagraphElement>

ParagraphStyle

The style of this paragraph.

Declaration
[JsonProperty("paragraphStyle")]
public virtual ParagraphStyle ParagraphStyle { get; set; }
Property Value
Type Description
ParagraphStyle

PositionedObjectIds

The IDs of the positioned objects tethered to this paragraph.

Declaration
[JsonProperty("positionedObjectIds")]
public virtual IList<string> PositionedObjectIds { get; set; }
Property Value
Type Description
IList<string>

SuggestedBulletChanges

The suggested changes to this paragraph's bullet.

Declaration
[JsonProperty("suggestedBulletChanges")]
public virtual IDictionary<string, SuggestedBullet> SuggestedBulletChanges { get; set; }
Property Value
Type Description
IDictionary<string, SuggestedBullet>

SuggestedParagraphStyleChanges

The suggested paragraph style changes to this paragraph, keyed by suggestion ID.

Declaration
[JsonProperty("suggestedParagraphStyleChanges")]
public virtual IDictionary<string, SuggestedParagraphStyle> SuggestedParagraphStyleChanges { get; set; }
Property Value
Type Description
IDictionary<string, SuggestedParagraphStyle>

SuggestedPositionedObjectIds

The IDs of the positioned objects suggested to be attached to this paragraph, keyed by suggestion ID.

Declaration
[JsonProperty("suggestedPositionedObjectIds")]
public virtual IDictionary<string, ObjectReferences> SuggestedPositionedObjectIds { get; set; }
Property Value
Type Description
IDictionary<string, ObjectReferences>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX