Method XbpHTMLStyle():init() Foundation
Initializes instance variables.
Syntax
:init( [<cCSS>] ) --> self
Parameters
<cCSS>
An optional character string with CSS styling information. The string must begin with an opening <style> and must end with a closing </style> tag. The string must be in ANSI encoding. Character strings using an OEM character set must first be converted with ConvToAnsiCP().
Return
This method returns the object executing the method (self).
Description
The method :init() initializes the instance variables of an XbpHTMLStyle object. It can only be called from the :init() methods defined in inherited (derived) classes.
The character string specified in the optional <cCSS> parameter contains styling information for the HTML content that is drawn later using the method :draw(). See there for further information.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.