Class Block

Namespace
Pixie.Markup
Assembly
Pixie.dll

Base type for markup that participates in vertical document flow.

public abstract class Block : MarkupElement
Inheritance
Block
Derived
Inherited Members

Constructors

Block()

protected Block()

Methods

Lower()

Attempts to express this block in simpler semantic markup.

public virtual Block Lower()

Returns

Block

Operators

implicit operator Block(string)

Creates a paragraph block from inline text.

public static implicit operator Block(string text)

Parameters

text string

Returns

Block