Solid Edge FrameworkSupport Type Library
SetNumberList Method
Description
Creates the numbered list over the paragraph selection
Syntax
Visual Basic
Public Sub SetNumberList( _
   ByVal Type As TextNumberTypeConstants, _
   ByVal format As TextNumberFormatConstants, _
   ByVal align As TextNumberJustificationConstants _
) 
Parameters
Type
ValueDescription
igCapitalLatinAlphaText Number Capital Latin Letters
igCapitalRomanText Number Capital Roman Numerals
igPlainText Number Plain Numerals
igSmallLatinAlphaText Number Small Latin Letters
igSmallRomanText Number Small Roman Numerals
format
ValueDescription
igBracketText Number Format Bracket
igDoubleBracketsText Number Format Double Brackets
igNoFormatText Number Format None
igPeriodText Number Format Period
align
ValueDescription
igCenterJustificationText Number Justification Center
igLeftJustificationText Number Justification Left
igRightJustificationText Number Justification Right
See Also

TextEdit Object  | TextEdit Members  | Solid Edge ST5 - What's New