RtfTabStopMetadata Struct
Definition
RTF tab stop metadata preserving exact RTF representation.
public struct RtfTabStopMetadata
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.Rtf.RtfTabStopMetadata other)
Parameters
other Avalonia.Controls.Documents.Serialization.Rtf.RtfTabStopMetadata
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 stop alignment: "tql" (left), "tqc" (center), "tqr" (right), "tqdec" (decimal), "tb" (bar). |
| Leader | Tab leader: "tldot" (dotted), "tlhyph" (dashed), "tlul" (underline), "tlth" (thick), "tleq" (equal). Null if no leader. |
| PositionTwips | Tab stop position in twips. |
Alignment Property
Tab stop alignment: "tql" (left), "tqc" (center), "tqr" (right), "tqdec" (decimal), "tb" (bar).
public string Alignment { get; set; }
Leader Property
Tab leader: "tldot" (dotted), "tlhyph" (dashed), "tlul" (underline), "tlth" (thick), "tleq" (equal). Null if no leader.
public string Leader { get; set; }
PositionTwips Property
Tab stop position in twips.
public int PositionTwips { get; set; }