C# Class System.Html.Editing.Selection

Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
Selection System.Runtime.CompilerServices

Public Methods

Method Description
AddRange ( Range range ) : void
Collapse ( XmlNode node, int offset ) : void
CollapseToEnd ( ) : void
CollapseToStart ( ) : void
ContainsNode ( XmlNode node, bool partlyContained ) : bool
DeleteFromDocument ( ) : void
Extend ( XmlNode node, int offset ) : void
GetRangeAt ( int index ) : Range
Modify ( string alter, string direction, string granularity ) : void
RemoveAllRanges ( ) : void
RemoveRange ( Range range ) : void
SelectAllChildren ( XmlNode node ) : void

Private Methods

Method Description
Selection ( ) : System.Runtime.CompilerServices

Method Details

AddRange() public method

public AddRange ( Range range ) : void
range Range
return void

Collapse() public method

public Collapse ( XmlNode node, int offset ) : void
node System.Xml.XmlNode
offset int
return void

CollapseToEnd() public method

public CollapseToEnd ( ) : void
return void

CollapseToStart() public method

public CollapseToStart ( ) : void
return void

ContainsNode() public method

public ContainsNode ( XmlNode node, bool partlyContained ) : bool
node System.Xml.XmlNode
partlyContained bool
return bool

DeleteFromDocument() public method

public DeleteFromDocument ( ) : void
return void

Extend() public method

public Extend ( XmlNode node, int offset ) : void
node System.Xml.XmlNode
offset int
return void

GetRangeAt() public method

public GetRangeAt ( int index ) : Range
index int
return Range

Modify() public method

public Modify ( string alter, string direction, string granularity ) : void
alter string
direction string
granularity string
return void

RemoveAllRanges() public method

public RemoveAllRanges ( ) : void
return void

RemoveRange() public method

public RemoveRange ( Range range ) : void
range Range
return void

SelectAllChildren() public method

public SelectAllChildren ( XmlNode node ) : void
node System.Xml.XmlNode
return void