google_api_slides v0.1.0 GoogleApi.Slides.V1.Model.ParagraphStyle View Source
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.
Attributes
alignment (String.t): The text alignment for this paragraph. Defaults to:
null
.- Enum - one of [ALIGNMENT_UNSPECIFIED, START, CENTER, END, JUSTIFIED]
direction (String.t): The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited. Defaults to:
null
.- Enum - one of [TEXT_DIRECTION_UNSPECIFIED, LEFT_TO_RIGHT, RIGHT_TO_LEFT]
- indentEnd (Dimension): 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. Defaults to:
null
. - indentFirstLine (Dimension): The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent. Defaults to:
null
. - indentStart (Dimension): 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. Defaults to:
null
. - lineSpacing (float()): 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. Defaults to:
null
. - spaceAbove (Dimension): The amount of extra space above the paragraph. If unset, the value is inherited from the parent. Defaults to:
null
. - spaceBelow (Dimension): The amount of extra space below the paragraph. If unset, the value is inherited from the parent. Defaults to:
null
. spacingMode (String.t): The spacing mode for the paragraph. Defaults to:
null
.- Enum - one of [SPACING_MODE_UNSPECIFIED, NEVER_COLLAPSE, COLLAPSE_LISTS]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
t() :: %GoogleApi.Slides.V1.Model.ParagraphStyle{ alignment: any(), direction: any(), indentEnd: GoogleApi.Slides.V1.Model.Dimension.t(), indentFirstLine: GoogleApi.Slides.V1.Model.Dimension.t(), indentStart: GoogleApi.Slides.V1.Model.Dimension.t(), lineSpacing: any(), spaceAbove: GoogleApi.Slides.V1.Model.Dimension.t(), spaceBelow: GoogleApi.Slides.V1.Model.Dimension.t(), spacingMode: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.