ru.novosoft.dc.rtf.dom
Interface RTFEntry

All Known Subinterfaces:
RTFBlock, RTFInline, RTFString

public interface RTFEntry

Any RTF DOM entry must implement this interface.


Method Summary
 void exportTo(org.w3c.dom.Element elem)
          Export the contents of this object to the specified DOM element.
 

Method Detail

exportTo

public void exportTo(org.w3c.dom.Element elem)
Export the contents of this object to the specified DOM element.