Table of Contents

Struct TabStop

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

A custom tab stop (ECMA-376 Part 1 §17.3.1.37 CT_TabStop).

public readonly struct TabStop : IEquatable<TabStop>
Implements
Inherited Members

Constructors

TabStop(Twips, TabStopKind, TabLeader)

Initializes a tab stop.

Properties

Kind

Gets the stop kind.

Leader

Gets the leader fill.

Position

Gets the position relative to the leading margin.

Methods

Equals(TabStop)
Equals(object?)
GetHashCode()

Operators

operator ==(TabStop, TabStop)

Determines whether two tab stops are equal.

operator !=(TabStop, TabStop)

Determines whether two tab stops differ.