Class Inline

Namespace
Pixie.Markup
Assembly
Pixie.dll

Base type for phrase-level markup that can flow within a line or paragraph.

public abstract class Inline : MarkupElement
Inheritance
Inline
Derived
Inherited Members

Constructors

Inline()

protected Inline()

Methods

Lower()

Attempts to express this inline node in simpler semantic markup.

public virtual Inline Lower()

Returns

Inline

Operators

implicit operator Inline(string)

Creates inline text from a string.

public static implicit operator Inline(string text)

Parameters

text string

Returns

Inline