Class TabStop
A tab stop within a paragraph.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class TabStop : IDirectResponseSchema
Properties
Alignment
The alignment of this tab stop. If unset, the value defaults to START.
Declaration
[JsonProperty("alignment")]
public virtual string Alignment { 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 |
Offset
The offset between this tab stop and the start margin.
Declaration
[JsonProperty("offset")]
public virtual Dimension Offset { get; set; }
Property Value
Type | Description |
---|---|
Dimension |