C# Class Skybound.Gecko.GeckoMarkupDocumentViewer

Afficher le fichier Open project: tophatmonocle/DirtyGecko Class Usage Examples

Méthodes publiques

Méthode Description
GeckoMarkupDocumentViewer ( nsIMarkupDocumentViewer markupDocumentView ) : System
GetAuthorStyleDisabledAttribute ( ) : bool

Disable entire author style level (including HTML presentation hints)

GetBidiOptionsAttribute ( ) : uint

Use this attribute to access all the Bidi options in one operation

GetDefaultCharacterSetAttribute ( ) : string
GetForceCharacterSetAttribute ( ) : string
GetFullZoomAttribute ( ) : float

The amount by which to scale all lengths. Default is 1.0.

GetHintCharacterSetAttribute ( ) : string
GetHintCharacterSetSourceAttribute ( ) : int
GetMinFontSizeAttribute ( ) : int

The minimum font size

GetPrevDocCharacterSetAttribute ( ) : string
GetTextZoomAttribute ( ) : float

The amount by which to scale all text. Default is 1.0.

ScrollToNode ( GeckoNode node ) : void

Scrolls to a given DOM content node.

SetAuthorStyleDisabledAttribute ( bool aAuthorStyleDisabled ) : void

Disable entire author style level (including HTML presentation hints)

SetBidiOptionsAttribute ( uint aBidiOptions ) : void

Use this attribute to access all the Bidi options in one operation

SetDefaultCharacterSetAttribute ( string aDefaultCharacterSet ) : void
SetForceCharacterSetAttribute ( string aForceCharacterSet ) : void
SetFullZoomAttribute ( float aFullZoom ) : void

The amount by which to scale all lengths. Default is 1.0.

SetHintCharacterSetAttribute ( string aHintCharacterSet ) : void
SetHintCharacterSetSourceAttribute ( int aHintCharacterSetSource ) : void
SetMinFontSizeAttribute ( int aMinFontSize ) : void

The minimum font size

SetPrevDocCharacterSetAttribute ( string aPrevDocCharacterSet ) : void
SetTextZoomAttribute ( float aTextZoom ) : void

The amount by which to scale all text. Default is 1.0.

SizeToContent ( ) : void

Tell the container to shrink-to-fit or grow-to-fit its contents

Method Details

GeckoMarkupDocumentViewer() public méthode

public GeckoMarkupDocumentViewer ( nsIMarkupDocumentViewer markupDocumentView ) : System
markupDocumentView nsIMarkupDocumentViewer
Résultat System

GetAuthorStyleDisabledAttribute() public méthode

Disable entire author style level (including HTML presentation hints)
public GetAuthorStyleDisabledAttribute ( ) : bool
Résultat bool

GetBidiOptionsAttribute() public méthode

Use this attribute to access all the Bidi options in one operation
public GetBidiOptionsAttribute ( ) : uint
Résultat uint

GetDefaultCharacterSetAttribute() public méthode

public GetDefaultCharacterSetAttribute ( ) : string
Résultat string

GetForceCharacterSetAttribute() public méthode

public GetForceCharacterSetAttribute ( ) : string
Résultat string

GetFullZoomAttribute() public méthode

The amount by which to scale all lengths. Default is 1.0.
public GetFullZoomAttribute ( ) : float
Résultat float

GetHintCharacterSetAttribute() public méthode

public GetHintCharacterSetAttribute ( ) : string
Résultat string

GetHintCharacterSetSourceAttribute() public méthode

public GetHintCharacterSetSourceAttribute ( ) : int
Résultat int

GetMinFontSizeAttribute() public méthode

The minimum font size
public GetMinFontSizeAttribute ( ) : int
Résultat int

GetPrevDocCharacterSetAttribute() public méthode

public GetPrevDocCharacterSetAttribute ( ) : string
Résultat string

GetTextZoomAttribute() public méthode

The amount by which to scale all text. Default is 1.0.
public GetTextZoomAttribute ( ) : float
Résultat float

ScrollToNode() public méthode

Scrolls to a given DOM content node.
public ScrollToNode ( GeckoNode node ) : void
node GeckoNode
Résultat void

SetAuthorStyleDisabledAttribute() public méthode

Disable entire author style level (including HTML presentation hints)
public SetAuthorStyleDisabledAttribute ( bool aAuthorStyleDisabled ) : void
aAuthorStyleDisabled bool
Résultat void

SetBidiOptionsAttribute() public méthode

Use this attribute to access all the Bidi options in one operation
public SetBidiOptionsAttribute ( uint aBidiOptions ) : void
aBidiOptions uint
Résultat void

SetDefaultCharacterSetAttribute() public méthode

public SetDefaultCharacterSetAttribute ( string aDefaultCharacterSet ) : void
aDefaultCharacterSet string
Résultat void

SetForceCharacterSetAttribute() public méthode

public SetForceCharacterSetAttribute ( string aForceCharacterSet ) : void
aForceCharacterSet string
Résultat void

SetFullZoomAttribute() public méthode

The amount by which to scale all lengths. Default is 1.0.
public SetFullZoomAttribute ( float aFullZoom ) : void
aFullZoom float
Résultat void

SetHintCharacterSetAttribute() public méthode

public SetHintCharacterSetAttribute ( string aHintCharacterSet ) : void
aHintCharacterSet string
Résultat void

SetHintCharacterSetSourceAttribute() public méthode

public SetHintCharacterSetSourceAttribute ( int aHintCharacterSetSource ) : void
aHintCharacterSetSource int
Résultat void

SetMinFontSizeAttribute() public méthode

The minimum font size
public SetMinFontSizeAttribute ( int aMinFontSize ) : void
aMinFontSize int
Résultat void

SetPrevDocCharacterSetAttribute() public méthode

public SetPrevDocCharacterSetAttribute ( string aPrevDocCharacterSet ) : void
aPrevDocCharacterSet string
Résultat void

SetTextZoomAttribute() public méthode

The amount by which to scale all text. Default is 1.0.
public SetTextZoomAttribute ( float aTextZoom ) : void
aTextZoom float
Résultat void

SizeToContent() public méthode

Tell the container to shrink-to-fit or grow-to-fit its contents
public SizeToContent ( ) : void
Résultat void