DocumentFontStyles Enumeration

Summary

Font style.

Syntax

JavaScript Syntax
lt.Documents.DocumentFontStyles = { 
	Normal: 0, 
	Bold: 1, 
	Italic: 2, 
	Underline: 4 
} 
TypeScript Syntax
lt.Documents.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.Documents Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly