Class MathSymbol
A definition or reference to a mathematical symbol.
public sealed class MathSymbol : InlineContainer
- Inheritance
-
MathSymbol
- Inherited Members
Constructors
MathSymbol(Inline)
Wraps a markup node into a mathematical symbol.
public MathSymbol(Inline contents)
Parameters
contentsInlineThe node to render as a mathematical symbol.
Methods
Lower()
Attempts to express this inline node in simpler semantic markup.
public override Inline Lower()
Returns
WithContents(Inline)
Creates a copy of this node with new contents.
public override InlineContainer WithContents(Inline newContents)
Parameters
newContentsInline