nsIMarkupDocumentViewer
| IID: | 40b2282a-a882-4483-a634-dec468d88377 |
| Inherits From: | nsISupports |
Properties
PRBool authorStyleDisabled
PRUint8 bidiCharacterSet
BidiCharacterSet: whether to force the user's character set 1 - use the document character set 2 - use the character set chosen by the user
PRUint8 bidiControlsTextMode
BidiControlsTextMode: the order of bidirectional text in form controls. 1 - logical 2 - visual 3 - like the containing document
PRUint8 bidiNumeral
BidiNumeral: the type of numerals to display. 1 - depending on context, default is Arabic numerals 2 - depending on context, default is Hindi numerals 3 - Arabic numerals 4 - Hindi numerals
PRUint32 bidiOptions
Use this attribute to access all the Bidi options in one operation
PRUint8 bidiSupport
BidiSupport: whether to use platform bidi support or Mozilla's bidi support 1 - Use Mozilla's bidi support 2 - Use the platform bidi support 3 - Disable bidi support
PRUint8 bidiTextDirection
BidiTextDirection: the default direction for the layout of bidirectional text. 1 - left to right 2 - right to left
PRUint8 bidiTextType
BidiTextType: the ordering of bidirectional text. This may be either "logical" or "visual". Logical text will be reordered for presentation using the Unicode Bidi Algorithm. Visual text will be displayed without reordering. 1 - the default order for the charset 2 - logical order 3 - visual order
ACString defaultCharacterSet
ACString forceCharacterSet
float fullZoom
ACString hintCharacterSet
PRInt32 hintCharacterSetSource
ACString prevDocCharacterSet
float textZoom
Methods
void scrollToNode ( nsIDOMNode node )
void sizeToContent ( )
void scrollToNode ( nsIDOMNode node )
- Arguments:
- node
Reference documentation is generated from Mozilla's source.
