Show / Hide Table of Contents

Class TabStop

A tab stop within a paragraph.

Inheritance
object
TabStop
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX