Class EmbeddedObject
An embedded object in the document.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class EmbeddedObject : IDirectResponseSchemaProperties
Description
The description of the embedded object. The title and description are both combined to display alt text.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
EmbeddedDrawingProperties
The properties of an embedded drawing.
Declaration
[JsonProperty("embeddedDrawingProperties")]
public virtual EmbeddedDrawingProperties EmbeddedDrawingProperties { get; set; }Property Value
| Type | Description | 
|---|---|
| EmbeddedDrawingProperties | 
EmbeddedObjectBorder
The border of the embedded object.
Declaration
[JsonProperty("embeddedObjectBorder")]
public virtual EmbeddedObjectBorder EmbeddedObjectBorder { get; set; }Property Value
| Type | Description | 
|---|---|
| EmbeddedObjectBorder | 
ImageProperties
The properties of an image.
Declaration
[JsonProperty("imageProperties")]
public virtual ImageProperties ImageProperties { get; set; }Property Value
| Type | Description | 
|---|---|
| ImageProperties | 
LinkedContentReference
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.
Declaration
[JsonProperty("linkedContentReference")]
public virtual LinkedContentReference LinkedContentReference { get; set; }Property Value
| Type | Description | 
|---|---|
| LinkedContentReference | 
MarginBottom
The bottom margin of the embedded object.
Declaration
[JsonProperty("marginBottom")]
public virtual Dimension MarginBottom { get; set; }Property Value
| Type | Description | 
|---|---|
| Dimension | 
MarginLeft
The left margin of the embedded object.
Declaration
[JsonProperty("marginLeft")]
public virtual Dimension MarginLeft { get; set; }Property Value
| Type | Description | 
|---|---|
| Dimension | 
MarginRight
The right margin of the embedded object.
Declaration
[JsonProperty("marginRight")]
public virtual Dimension MarginRight { get; set; }Property Value
| Type | Description | 
|---|---|
| Dimension | 
MarginTop
The top margin of the embedded object.
Declaration
[JsonProperty("marginTop")]
public virtual Dimension MarginTop { get; set; }Property Value
| Type | Description | 
|---|---|
| Dimension | 
Size
The visible size of the image after cropping.
Declaration
[JsonProperty("size")]
public virtual Size Size { get; set; }Property Value
| Type | Description | 
|---|---|
| Size | 
Title
The title of the embedded object. The title and description are both combined to display alt text.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }Property Value
| Type | Description | 
|---|---|
| string |