Enum ReportTextDecorations
- Namespace
- DocWright.Reporting.Pagination
- Assembly
- DocWright.Reporting.dll
Text decorations on a run.
[Flags]
public enum ReportTextDecorations
Fields
None = 0No decoration.
Underline = 1Underlined.
LineThrough = 2Struck through.
Overline = 4Overlined. Kept in the model because a definition states it; the PDF renderer of the reference implementation does not draw it (measured), and neither does this one.