Table of Contents

Enum ReportTextDecorations

Namespace
DocWright.Reporting.Pagination
Assembly
DocWright.Reporting.dll

Text decorations on a run.

[Flags]
public enum ReportTextDecorations

Fields

None = 0

No decoration.

Underline = 1

Underlined.

LineThrough = 2

Struck through.

Overline = 4

Overlined. 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.