| Leadtools.Documents Namespace : DocumentFontStyles Enumeration |
Leadtools.Documents.DocumentFontStyles = function() { };
Leadtools.Documents.DocumentFontStyles.prototype = {
normal = 0,
bold = 1,
italic = 2,
underline = 4,
};
| Value | Member | Description |
|---|---|---|
| 0 | normal | Normal font |
| 1 | bold | Bold font |
| 2 | italic | Italic font |
| 4 | underline | Underline font |
The members of this enumeration can be OR'ed together.