[]
Abstract base class for all inline elements.
public abstract class Inline
protected Inline()
Gets the number of inline's code points.
public int CodePointCount { get; }
Gets the index of the inline's first code point.
public int CodePointIndex { get; }
Gets the number of UTF-16 characters.
public abstract int GetCharCount()
Gets the string of UTF-16 characters.
public abstract string GetChars()