Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / StyleCollection Class / GetDefaultStyle Method
The style type.

In This Topic
    GetDefaultStyle Method
    In This Topic
    Gets the style that is applied to objects that do not explicitly specify a style.
    Syntax
    'Declaration
     
    Public Function GetDefaultStyle( _
       ByVal type As StyleType _
    ) As Style
    public Style GetDefaultStyle( 
       StyleType type
    )

    Parameters

    type
    The style type.

    Return Value

    The default style or null.
    See Also