Table of Contents

TTMSFNCPDFRichTextLibUnderlineStyle Enumeration

Specifies underline or strikethrough style flags for rich text.

API unit family: TMSFNCPDFRichTextLib

Members

Name Description
usUnderlineStyleNone No underline or strikethrough line.
usUnderlineStyleSingle Single line style.
usUnderlineStyleThick Thick line style.
usUnderlineStyleDouble Double line style.
usUnderlinePatternSolid Solid line pattern.
usUnderlinePatternDot Dotted line pattern.
usUnderlinePatternDash Dashed line pattern.
usUnderlinePatternDashDot Dash-dot line pattern.
usUnderlinePatternDashDotDot Dash-dot-dot line pattern.
usUnderlineByWord Draws the line by word instead of across intervening whitespace.