| Solid Edge FrameworkSupport Type Library > TextEdit Object : GetNumberList Method |
| Visual Basic |
|---|
Public Sub GetNumberList( _ ByRef Flag As Boolean, _ ByRef Type As TextNumberTypeConstants, _ ByRef format As TextNumberFormatConstants, _ ByRef 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 |