ru.novosoft.dc.rtf.dom
Class ShapeObject

java.lang.Object
  |
  +--ru.novosoft.dc.rtf.dom.ShapeEntry
        |
        +--ru.novosoft.dc.rtf.dom.ShapeObject

public class ShapeObject
extends ShapeEntry

This class describes a single shape object.


Constructor Summary
ShapeObject()
           
 
Method Summary
 void exportTo(org.w3c.dom.Element elem)
          Export the contents of this object to the specified DOM element.
 RTFFlow getTextbox()
          Return the textbox flow or null if it is undefined.
 void setTextbox(RTFFlow value)
          Set a textbox flow.
 
Methods inherited from class ru.novosoft.dc.rtf.dom.ShapeEntry
getID, getInt, getProperty, getProperty, hasID, isTrue, properties, setID, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeObject

public ShapeObject()
Method Detail

setTextbox

public final void setTextbox(RTFFlow value)
Set a textbox flow.

getTextbox

public final RTFFlow getTextbox()
Return the textbox flow or null if it is undefined.

exportTo

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