preliminary work for applying block transformations to content.

This commit is contained in:
buster%netscape.com 1999-04-20 17:50:56 +00:00
Родитель 7f1d6dfe95
Коммит f2c86d8f47
1 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -97,6 +97,17 @@ public:
* trigger off of ContentChanged notifications.
*/
/** Add a block parent node around the selected content.
* If the selected content already has a block parent, it is changed to the type given by aParentTag
* @param aParentTag The tag from which the new parent is created.
*/
NS_IMETHOD AddBlockParent(nsString& aParentTag)=0;
/** Remove the most deeply nested block parent node from around the selected content.
* @param aParentTag The tag from which the new parent is created.
*/
NS_IMETHOD RemoveBlockParent()=0;
NS_IMETHOD InsertLink(nsString& aURL)=0;
NS_IMETHOD InsertImage(nsString& aURL,
nsString& aWidth, nsString& aHeight,