multiLinesOffset Property

Summary

The offset to add between lines of text in a multi-line text object.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnTextObjectRenderer.prototype, 'multiLinesOffset', 
	get: function(), 
	set: function(value) 
) 
multiLinesOffset: number; 

Property Value

The offset in container coordinates for the space between lines of text. The default value is 0.

Remarks

The offset is calculated automatically based on the font used.

Use multiLinesOffset to increase or decrease this offset if needed. A positive value will increase the space, whereas a negative value will decrease the space. The value specified will be added to the height of the text line.

Requirements

Target Platforms

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

Leadtools.Annotations.Rendering.JavaScript Assembly