Table of Contents

Class UnknownBlock

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

A block-level element DocWright does not model, preserved in place so its position in the block sequence survives round-trip (for example w:altChunk or block-level permission markers).

public sealed class UnknownBlock : Block
Inheritance
UnknownBlock
Inherited Members
Extension Methods

Constructors

UnknownBlock(UnknownXml)

Initializes a preserved block.

Properties

Content

Gets the preserved island.

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.