|
||||||||||
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.ClientAnchor |
createAnchor(int dx1,
int dy1,
int dx2,
int dy2,
int col1,
int row1,
int col2,
int row2)
|
org.apache.poi.ss.usermodel.Comment |
createCellComment(org.apache.poi.ss.usermodel.ClientAnchor anchor)
Creates a comment. |
org.apache.poi.ss.usermodel.Chart |
createChart(org.apache.poi.ss.usermodel.ClientAnchor anchor)
|
XSSFChart |
createChart(XSSFClientAnchor anchor)
Creates a chart. |
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. |
java.util.List |
getCharts()
Returns all charts in this drawing. |
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTDrawing |
getCTDrawing()
Return the underlying CTDrawing bean, the root element of the SpreadsheetML Drawing part. |
java.util.List |
getShapes()
|
Methods inherited from class org.apache.poi.POIXMLDocumentPart |
---|
addRelation, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationId, getRelations, 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 org.apache.poi.ss.usermodel.ClientAnchor createAnchor(int dx1, int dy1, int dx2, int dy2, int col1, int row1, int col2, int row2)
createAnchor
in interface org.apache.poi.ss.usermodel.Drawing
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 XSSFChart createChart(XSSFClientAnchor anchor)
anchor
- the client anchor describes how this chart is attached to
the sheet.
createChart(ClientAnchor)
public org.apache.poi.ss.usermodel.Chart createChart(org.apache.poi.ss.usermodel.ClientAnchor anchor)
createChart
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.
public java.util.List getCharts()
public java.util.List getShapes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |