java.lang.Objectorg.apache.poi.hslf.model.Shape
org.apache.poi.hslf.model.SimpleShape
org.apache.poi.hslf.model.TextShape
org.apache.poi.hslf.model.TextBox
Direct Known Subclasses:
TableCell, Placeholder
Contains the text in a text frame as well as the properties and methods that control alignment and anchoring of the text.
Yegor - Kozlov| Fields inherited from org.apache.poi.hslf.model.Shape: |
|---|
| logger, EMU_PER_INCH, EMU_PER_POINT, EMU_PER_CENTIMETER, MASTER_DPI, PIXEL_DPI, POINT_DPI, _escherContainer, _parent, _sheet, _fill |
| Constructor: |
|---|
|
|
|
| Method from org.apache.poi.hslf.model.TextBox Summary: |
|---|
| createSpContainer, setDefaultTextProperties |
| Methods from org.apache.poi.hslf.model.TextShape: |
|---|
| afterInsert, createTextRun, draw, getEscherTextboxWrapper, getHorizontalAlignment, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getPlaceholderAtom, getText, getTextId, getTextRun, getVerticalAlignment, getWordWrap, initTextRun, resizeToFitText, setDefaultTextProperties, setHorizontalAlignment, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setSheet, setText, setTextId, setVerticalAlignment, setWordWrap |
| Methods from org.apache.poi.hslf.model.SimpleShape: |
|---|
| createSpContainer, draw, getClientDataRecord, getFillColor, getFlipHorizontal, getFlipVertical, getLineColor, getLineDashing, getLineStyle, getLineWidth, getLogicalAnchor2D, getRotation, setFillColor, setLineColor, setLineDashing, setLineStyle, setLineWidth |
| Methods from org.apache.poi.hslf.model.Shape: |
|---|
| afterInsert, createSpContainer, draw, getAnchor, getAnchor2D, getColor, getEscherChild, getEscherProperty, getEscherProperty, getEscherProperty, getFill, getHyperlink, getLogicalAnchor2D, getOutline, getParent, getShapeId, getShapeName, getShapeType, getSheet, getSpContainer, moveTo, setAnchor, setEscherProperty, setEscherProperty, setShapeId, setShapeType, setSheet |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.poi.hslf.model.TextBox Detail: |
|---|
|
|