textAlignment Property

Summary

Gets the form field text alignment.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentFormFieldTextStyle.prototype, 'textAlignment', 
   get: function() 
) 
readonly textAlignment: number; 

Property Value

This value is used to define the alignment of the DocumentFormFieldTextStyle. The following table lists the supported styles:

Value Member Description
DocumentFormFieldTextStyle.textAlignment_Left 0 Left alignment
DocumentFormFieldTextStyle.textAlignment_Center 1 Center alignment
DocumentFormFieldTextStyle.textAlignment_Right 2 Right alignment
Requirements

Target Platforms

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

Leadtools.Document Assembly

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