Class PositionedObjectPositioning
The positioning of a PositionedObject. The positioned object is positioned relative to the beginning of the Paragraph it's tethered to.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class PositionedObjectPositioning : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Layout
The layout of this positioned object.
Declaration
[JsonProperty("layout")]
public virtual string Layout { get; set; }
Property Value
Type | Description |
---|---|
string |
LeftOffset
The offset of the left edge of the positioned object relative to the beginning of the Paragraph it's tethered to. The exact positioning of the object can depend on other content in the document and the document's styling.
Declaration
[JsonProperty("leftOffset")]
public virtual Dimension LeftOffset { get; set; }
Property Value
Type | Description |
---|---|
Dimension |
TopOffset
The offset of the top edge of the positioned object relative to the beginning of the Paragraph it's tethered to. The exact positioning of the object can depend on other content in the document and the document's styling.
Declaration
[JsonProperty("topOffset")]
public virtual Dimension TopOffset { get; set; }
Property Value
Type | Description |
---|---|
Dimension |