C# 클래스 Skybound.Gecko.GeckoMarkupDocumentViewer

파일 보기 프로젝트 열기: tophatmonocle/DirtyGecko 1 사용 예제들

공개 메소드들

메소드 설명
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