|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hssf.usermodel.HSSFShape org.apache.poi.hssf.usermodel.HSSFSimpleShape org.apache.poi.hssf.usermodel.HSSFCombobox
public class HSSFCombobox
Field Summary |
---|
Fields inherited from class org.apache.poi.hssf.usermodel.HSSFSimpleShape |
---|
OBJECT_TYPE_ARC, OBJECT_TYPE_COMBO_BOX, OBJECT_TYPE_COMMENT, OBJECT_TYPE_LINE, OBJECT_TYPE_MICROSOFT_OFFICE_DRAWING, OBJECT_TYPE_OVAL, OBJECT_TYPE_PICTURE, OBJECT_TYPE_RECTANGLE, WRAP_BY_POINTS, WRAP_NONE, WRAP_SQUARE |
Constructor Summary | |
---|---|
HSSFCombobox(EscherContainerRecord spContainer,
ObjRecord objRecord)
|
|
HSSFCombobox(HSSFShape parent,
HSSFAnchor anchor)
|
Method Summary | |
---|---|
protected ObjRecord |
createObjRecord()
|
protected EscherContainerRecord |
createSpContainer()
|
protected TextObjectRecord |
createTextObjRecord()
|
void |
setShapeType(int shapeType)
|
Methods inherited from class org.apache.poi.hssf.usermodel.HSSFSimpleShape |
---|
afterRemove, cloneShape, getShapeId, getShapeType, getString, getTextObjectRecord, getWrapText, setString, setWrapText |
Methods inherited from class org.apache.poi.hssf.usermodel.HSSFShape |
---|
countOfAllChildren, getAnchor, getEscherContainer, getFillColor, getLineStyle, getLineStyleColor, getLineWidth, getObjRecord, getOptRecord, getParent, getPatriarch, getRotationDegree, getShapeName, isFlipHorizontal, isFlipVertical, isNoFill, setAnchor, setFillColor, setFillColor, setFlipHorizontal, setFlipVertical, setLineStyle, setLineStyleColor, setLineStyleColor, setLineWidth, setNoFill, setParent, setPatriarch, setPropertyValue, setRotationDegree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.poi.ss.usermodel.Shape |
---|
getAnchor, getParent, getShapeName, isNoFill, setFillColor, setLineStyleColor, setNoFill |
Constructor Detail |
---|
public HSSFCombobox(EscherContainerRecord spContainer, ObjRecord objRecord)
public HSSFCombobox(HSSFShape parent, HSSFAnchor anchor)
Method Detail |
---|
protected TextObjectRecord createTextObjRecord()
createTextObjRecord
in class HSSFSimpleShape
protected EscherContainerRecord createSpContainer()
createSpContainer
in class HSSFSimpleShape
protected ObjRecord createObjRecord()
createObjRecord
in class HSSFSimpleShape
public void setShapeType(int shapeType)
setShapeType
in class HSSFSimpleShape
shapeType
- - shapeTypeHSSFShapeTypes
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |