DocxTabStop Struct
Definition
Tab stop definition for DOCX round-trip.
public struct DocxTabStop
Methods
| Name | Description |
|---|---|
| Equals (2 overloads) | No summary available. |
| GetHashCode | No summary available. |
| ToString | No 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
| Name | Description |
|---|---|
| Alignment | Tab alignment: "left", "center", "right", "decimal", "bar", "clear". |
| Leader | Tab leader: "none", "dot", "hyphen", "underscore", "heavy", "middleDot". |
| PositionTwips | Tab 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; }