 
       wx.html.HtmlSelection¶
  wx.html.HtmlSelection¶ Methods Summary¶
 Methods Summary¶| __init__ | |
| AreFromToCharacterPosSet | |
| ClearFromToCharacterPos | |
| GetFromCell | |
| GetFromCharacterPos | |
| GetFromPos | |
| GetToCell | |
| GetToCharacterPos | |
| GetToPos | |
| IsEmpty | |
| Set | |
| SetFromCharacterPos | |
| SetToCharacterPos | 
 Properties Summary¶
 Properties Summary¶| FromCell | See GetFromCell | 
| FromCharacterPos | See GetFromCharacterPosandSetFromCharacterPos | 
| FromPos | See GetFromPos | 
| ToCell | See GetToCell | 
| ToCharacterPos | See GetToCharacterPosandSetToCharacterPos | 
| ToPos | See GetToPos | 
 Class API¶
 Class API¶wx.html.HtmlSelection(object)¶Possible constructors:
HtmlSelection()
__init__(self)¶AreFromToCharacterPosSet(self)¶| Return type: | bool | 
|---|
ClearFromToCharacterPos(self)¶GetFromCell(self)¶| Return type: | wx.html.HtmlCell | 
|---|
GetFromCharacterPos(self)¶| Return type: | wx.Coord | 
|---|
GetFromPos(self)¶| Return type: | Point | 
|---|
GetToCell(self)¶| Return type: | wx.html.HtmlCell | 
|---|
GetToCharacterPos(self)¶| Return type: | wx.Coord | 
|---|
GetToPos(self)¶| Return type: | Point | 
|---|
IsEmpty(self)¶| Return type: | bool | 
|---|
Set(self, *args, **kw)¶Set (self, fromPos, fromCell, toPos, toCell)
| Parameters: | 
 | 
|---|
Set (self, fromCell, toCell)
| Parameters: | 
 | 
|---|
SetFromCharacterPos(self, pos)¶| Parameters: | pos (int) – | 
|---|
SetToCharacterPos(self, pos)¶| Parameters: | pos (int) – | 
|---|
FromCell¶See GetFromCell
FromCharacterPos¶FromPos¶See GetFromPos
ToCharacterPos¶See GetToCharacterPos and SetToCharacterPos