Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » hssf » model » [javadoc | source]
org.apache.poi.hssf.model
public class: TextboxShape [javadoc | source]
java.lang.Object
   org.apache.poi.hssf.model.AbstractShape
      org.apache.poi.hssf.model.TextboxShape

Direct Known Subclasses:
    CommentShape

Represents an textbox shape and converts between the highlevel records and lowlevel records for an oval.
Constructor:
 TextboxShape(HSSFTextbox hssfShape,
    int shapeId) 
    Creates the low evel records for an textbox.
    Parameters:
    hssfShape - The highlevel shape.
    shapeId - The shape id to use for this shape.
Method from org.apache.poi.hssf.model.TextboxShape Summary:
getEscherTextbox,   getObjRecord,   getSpContainer,   getTextObjectRecord
Methods from org.apache.poi.hssf.model.AbstractShape:
addStandardOptions,   createAnchor,   createShape,   getObjRecord,   getSpContainer
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.hssf.model.TextboxShape Detail:
 public EscherRecord getEscherTextbox() 
 public ObjRecord getObjRecord() 
 public EscherContainerRecord getSpContainer() 
 public TextObjectRecord getTextObjectRecord()