google_api_slides v0.2.0 GoogleApi.Slides.V1.Model.ShapeProperties View Source
The properties of a Shape. If the shape is a placeholder shape as determined by the placeholder field, then these properties may be inherited from a parent placeholder shape. Determining the rendered value of the property depends on the corresponding property_state field value.
Attributes
contentAlignment (String.t): The alignment of the content in the shape. If unspecified, the alignment is inherited from a parent placeholder if it exists. If the shape has no parent, the default alignment matches the alignment for new shapes created in the Slides editor. Defaults to:
null
.- Enum - one of [CONTENT_ALIGNMENT_UNSPECIFIED, CONTENT_ALIGNMENT_UNSUPPORTED, TOP, MIDDLE, BOTTOM]
- link (Link): The hyperlink destination of the shape. If unset, there is no link. Links are not inherited from parent placeholders. Defaults to:
null
. - outline (Outline): The outline of the shape. If unset, the outline is inherited from a parent placeholder if it exists. If the shape has no parent, then the default outline depends on the shape type, matching the defaults for new shapes created in the Slides editor. Defaults to:
null
. - shadow (Shadow): The shadow properties of the shape. If unset, the shadow is inherited from a parent placeholder if it exists. If the shape has no parent, then the default shadow matches the defaults for new shapes created in the Slides editor. This property is read-only. Defaults to:
null
. - shapeBackgroundFill (ShapeBackgroundFill): The background fill of the shape. If unset, the background fill is inherited from a parent placeholder if it exists. If the shape has no parent, then the default background fill depends on the shape type, matching the defaults for new shapes created in the Slides editor. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Slides.V1.Model.ShapeProperties{ contentAlignment: any(), link: GoogleApi.Slides.V1.Model.Link.t(), outline: GoogleApi.Slides.V1.Model.Outline.t(), shadow: GoogleApi.Slides.V1.Model.Shadow.t(), shapeBackgroundFill: GoogleApi.Slides.V1.Model.ShapeBackgroundFill.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.