Show / Hide Table of Contents

Class PositionedObjectProperties

Properties of a PositionedObject.

Inheritance
object
PositionedObjectProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX