Class PositionedObject
An object that's tethered to a Paragraph and positioned relative to the beginning of the paragraph. A PositionedObject contains an EmbeddedObject such as an image.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class PositionedObject : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ObjectId
The ID of this positioned object.
Declaration
[JsonProperty("objectId")]
public virtual string ObjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
PositionedObjectProperties
The properties of this positioned object.
Declaration
[JsonProperty("positionedObjectProperties")]
public virtual PositionedObjectProperties PositionedObjectProperties { get; set; }
Property Value
Type | Description |
---|---|
PositionedObjectProperties |
SuggestedDeletionIds
The suggested deletion IDs. If empty, then there are no suggested deletions of this content.
Declaration
[JsonProperty("suggestedDeletionIds")]
public virtual IList<string> SuggestedDeletionIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SuggestedInsertionId
The suggested insertion ID. If empty, then this is not a suggested insertion.
Declaration
[JsonProperty("suggestedInsertionId")]
public virtual string SuggestedInsertionId { get; set; }
Property Value
Type | Description |
---|---|
string |
SuggestedPositionedObjectPropertiesChanges
The suggested changes to the positioned object properties, keyed by suggestion ID.
Declaration
[JsonProperty("suggestedPositionedObjectPropertiesChanges")]
public virtual IDictionary<string, SuggestedPositionedObjectProperties> SuggestedPositionedObjectPropertiesChanges { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, SuggestedPositionedObjectProperties> |