GoogleApi.Slides.V1.Model.ParagraphMarker (google_api_slides v0.24.0)
View SourceA TextElement kind that represents the beginning of a new paragraph.
Attributes
-
bullet(type:GoogleApi.Slides.V1.Model.Bullet.t, default:nil) - The bullet for this paragraph. If not present, the paragraph does not belong to a list. -
style(type:GoogleApi.Slides.V1.Model.ParagraphStyle.t, default:nil) - The paragraph's style
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Slides.V1.Model.ParagraphMarker{ bullet: GoogleApi.Slides.V1.Model.Bullet.t() | nil, style: GoogleApi.Slides.V1.Model.ParagraphStyle.t() | nil }