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