BlockType Enumeration

Summary

Defines the block type in the document.

Syntax

TypeScript
JavaScript
lt.Document.Editor.BlockType { 
   base: -1, 
   paragraph: 0, 
   section: 1, 
   table: 2, 
   pageBreak: 3, 
   horizontalLine: 4 
} 
lt.Document.Editor.BlockType { 
   base: -1, 
   paragraph: 0, 
   section: 1, 
   table: 2, 
   pageBreak: 3, 
   horizontalLine: 4 
} 

Members

Value Member Description
-1 base Used for internal use
0 paragraph Paragraph
1 section Represents a section in a Word Document. Sections are used to define region specific functionality such as page size.
2 table Table
3 pageBreak Page Break
4 horizontalLine Horizontal Line

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.