C# Class System.Html.Editing.Selection

Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
Selection System.Runtime.CompilerServices

Méthodes publiques

Méthode 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

Méthode Description
Selection ( ) : System.Runtime.CompilerServices

Method Details

AddRange() public méthode

public AddRange ( Range range ) : void
range Range
Résultat void

Collapse() public méthode

public Collapse ( XmlNode node, int offset ) : void
node System.Xml.XmlNode
offset int
Résultat void

CollapseToEnd() public méthode

public CollapseToEnd ( ) : void
Résultat void

CollapseToStart() public méthode

public CollapseToStart ( ) : void
Résultat void

ContainsNode() public méthode

public ContainsNode ( XmlNode node, bool partlyContained ) : bool
node System.Xml.XmlNode
partlyContained bool
Résultat bool

DeleteFromDocument() public méthode

public DeleteFromDocument ( ) : void
Résultat void

Extend() public méthode

public Extend ( XmlNode node, int offset ) : void
node System.Xml.XmlNode
offset int
Résultat void

GetRangeAt() public méthode

public GetRangeAt ( int index ) : Range
index int
Résultat Range

Modify() public méthode

public Modify ( string alter, string direction, string granularity ) : void
alter string
direction string
granularity string
Résultat void

RemoveAllRanges() public méthode

public RemoveAllRanges ( ) : void
Résultat void

RemoveRange() public méthode

public RemoveRange ( Range range ) : void
range Range
Résultat void

SelectAllChildren() public méthode

public SelectAllChildren ( XmlNode node ) : void
node System.Xml.XmlNode
Résultat void