Skip to main content

RtfTabStopMetadata Struct

Definition

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

RTF tab stop metadata preserving exact RTF representation.

public struct RtfTabStopMetadata

Inheritance: ValueType -> RtfTabStopMetadata

Implements: IEquatable<RtfTabStopMetadata>

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.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

NameDescription
AlignmentTab stop alignment: "tql" (left), "tqc" (center), "tqr" (right), "tqdec" (decimal), "tb" (bar).
LeaderTab leader: "tldot" (dotted), "tlhyph" (dashed), "tlul" (underline), "tlth" (thick), "tleq" (equal). Null if no leader.
PositionTwipsTab 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; }