 
       wx.html.HtmlRenderingInfo¶
  wx.html.HtmlRenderingInfo¶This class contains information given to cells when drawing them.
Contains rendering state, selection information and rendering style object that can be used to customize the output.
See also
 Methods Summary¶
 Methods Summary¶| __init__ | Default constructor. | 
| GetSelection | Accessors. | 
| GetState | Accessors. | 
| GetStyle | Accessors. | 
| SetSelection | Accessors. | 
| SetStyle | Accessors. | 
 Properties Summary¶
 Properties Summary¶| Selection | See GetSelectionandSetSelection | 
| State | See GetState | 
| Style | See GetStyleandSetStyle | 
 Class API¶
 Class API¶wx.html.HtmlRenderingInfo(object)¶Possible constructors:
HtmlRenderingInfo()
This class contains information given to cells when drawing them.
__init__(self)¶Default constructor.
GetSelection(self)¶Accessors.
| Return type: | wx.html.HtmlSelection | 
|---|
GetState(self)¶Accessors.
| Return type: | wx.html.HtmlRenderingState | 
|---|
GetStyle(self)¶Accessors.
| Return type: | wx.html.HtmlRenderingStyle | 
|---|
SetSelection(self, s)¶Accessors.
| Parameters: | s (wx.html.HtmlSelection) – | 
|---|
SetStyle(self, style)¶Accessors.
| Parameters: | style (wx.html.HtmlRenderingStyle) – | 
|---|
Selection¶See GetSelection and SetSelection