| |
|
| java.lang.Object org.apache.poi.hssf.usermodel.HSSFShape org.apache.poi.hssf.usermodel.HSSFSimpleShape org.apache.poi.hssf.usermodel.HSSFTextbox
All known Subclasses: org.apache.poi.hssf.usermodel.HSSFComment,
HSSFTextbox | public class HSSFTextbox extends HSSFSimpleShape (Code) | | A textbox is a shape that may hold a rich text string.
author: Glen Stampoultzis (glens at apache.org) |
OBJECT_TYPE_TEXT | final public static short OBJECT_TYPE_TEXT(Code) | | |
marginLeftmarginRightmarginTopmarginBottom | int marginLeftmarginRightmarginTopmarginBottom(Code) | | |
HSSFTextbox | public HSSFTextbox(HSSFShape parent, HSSFAnchor anchor)(Code) | | Construct a new textbox with the given parent and anchor.
Parameters: parent - Parameters: anchor - One of HSSFClientAnchor or HSSFChildAnchor |
getMarginBottom | public int getMarginBottom()(Code) | | Gets the bottom margin within the textbox.
|
getMarginLeft | public int getMarginLeft()(Code) | | Returns the left margin within the textbox. |
getMarginRight | public int getMarginRight()(Code) | | returns the right margin within the textbox. |
getMarginTop | public int getMarginTop()(Code) | | returns the top margin within the textbox. |
setMarginBottom | public void setMarginBottom(int marginBottom)(Code) | | Sets the bottom margin within the textbox.
|
setMarginLeft | public void setMarginLeft(int marginLeft)(Code) | | Sets the left margin within the textbox.
|
setMarginRight | public void setMarginRight(int marginRight)(Code) | | Sets the right margin within the textbox.
|
setMarginTop | public void setMarginTop(int marginTop)(Code) | | Sets the top margin within the textbox.
|
setString | public void setString(HSSFRichTextString string)(Code) | | Parameters: string - Sets the rich text string used by this object. |
Methods inherited from org.apache.poi.hssf.usermodel.HSSFSimpleShape | public int getShapeType()(Code)(Java Doc) public void setShapeType(int shapeType)(Code)(Java Doc)
|
|
|
|