Table of Contents

Class BreakChar

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

An explicit break character (w:br or w:cr, ECMA-376 Part 1 §17.3.3.1).

public sealed class BreakChar : RunContentInline
Inheritance
BreakChar
Inherited Members
Extension Methods

Constructors

BreakChar()

Initializes a text-wrapping (line) break.

BreakChar(BreakKind)

Initializes a break of the given kind.

Properties

Clear

Gets or sets where a text-wrapping break restarts relative to floats (w:clear).

Kind

Gets or sets the break kind.

Methods

Accept(DomVisitor)

Dispatches to the visitor method for this node's concrete type.

CloneCore()

Creates the deep copy for Clone(). Implementations copy all owned state, deep-clone children and copy unknown-XML islands.