C# Class TestDocument.Hyperlink

Inheritance: Atk.Hyperlink
Afficher le fichier Open project: mono/at-spi-sharp

Méthodes publiques

Свойство Type Description
EndOffset int
StartOffset int
Uri string

Méthodes publiques

Méthode Description
Hyperlink ( int startOffset, int endOffset, string uri ) : System

Méthodes protégées

Méthode Description
OnGetEndIndex ( ) : int
OnGetObject ( int i ) : Atk.Object
OnGetStartIndex ( ) : int
OnGetUri ( int i ) : string

Method Details

Hyperlink() public méthode

public Hyperlink ( int startOffset, int endOffset, string uri ) : System
startOffset int
endOffset int
uri string
Résultat System

OnGetEndIndex() protected méthode

protected OnGetEndIndex ( ) : int
Résultat int

OnGetObject() protected méthode

protected OnGetObject ( int i ) : Atk.Object
i int
Résultat Atk.Object

OnGetStartIndex() protected méthode

protected OnGetStartIndex ( ) : int
Résultat int

OnGetUri() protected méthode

protected OnGetUri ( int i ) : string
i int
Résultat string

Property Details

EndOffset public_oe property

public int EndOffset
Résultat int

StartOffset public_oe property

public int StartOffset
Résultat int

Uri public_oe property

public string Uri
Résultat string