Class PositionedObjectProperties
Properties of a PositionedObject.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class PositionedObjectProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EmbeddedObject
The embedded object of this positioned object.
Declaration
[JsonProperty("embeddedObject")]
public virtual EmbeddedObject EmbeddedObject { get; set; }
Property Value
| Type | Description |
|---|---|
| EmbeddedObject |
Positioning
The positioning of this positioned object relative to the newline of the Paragraph that references this positioned object.
Declaration
[JsonProperty("positioning")]
public virtual PositionedObjectPositioning Positioning { get; set; }
Property Value
| Type | Description |
|---|---|
| PositionedObjectPositioning |