Table of Contents

Method AddStyle

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

AddStyle(string, Color, Color, FontStyle, bool)

protected void AddStyle(string name, Color color, Color backColor, FontStyle fontStyle, bool plainText)

Parameters

name string
color Color
backColor Color
fontStyle FontStyle
plainText bool

AddStyle(string, Color, FontStyle, bool)

protected void AddStyle(string name, Color color, FontStyle fontStyle, bool plainText)

Parameters

name string
color Color
fontStyle FontStyle
plainText bool

AddStyle(string, Color, FontStyle)

protected void AddStyle(string name, Color color, FontStyle fontStyle)

Parameters

name string
color Color
fontStyle FontStyle

AddStyle(string, Color)

protected void AddStyle(string name, Color color)

Parameters

name string
color Color