ContentType Enumeration

Summary

Defines the content type for this object.

Syntax

TypeScript
JavaScript
lt.Document.Editor.ContentType { 
   text: 0, 
   object: 1 
} 
lt.Document.Editor.ContentType { 
   text: 0, 
   object: 1 
} 

Members

Value Member Description
0 text The content type is text.
1 object The content type is an object

Remarks

This would be used to help identify whether the object's content is text or another object.

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.