Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor.Ribbon Namespace / ParagraphStyleItem Class / ParagraphStyleItem Constructor / ParagraphStyleItem Constructor(String)

In This Topic
    ParagraphStyleItem Constructor(String)
    In This Topic
    Creates a new instance of ParagraphStyleItem.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal styleName As System.String _
    )
    public ParagraphStyleItem( 
       System.string styleName
    )

    Parameters

    styleName
    See Also