mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER
Code Details >> Tools >> Logs >> LogFileXhtmlStyle

LogFileXhtmlStyle Class



[ NOT YET FULLY IMPLEMENTED ]

LogFileXHTML_Style is a class used to hold information about a specific style used in the LogFileXhtml class.



Namespace: SobekCM.Tools.Logs
Assembly: SobekCM_Tools (in SobekCM_Tools.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public class LogFileXhtmlStyle

Remarks

This class is created by calls to the AddNewStyle(String, String, Boolean) method in the LogFileXhtml class.

Object created by Mark V Sullivan (2003) for University of Florida's Digital Library Center.

Inheritance Hierarchy

System..::..Object
  SobekCM.Tools.Logs..::..LogFileXhtmlStyle

Constructors

  NameDescription
Public methodLogFileXhtmlStyle(String)
Constructor for the LogFileXHTML_Style class which takes the style definition from HTML and parses each element for this object.
Public methodLogFileXhtmlStyle(Boolean, String, String, Boolean, String)
Constructor for the LogFileXHTML_Style class.

Methods

  NameDescription
Public methodToString
Returns the Style Sheet definition line which defines this style.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyBold
Gets flag which indicates if this style should have the actual log portion of the line emboldened.
Public propertyFont_Color
Gets the information for the color of the font used for this style.
Public propertyFont_Family
Gets the information for the font family for this style.
Public propertyFont_Size
Gets the information for the size of the font to use for this style.
Public propertyItalics
Gets flag which indicates if the actual log information for these style should be italicized.
Public propertyName
Gets the name of this style to be referenced in the body of the XHTML document.

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )