C# Class TestDocument.Hyperlink

Inheritance: Atk.Hyperlink
Mostrar archivo Open project: mono/at-spi-sharp

Public Properties

Property Type Description
EndOffset int
StartOffset int
Uri string

Public Methods

Method Description
Hyperlink ( int startOffset, int endOffset, string uri ) : System

Protected Methods

Method Description
OnGetEndIndex ( ) : int
OnGetObject ( int i ) : Atk.Object
OnGetStartIndex ( ) : int
OnGetUri ( int i ) : string

Method Details

Hyperlink() public method

public Hyperlink ( int startOffset, int endOffset, string uri ) : System
startOffset int
endOffset int
uri string
return System

OnGetEndIndex() protected method

protected OnGetEndIndex ( ) : int
return int

OnGetObject() protected method

protected OnGetObject ( int i ) : Atk.Object
i int
return Atk.Object

OnGetStartIndex() protected method

protected OnGetStartIndex ( ) : int
return int

OnGetUri() protected method

protected OnGetUri ( int i ) : string
i int
return string

Property Details

EndOffset public_oe property

public int EndOffset
return int

StartOffset public_oe property

public int StartOffset
return int

Uri public_oe property

public string Uri
return string