PieceType Enumeration

Summary

Defines the Piece type.

Syntax

TypeScript
JavaScript
lt.Document.Editor.PieceType { 
   text: 0, 
   block: 1, 
   object: 2 
} 
lt.Document.Editor.PieceType { 
   text: 0, 
   block: 1, 
   object: 2 
} 

Members

Value Member Description
0 text The piece is a TextPiece representing text in a document
1 block The piece is a BlockPiece representing a block in a document
2 object The piece is an ObjectPiece representing an object in a document

Remarks

This would be used to setting up what type a Piece object can be, such as text, block, or an 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.