ComponentOne Word for WinForms
C1.C1Word.4.8 Assembly / C1.C1Word.Objects Namespace / RtfListText Class / GetPrefix Method

In This Topic
    GetPrefix Method
    In This Topic
    Gets a list text prefix (bullet, number, etc.)
    Syntax
    'Declaration
     
    Public Function GetPrefix() As RtfString
    public RtfString GetPrefix()

    Return Value

    The list text prefix (bullet, number, etc.) or null.
    See Also