C# Class System.Html.Editing.Range

Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CloneContents ( ) : XmlDocumentFragment
CloneRange ( ) : Range
Collapse ( ) : void
Collapse ( bool toStart ) : void
CompareBoundaryPoints ( RangeComparison how, Range sourceRange ) : short
ComparePoint ( XmlNode node, int offset ) : short
CreateContextualFragment ( string fragment ) : XmlDocumentFragment
DeleteContents ( ) : void
Detach ( ) : void
ExtractContents ( ) : XmlDocumentFragment
GetBoundingClientRect ( ) : DOMRect
GetClientRects ( ) : DOMRectList
InsertNode ( XmlNode node ) : void
IntersectsNode ( XmlNode node ) : bool
IsPointInRange ( XmlNode node, int offset ) : bool
Range ( ) : System.Runtime.CompilerServices
SelectNode ( XmlNode refNode ) : void
SelectNodeContents ( XmlNode refNode ) : void
SetEnd ( XmlNode refNode, int offset ) : void
SetEndAfter ( XmlNode refNode ) : void
SetEndBefore ( XmlNode refNode ) : void
SetStart ( XmlNode refNode, int offset ) : void
SetStartAfter ( XmlNode refNode ) : void
SetStartBefore ( XmlNode refNode ) : void
SurroundContents ( XmlNode newParent ) : void

Method Details

CloneContents() public méthode

public CloneContents ( ) : XmlDocumentFragment
Résultat XmlDocumentFragment

CloneRange() public méthode

public CloneRange ( ) : Range
Résultat Range

Collapse() public méthode

public Collapse ( ) : void
Résultat void

Collapse() public méthode

public Collapse ( bool toStart ) : void
toStart bool
Résultat void

CompareBoundaryPoints() public méthode

public CompareBoundaryPoints ( RangeComparison how, Range sourceRange ) : short
how RangeComparison
sourceRange Range
Résultat short

ComparePoint() public méthode

public ComparePoint ( XmlNode node, int offset ) : short
node XmlNode
offset int
Résultat short

CreateContextualFragment() public méthode

public CreateContextualFragment ( string fragment ) : XmlDocumentFragment
fragment string
Résultat XmlDocumentFragment

DeleteContents() public méthode

public DeleteContents ( ) : void
Résultat void

Detach() public méthode

public Detach ( ) : void
Résultat void

ExtractContents() public méthode

public ExtractContents ( ) : XmlDocumentFragment
Résultat XmlDocumentFragment

GetBoundingClientRect() public méthode

public GetBoundingClientRect ( ) : DOMRect
Résultat DOMRect

GetClientRects() public méthode

public GetClientRects ( ) : DOMRectList
Résultat DOMRectList

InsertNode() public méthode

public InsertNode ( XmlNode node ) : void
node XmlNode
Résultat void

IntersectsNode() public méthode

public IntersectsNode ( XmlNode node ) : bool
node XmlNode
Résultat bool

IsPointInRange() public méthode

public IsPointInRange ( XmlNode node, int offset ) : bool
node XmlNode
offset int
Résultat bool

Range() public méthode

public Range ( ) : System.Runtime.CompilerServices
Résultat System.Runtime.CompilerServices

SelectNode() public méthode

public SelectNode ( XmlNode refNode ) : void
refNode XmlNode
Résultat void

SelectNodeContents() public méthode

public SelectNodeContents ( XmlNode refNode ) : void
refNode XmlNode
Résultat void

SetEnd() public méthode

public SetEnd ( XmlNode refNode, int offset ) : void
refNode XmlNode
offset int
Résultat void

SetEndAfter() public méthode

public SetEndAfter ( XmlNode refNode ) : void
refNode XmlNode
Résultat void

SetEndBefore() public méthode

public SetEndBefore ( XmlNode refNode ) : void
refNode XmlNode
Résultat void

SetStart() public méthode

public SetStart ( XmlNode refNode, int offset ) : void
refNode XmlNode
offset int
Résultat void

SetStartAfter() public méthode

public SetStartAfter ( XmlNode refNode ) : void
refNode XmlNode
Résultat void

SetStartBefore() public méthode

public SetStartBefore ( XmlNode refNode ) : void
refNode XmlNode
Résultat void

SurroundContents() public méthode

public SurroundContents ( XmlNode newParent ) : void
newParent XmlNode
Résultat void