added RemoveAllInlineProperties()

This commit is contained in:
jfrancis%netscape.com 2000-04-13 22:27:41 +00:00
parent c23eba8cf8
commit 5c5e885156

View File

@ -121,6 +121,13 @@ public:
const nsString *aValue,
PRBool &aFirst, PRBool &aAny, PRBool &aAll)=0;
/**
* RemoveAllInlineProperties() deletes all the inline properties from all
* text in the current selection.
*/
NS_IMETHOD RemoveAllInlineProperties()=0;
/**
* RemoveInlineProperty() deletes the properties from all text in the current selection.
* If aProperty is not set on the selection, nothing is done.