View Source GoogleApi.Docs.V1.Model.EmbeddedObject (google_api_docs v0.17.1)
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 Google 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Docs.V1.Model.EmbeddedObject{ description: String.t() | nil, embeddedDrawingProperties: GoogleApi.Docs.V1.Model.EmbeddedDrawingProperties.t() | nil, embeddedObjectBorder: GoogleApi.Docs.V1.Model.EmbeddedObjectBorder.t() | nil, imageProperties: GoogleApi.Docs.V1.Model.ImageProperties.t() | nil, linkedContentReference: GoogleApi.Docs.V1.Model.LinkedContentReference.t() | nil, marginBottom: GoogleApi.Docs.V1.Model.Dimension.t() | nil, marginLeft: GoogleApi.Docs.V1.Model.Dimension.t() | nil, marginRight: GoogleApi.Docs.V1.Model.Dimension.t() | nil, marginTop: GoogleApi.Docs.V1.Model.Dimension.t() | nil, size: GoogleApi.Docs.V1.Model.Size.t() | nil, title: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.