synched with text property API changes in nsITextEditor
git-svn-id: svn://10.0.0.236/trunk@27557 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d7cdf20fb8
commit
07d8dd7a22
@ -12,10 +12,10 @@ interface EditorAppCore : BaseAppCore
|
||||
void EditorAppCore();
|
||||
|
||||
void setEditorType(in wstring editorType);
|
||||
void setTextProperty(in wstring attr);
|
||||
void removeTextProperty(in wstring attr);
|
||||
void setTextProperty(in wstring prop, in DOMString attr, in DOMString value);
|
||||
void removeTextProperty(in wstring prop, in DOMString attr);
|
||||
|
||||
void getTextProperty(in wstring attr, out boolean firstHas, out boolean anyHas, out boolean allHas);
|
||||
void getTextProperty(in wstring prop, in DOMString attr, in DOMString value, out boolean firstHas, out boolean anyHas, out boolean allHas);
|
||||
|
||||
void undo();
|
||||
void redo();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user