Class Block
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
Operators
implicit operator Block(string)
Creates a paragraph block from inline text.
public static implicit operator Block(string text)
Parameters
textstring