DocumentFontStyles Enumeration

Summary

Font style.

Syntax
TypeScript
JavaScript
lt.Document.DocumentFontStyles = { 
   normal: 0, 
   bold: 1, 
   italic: 2, 
   underline: 4 
} 
lt.Document.DocumentFontStyles = { 
   normal: 0, 
   bold: 1, 
   italic: 2, 
   underline: 4 
} 

Members

0 Normal

(0) Normal font

1 Bold

(1) Bold font

2 Italic

(2) Italic font

4 Underline

(4) Underline font

Remarks

The members of this enumeration can be OR'ed together.

Requirements

Target Platforms

See Also

Reference

Leadtools.Document Namespace

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly