Table of Contents

Class UnknownInline

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

An inline-level element DocWright does not model, preserved in place so its position among the paragraph's inlines survives round-trip (for example comment range markers, legacy VML pictures or embedded OLE objects).

public sealed class UnknownInline : Inline
Inheritance
UnknownInline
Inherited Members
Extension Methods

Constructors

UnknownInline(UnknownXml)

Initializes a preserved inline.

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.