|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xssf.usermodel.XSSFShape
org.apache.poi.xssf.usermodel.XSSFGraphicFrame
public final class XSSFGraphicFrame
Represents DrawingML GraphicalObjectFrame.
Field Summary |
---|
Fields inherited from class org.apache.poi.xssf.usermodel.XSSFShape |
---|
EMU_PER_PIXEL, EMU_PER_POINT, PIXEL_DPI, POINT_DPI |
Method Summary | |
---|---|
XSSFAnchor |
getAnchor()
Returns the frame anchor. |
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame |
getCTGraphicalObjectFrame()
|
long |
getId()
Gets the frame id. |
java.lang.String |
getName()
Returns the frame name. |
void |
setMacro(java.lang.String macro)
Sets the frame macro. |
void |
setName(java.lang.String name)
Sets the frame name. |
Methods inherited from class org.apache.poi.xssf.usermodel.XSSFShape |
---|
getDrawing, getParent, isNoFill, setFillColor, setLineStyle, setLineStyleColor, setLineWidth, setNoFill |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame getCTGraphicalObjectFrame()
public void setMacro(java.lang.String macro)
public void setName(java.lang.String name)
public java.lang.String getName()
public XSSFAnchor getAnchor()
getAnchor
in class XSSFShape
public long getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |