|
nsresult | AddDefaultProperty ([in] nsIAtom *aProperty, [in] nsAString *aAttribute, [in] nsAString *aValue) |
|
nsresult | RemoveDefaultProperty ([in] nsIAtom *aProperty, [in] nsAString *aAttribute, [in] nsAString *aValue) |
|
nsresult | RemoveAllDefaultProperties () |
|
nsresult | SetInlineProperty ([in] nsIAtom *aProperty, [in] nsAString *aAttribute, [in] nsAString *aValue) |
|
nsresult | GetInlineProperty ([in] nsIAtom *aProperty, [in] nsAString *aAttribute, [in] nsAString *aValue, [out] bool *aFirst, [out] bool *aAny, [out] bool *aAll) |
|
nsresult | GetInlinePropertyWithAttrValue ([in] nsIAtom *aProperty, [in] nsAString *aAttribute, [in] nsAString *aValue, [out] bool *aFirst, [out] bool *aAny, [out] bool *aAll, [out] nsAString *_retval) |
|
nsresult | RemoveAllInlineProperties () |
|
nsresult | RemoveInlineProperty ([in] nsIAtom *aProperty, [in] nsAString *aAttribute) |
|
nsresult | IncreaseFontSize () |
|
nsresult | DecreaseFontSize () |
|
nsresult | NodeIsBlock ([in] nsIDOMNode *node, bool *_retval) |
|
nsresult | InsertHTML ([in] nsAString *aInputString) |
|
nsresult | PasteNoFormatting ([in] int32_t aSelectionType) |
|
nsresult | RebuildDocumentFromSource ([in] nsAString *aSourceString) |
|
nsresult | InsertHTMLWithContext ([in] nsAString *aInputString, [in] nsAString *aContextStr, [in] nsAString *aInfoStr, [in] nsAString *aFlavor, [in] nsIDOMDocument *aSourceDoc, [in] nsIDOMNode *aDestinationNode, [in] int32_t aDestinationOffset, [in] bool aDeleteSelection) |
|
nsresult | InsertElementAtSelection ([in] nsIDOMElement *aElement, [in] bool aDeleteSelection) |
|
nsresult | SetDocumentTitle ([in] nsAString *aTitle) |
|
nsresult | UpdateBaseURL () |
|
nsresult | SelectElement ([in] nsIDOMElement *aElement) |
|
nsresult | SetCaretAfterElement ([in] nsIDOMElement *aElement) |
|
nsresult | SetParagraphFormat ([in] nsAString *aParagraphFormat) |
|
nsresult | GetParagraphState ([out] bool *aMixed, [out] nsAString *_retval) |
|
nsresult | GetFontFaceState ([out] bool *aMixed, [out] nsAString *_retval) |
|
nsresult | GetFontColorState ([out] bool *aMixed, [out] nsAString *_retval) |
|
nsresult | GetBackgroundColorState ([out] bool *aMixed, [out] nsAString *_retval) |
|
nsresult | GetHighlightColorState ([out] bool *aMixed, [out] nsAString *_retval) |
|
nsresult | GetListState ([out] bool *aMixed, [out] bool *aOL, [out] bool *aUL, [out] bool *aDL) |
|
nsresult | GetListItemState ([out] bool *aMixed, [out] bool *aLI, [out] bool *aDT, [out] bool *aDD) |
|
nsresult | GetAlignment ([out] bool *aMixed, [out] int16_t *aAlign) |
|
nsresult | GetIndentState ([out] bool *aCanIndent, [out] bool *aCanOutdent) |
|
nsresult | MakeOrChangeList ([in] nsAString *aListType, [in] bool entireList, [in] nsAString *aBulletType) |
|
nsresult | RemoveList ([in] nsAString *aListType) |
|
nsresult | Indent ([in] nsAString *aIndent) |
|
nsresult | Align ([in] nsAString *aAlign) |
|
nsresult | GetElementOrParentByTagName ([in] nsAString *aTagName, [in] nsIDOMNode *aNode, [out] nsIDOMElement **_retval) |
|
nsresult | GetSelectedElement ([in] nsAString *aTagName, [out] nsIDOMElement **_retval) |
|
nsresult | GetHeadContentsAsHTML ([out] nsAString *_retval) |
|
nsresult | ReplaceHeadContentsWithHTML ([in] nsAString *aSourceToInsert) |
|
nsresult | CreateElementWithDefaults ([in] nsAString *aTagName, [out] nsIDOMElement **_retval) |
|
nsresult | InsertLinkAroundSelection ([in] nsIDOMElement *aAnchorElement) |
|
nsresult | SetBackgroundColor ([in] nsAString *aColor) |
|
nsresult | SetBodyAttribute ([in] nsAString *aAttr, [in] nsAString *aValue) |
|
nsresult | GetLinkedObjects ([out] nsISupportsArray **_retval) |
|
nsresult | GetIsCSSEnabled ([out] bool *_retval) |
|
nsresult | SetIsCSSEnabled ([in] bool prb) |
|
nsresult | AddInsertionListener ([in] nsIContentFilter *inFilter) |
|
nsresult | RemoveInsertionListener ([in] nsIContentFilter *inFilter) |
|
nsresult | CreateAnonymousElement ([in] nsAString *aTag, [in] nsIDOMNode *aParentNode, [in] nsAString *aAnonClass, [in] bool aIsCreatedHidden, [out] nsIDOMElement **_retval) |
|
nsresult | GetSelectionContainer ([out] nsIDOMElement **_retval) |
|
nsresult | CheckSelectionStateForAnonymousButtons ([in] nsISelection *aSelection) |
|
nsresult | IsAnonymousElement ([in] nsIDOMElement *aElement, [out] bool *_retval) |
|
nsresult | GetReturnInParagraphCreatesNewParagraph ([out] bool *_retval) |
|
nsresult | SetReturnInParagraphCreatesNewParagraph ([in] bool prb) |
|
void * | GetActiveEditingHost () |
|
nsresult | QueryInterface (nsIIDRef riid, void **result) |
|
nsrefcnt | AddRef () |
|
nsrefcnt | Release () |
|
Definition at line 3556 of file nsiface.idl.