ScriptType Enumeration

Summary

Describes the script type for the text.

Syntax

TypeScript
JavaScript
lt.Document.Editor.ScriptType { 
   normal: 0, 
   sub: 1, 
   super: 2 
} 
lt.Document.Editor.ScriptType { 
   normal: 0, 
   sub: 1, 
   super: 2 
} 

Members

Value Member Description
0 normal No script alignment.
1 sub The text is subscript.
2 super The text is superscript.

Remarks

This would be used to know whether the text styling should be normal, subscripted, or superscripted.

Requirements

Target Platforms

See Also

Leadtools.Document.Editor Namespace

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

Leadtools.Document.Editor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.