ListBulletPresets Enumeration

Summary

Defines the list bullet presets in the current editor.

Syntax

TypeScript
JavaScript
lt.Document.Editor.ListBulletPresets { 
   NumberedDefault: 0, 
   NumberedParenthesis: 1, 
   NumberedDotSections: 2, 
   NumberedCapitalized: 3, 
   NumberedRoman: 4, 
   NumberedZeroPrefix: 5, 
   UnorderedDefault: 6, 
   UnorderedPoints: 7, 
   UnorderedSquare: 8, 
   UnorderedArrow: 9, 
   UnorderedStar: 10, 
   UnorderedPointer: 11 
} 
lt.Document.Editor.ListBulletPresets { 
   NumberedDefault: 0, 
   NumberedParenthesis: 1, 
   NumberedDotSections: 2, 
   NumberedCapitalized: 3, 
   NumberedRoman: 4, 
   NumberedZeroPrefix: 5, 
   UnorderedDefault: 6, 
   UnorderedPoints: 7, 
   UnorderedSquare: 8, 
   UnorderedArrow: 9, 
   UnorderedStar: 10, 
   UnorderedPointer: 11 
} 

Members

Value Member Description (1st point -> next line and tabbed -> another line and tabed)
0 NumberedDefault The styling/format of the way the numbered list is shown. 1. -> a. -> i.
1 NumberedParenthesis The styling/format of the way the numbered list is shown. 1) -> a) -> i)
2 NumberedDotSections The styling/format of the way the numbered list is shown. 1. -> 1.1. -> 1.1.1.
3 NumberedCapitalized The styling/format of the way the numbered list is shown. A. -> a. -> i.
4 NumberedRoman The styling/format of the way the numbered list is shown. I. -> A. -> 1.
5 NumberedZeroPrefix The styling/format of the way the numbered list is shown. 01. -> a. -> i.
6 UnorderedDefault The styling/format of the way the unordered list is shown. ● -> ○ -> ■
7 UnorderedPoints The styling/format of the way the unordered list is shown. ❖ -> ➤ -> ■
8 UnorderedSquare The styling/format of the way the unordered list is shown. ❏ -> ❏ -> ❏
9 UnorderedArrow The styling/format of the way the unordered list is shown. ➨ -> ⬧ -> ●
10 UnorderedStar The styling/format of the way the unordered list is shown. ☆ -> ○ -> ■
11 UnorderedPointer The styling/format of the way the unordered list is shown. ➤ -> ○ -> ■

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.