C# Класс Skybound.Gecko.GeckoMarkupDocumentViewer

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

GeckoMarkupDocumentViewer() публичный Метод

public GeckoMarkupDocumentViewer ( nsIMarkupDocumentViewer markupDocumentView ) : System
markupDocumentView nsIMarkupDocumentViewer
Результат System

GetAuthorStyleDisabledAttribute() публичный Метод

Disable entire author style level (including HTML presentation hints)
public GetAuthorStyleDisabledAttribute ( ) : bool
Результат bool

GetBidiOptionsAttribute() публичный Метод

Use this attribute to access all the Bidi options in one operation
public GetBidiOptionsAttribute ( ) : uint
Результат uint

GetDefaultCharacterSetAttribute() публичный Метод

public GetDefaultCharacterSetAttribute ( ) : string
Результат string

GetForceCharacterSetAttribute() публичный Метод

public GetForceCharacterSetAttribute ( ) : string
Результат string

GetFullZoomAttribute() публичный Метод

The amount by which to scale all lengths. Default is 1.0.
public GetFullZoomAttribute ( ) : float
Результат float

GetHintCharacterSetAttribute() публичный Метод

public GetHintCharacterSetAttribute ( ) : string
Результат string

GetHintCharacterSetSourceAttribute() публичный Метод

public GetHintCharacterSetSourceAttribute ( ) : int
Результат int

GetMinFontSizeAttribute() публичный Метод

The minimum font size
public GetMinFontSizeAttribute ( ) : int
Результат int

GetPrevDocCharacterSetAttribute() публичный Метод

public GetPrevDocCharacterSetAttribute ( ) : string
Результат string

GetTextZoomAttribute() публичный Метод

The amount by which to scale all text. Default is 1.0.
public GetTextZoomAttribute ( ) : float
Результат float

ScrollToNode() публичный Метод

Scrolls to a given DOM content node.
public ScrollToNode ( GeckoNode node ) : void
node GeckoNode
Результат void

SetAuthorStyleDisabledAttribute() публичный Метод

Disable entire author style level (including HTML presentation hints)
public SetAuthorStyleDisabledAttribute ( bool aAuthorStyleDisabled ) : void
aAuthorStyleDisabled bool
Результат void

SetBidiOptionsAttribute() публичный Метод

Use this attribute to access all the Bidi options in one operation
public SetBidiOptionsAttribute ( uint aBidiOptions ) : void
aBidiOptions uint
Результат void

SetDefaultCharacterSetAttribute() публичный Метод

public SetDefaultCharacterSetAttribute ( string aDefaultCharacterSet ) : void
aDefaultCharacterSet string
Результат void

SetForceCharacterSetAttribute() публичный Метод

public SetForceCharacterSetAttribute ( string aForceCharacterSet ) : void
aForceCharacterSet string
Результат void

SetFullZoomAttribute() публичный Метод

The amount by which to scale all lengths. Default is 1.0.
public SetFullZoomAttribute ( float aFullZoom ) : void
aFullZoom float
Результат void

SetHintCharacterSetAttribute() публичный Метод

public SetHintCharacterSetAttribute ( string aHintCharacterSet ) : void
aHintCharacterSet string
Результат void

SetHintCharacterSetSourceAttribute() публичный Метод

public SetHintCharacterSetSourceAttribute ( int aHintCharacterSetSource ) : void
aHintCharacterSetSource int
Результат void

SetMinFontSizeAttribute() публичный Метод

The minimum font size
public SetMinFontSizeAttribute ( int aMinFontSize ) : void
aMinFontSize int
Результат void

SetPrevDocCharacterSetAttribute() публичный Метод

public SetPrevDocCharacterSetAttribute ( string aPrevDocCharacterSet ) : void
aPrevDocCharacterSet string
Результат void

SetTextZoomAttribute() публичный Метод

The amount by which to scale all text. Default is 1.0.
public SetTextZoomAttribute ( float aTextZoom ) : void
aTextZoom float
Результат void

SizeToContent() публичный Метод

Tell the container to shrink-to-fit or grow-to-fit its contents
public SizeToContent ( ) : void
Результат void