Skip to main content

DocxTabStop Struct

Definition

Assembly:Avalonia.Controls.Documents.Serialization.Docx
Package:Avalonia.Controls.Documents.Serialization.Docx

Tab stop definition for DOCX round-trip.

public struct DocxTabStop

Inheritance: ValueType -> DocxTabStop

Implements: IEquatable<DocxTabStop>

Methods

NameDescription
Equals (2 overloads)No summary available.
GetHashCodeNo summary available.
ToStringNo summary available.

Equals overloads

Equals Method

public bool Equals(Avalonia.Controls.Documents.Serialization.Docx.DocxTabStop other)
Parameters

other Avalonia.Controls.Documents.Serialization.Docx.DocxTabStop

Returns

bool

Equals Method

public bool Equals(object obj)
Parameters

obj object

Returns

bool

GetHashCode Method

public int GetHashCode()

Returns

int

ToString Method

public string ToString()

Returns

string

Properties

NameDescription
AlignmentTab alignment: "left", "center", "right", "decimal", "bar", "clear".
LeaderTab leader: "none", "dot", "hyphen", "underscore", "heavy", "middleDot".
PositionTwipsTab position in twentieths of a point.

Alignment Property

Tab alignment: "left", "center", "right", "decimal", "bar", "clear".

public string Alignment { get; set; }

Leader Property

Tab leader: "none", "dot", "hyphen", "underscore", "heavy", "middleDot".

public string Leader { get; set; }

PositionTwips Property

Tab position in twentieths of a point.

public int PositionTwips { get; set; }