google_api_docs v0.8.0 GoogleApi.Docs.V1.Model.EmbeddedObject View Source
An embedded object in the document.
Attributes
description
(type:String.t
, default:nil
) - The description of the embedded object. Thetitle
anddescription
are both combined to display alt text.embeddedDrawingProperties
(type:GoogleApi.Docs.V1.Model.EmbeddedDrawingProperties.t
, default:nil
) - The properties of an embedded drawing.embeddedObjectBorder
(type:GoogleApi.Docs.V1.Model.EmbeddedObjectBorder.t
, default:nil
) - The border of the embedded object.imageProperties
(type:GoogleApi.Docs.V1.Model.ImageProperties.t
, default:nil
) - The properties of an image.linkedContentReference
(type:GoogleApi.Docs.V1.Model.LinkedContentReference.t
, default:nil
) - A reference to the external linked source content. For example, it contains a reference to the source Sheets chart when the embedded object is a linked chart.If unset, then the embedded object is not linked.
marginBottom
(type:GoogleApi.Docs.V1.Model.Dimension.t
, default:nil
) - The bottom margin of the embedded object.marginLeft
(type:GoogleApi.Docs.V1.Model.Dimension.t
, default:nil
) - The left margin of the embedded object.marginRight
(type:GoogleApi.Docs.V1.Model.Dimension.t
, default:nil
) - The right margin of the embedded object.marginTop
(type:GoogleApi.Docs.V1.Model.Dimension.t
, default:nil
) - The top margin of the embedded object.size
(type:GoogleApi.Docs.V1.Model.Size.t
, default:nil
) - The visible size of the image after cropping.title
(type:String.t
, default:nil
) - The title of the embedded object. Thetitle
anddescription
are both combined to display alt text.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.Docs.V1.Model.EmbeddedObject{ description: String.t(), embeddedDrawingProperties: GoogleApi.Docs.V1.Model.EmbeddedDrawingProperties.t(), embeddedObjectBorder: GoogleApi.Docs.V1.Model.EmbeddedObjectBorder.t(), imageProperties: GoogleApi.Docs.V1.Model.ImageProperties.t(), linkedContentReference: GoogleApi.Docs.V1.Model.LinkedContentReference.t(), marginBottom: GoogleApi.Docs.V1.Model.Dimension.t(), marginLeft: GoogleApi.Docs.V1.Model.Dimension.t(), marginRight: GoogleApi.Docs.V1.Model.Dimension.t(), marginTop: GoogleApi.Docs.V1.Model.Dimension.t(), size: GoogleApi.Docs.V1.Model.Size.t(), title: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.