Defines the Piece type.
lt.Document.Editor.PieceType {
text: 0,
block: 1,
object: 2
}
lt.Document.Editor.PieceType {
text: 0,
block: 1,
object: 2
}
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 |
This would be used to setting up what type a Piece object can be, such as text, block, or an object.
Leadtools.Document.Editor Namespace
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document