Solid Edge FrameworkSupport Type Library
GetNumberList Method
Description
Returns whether the paragraph selection has numbered list and its data if exists
Syntax
Visual Basic
Public Sub GetNumberList( _
   ByRef Flag As Boolean, _
   ByRef Type As TextNumberTypeConstants, _
   ByRef format As TextNumberFormatConstants, _
   ByRef align As TextNumberJustificationConstants _
) 
Parameters
Flag
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