|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.POIXMLDocumentPart
org.apache.poi.xssf.usermodel.XSSFDrawing
public final class XSSFDrawing
Represents a SpreadsheetML drawing
Field Summary |
---|
Fields inherited from class org.apache.poi.POIXMLDocumentPart |
---|
DEFAULT_XML_OPTIONS |
Method Summary | |
---|---|
org.apache.poi.ss.usermodel.Comment |
createCellComment(org.apache.poi.ss.usermodel.ClientAnchor anchor)
Creates a cell comment. |
XSSFConnector |
createConnector(XSSFClientAnchor anchor)
Creates a simple shape. |
XSSFShapeGroup |
createGroup(XSSFClientAnchor anchor)
Creates a simple shape. |
org.apache.poi.ss.usermodel.Picture |
createPicture(org.apache.poi.ss.usermodel.ClientAnchor anchor,
int pictureIndex)
|
XSSFPicture |
createPicture(XSSFClientAnchor anchor,
int pictureIndex)
Creates a picture. |
XSSFSimpleShape |
createSimpleShape(XSSFClientAnchor anchor)
Creates a simple shape. |
XSSFTextBox |
createTextbox(XSSFClientAnchor anchor)
Constructs a textbox under the drawing. |
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTDrawing |
getCTDrawing()
Return the underlying CTDrawing bean, the root element of the SpreadsheetML Drawing part. |
Methods inherited from class org.apache.poi.POIXMLDocumentPart |
---|
createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelations, removeRelation, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTDrawing getCTDrawing()
public XSSFTextBox createTextbox(XSSFClientAnchor anchor)
anchor
- the client anchor describes how this group is attached
to the sheet.
public XSSFPicture createPicture(XSSFClientAnchor anchor, int pictureIndex)
anchor
- the client anchor describes how this picture is attached to the sheet.pictureIndex
- the index of the picture in the workbook collection of pictures,
XSSFWorkbook.getAllPictures()
.
public org.apache.poi.ss.usermodel.Picture createPicture(org.apache.poi.ss.usermodel.ClientAnchor anchor, int pictureIndex)
createPicture
in interface org.apache.poi.ss.usermodel.Drawing
public XSSFSimpleShape createSimpleShape(XSSFClientAnchor anchor)
anchor
- the client anchor describes how this group is attached
to the sheet.
public XSSFConnector createConnector(XSSFClientAnchor anchor)
anchor
- the client anchor describes how this group is attached
to the sheet.
public XSSFShapeGroup createGroup(XSSFClientAnchor anchor)
anchor
- the client anchor describes how this group is attached
to the sheet.
public org.apache.poi.ss.usermodel.Comment createCellComment(org.apache.poi.ss.usermodel.ClientAnchor anchor)
createCellComment
in interface org.apache.poi.ss.usermodel.Drawing
anchor
- the client anchor describes how this comment is attached
to the sheet.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |