AlignmentType Enumeration

Summary

Describes how the content should be aligned.

Syntax

TypeScript
JavaScript
lt.Document.Editor.AlignmentType { 
   left: 0, 
   centered: 1, 
   right: 2, 
   justified: 3 
} 
lt.Document.Editor.AlignmentType { 
   left: 0, 
   centered: 1, 
   right: 2, 
   justified: 3 
} 

Members

Value Member Description
0 left Align content to the left of the available space.
1 centered Align content to the center of the available space.
2 right Align content to the right-most side of the available space.
3 justified Justifies the content to fill the entirety of the available space.

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.