| Solid Edge FrameworkSupport Type Library > TextEdit Object : SetNumberList Method |
| Visual Basic |
|---|
Public Sub SetNumberList( _ ByVal Type As TextNumberTypeConstants, _ ByVal format As TextNumberFormatConstants, _ ByVal align As TextNumberJustificationConstants _ ) |
| Value | Description |
|---|---|
| igCapitalLatinAlpha | Text Number Capital Latin Letters |
| igCapitalRoman | Text Number Capital Roman Numerals |
| igPlain | Text Number Plain Numerals |
| igSmallLatinAlpha | Text Number Small Latin Letters |
| igSmallRoman | Text Number Small Roman Numerals |
| Value | Description |
|---|---|
| igBracket | Text Number Format Bracket |
| igDoubleBrackets | Text Number Format Double Brackets |
| igNoFormat | Text Number Format None |
| igPeriod | Text Number Format Period |
| Value | Description |
|---|---|
| igCenterJustification | Text Number Justification Center |
| igLeftJustification | Text Number Justification Left |
| igRightJustification | Text Number Justification Right |