public bool IsNormalStyle()
'Declaration
Public Function IsNormalStyle() As Boolean
'Usage
Dim instance As StyleFormat
Dim value As Boolean
value = instance.IsNormalStyle()
Return Value
true
if this
StyleFormat is same as Normal style; otherwise,
false
.