LogFileXhtmlStyle Constructor (Boolean, String, String, Boolean, String)
Constructor for the LogFileXHTML_Style class.
Namespace: SobekCM.Tools.LogsAssembly: SobekCM_Tools (in SobekCM_Tools.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
public LogFileXhtmlStyle(
bool Bold,
string FontColor,
string FontSize,
bool Italics,
string Name
) |
Parameters
- Bold
- Type: System..::..Boolean
Flag which indicates if this style should have the actual log portion of the line emboldened.
- FontColor
- Type: System..::..String
The information for the color of the font used for this style.
- FontSize
- Type: System..::..String
The information for the size of the font to use for this style.
- Italics
- Type: System..::..Boolean
Flag which indicates if the actual log information for these style should be italicized.
- Name
- Type: System..::..String
The name of this style to be referenced in the body of the XHTML document.
See Also