Interface ISpanComposer
- Namespace
- DocWright.Composition
- Assembly
- DocWright.Composition.dll
Character formatting for one span.
public interface ISpanComposer
Methods
- Bold()
Makes the span bold.
- FontColor(ColorRgb)
Sets the span's colour.
- FontFamily(string)
Sets the font family.
- FontSize(double, Unit)
Sets the font size.
- Italic()
Makes the span italic.
- LetterSpacing(double, Unit)
Sets the extra space added between characters.
- Strikethrough()
Strikes the span through.
- Underline()
Underlines the span.