AttributeType Enumeration

Summary

Defines the attribute type in the current editor. Used in ensuring an attribute collection is a specified type for typescript or consistency.

Syntax

TypeScript
JavaScript
lt.Document.Editor.AttributeType { 
   empty: 0, 
   uint32: 1, 
   uint64: 2, 
   int32: 3, 
   int64: 4, 
   float: 5, 
   double: 6, 
   string: 7, 
   blob: 8, 
   object: 9, 
   boolean: 10 
} 
lt.Document.Editor.AttributeType { 
   empty: 0, 
   uint32: 1, 
   uint64: 2, 
   int32: 3, 
   int64: 4, 
   float: 5, 
   double: 6, 
   string: 7, 
   blob: 8, 
   object: 9, 
   boolean: 10 
} 

Members

Value Member Description
0 empty None
1 uint32 32-bit unsigned integer.
2 uint64 64-bit unsigned integer.
3 int32 32-bit signed integer
4 int64 64-bit signed integer
5 float 32-bit floating-point value
6 double 64-bit floating-point value
7 string String value
8 blob Blob value
9 object Object value
10 boolean Boolean value

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.