clone Method

Summary

Creates a copy of this DocumentViewerMultiLineTextItem.

Syntax

JavaScript Syntax
DocumentViewerMultiLineTextItem.prototype.clone = function() 
TypeScript Syntax
clone(): DocumentViewerMultiLineTextItem; 

Return Value

An exact copy of this DocumentViewerMultiLineTextItem.

Remarks

Creates a new instance of DocumentViewerMultiLineTextItem and sets TextItems to a new array with a cloned instance of each DocumentViewerTextItem via DocumentViewerTextItem.Clone. If the original TextItems is null, the cloned version will be null also.

History

19.0.0.49
Added
Requirements

Target Platforms

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

Leadtools.Documents.UI Assembly