Show / Hide Table of Contents

Class ParagraphStyle

Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message.

Inheritance
object
ParagraphStyle
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.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class ParagraphStyle : IDirectResponseSchema

Properties

Alignment

The text alignment for this paragraph.

Declaration
[JsonProperty("alignment")]
public virtual string Alignment { get; set; }
Property Value
Type Description
string

Direction

The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.

Declaration
[JsonProperty("direction")]
public virtual string Direction { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IndentEnd

The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.

Declaration
[JsonProperty("indentEnd")]
public virtual Dimension IndentEnd { get; set; }
Property Value
Type Description
Dimension

IndentFirstLine

The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.

Declaration
[JsonProperty("indentFirstLine")]
public virtual Dimension IndentFirstLine { get; set; }
Property Value
Type Description
Dimension

IndentStart

The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.

Declaration
[JsonProperty("indentStart")]
public virtual Dimension IndentStart { get; set; }
Property Value
Type Description
Dimension

LineSpacing

The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.

Declaration
[JsonProperty("lineSpacing")]
public virtual float? LineSpacing { get; set; }
Property Value
Type Description
float?

SpaceAbove

The amount of extra space above the paragraph. If unset, the value is inherited from the parent.

Declaration
[JsonProperty("spaceAbove")]
public virtual Dimension SpaceAbove { get; set; }
Property Value
Type Description
Dimension

SpaceBelow

The amount of extra space below the paragraph. If unset, the value is inherited from the parent.

Declaration
[JsonProperty("spaceBelow")]
public virtual Dimension SpaceBelow { get; set; }
Property Value
Type Description
Dimension

SpacingMode

The spacing mode for the paragraph.

Declaration
[JsonProperty("spacingMode")]
public virtual string SpacingMode { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX