Package org.apache.poi.xssf.usermodel
Class XSSFGraphicFrame
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.XSSFShape
-
- org.apache.poi.xssf.usermodel.XSSFGraphicFrame
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XSSFClientAnchor
getAnchor()
Returns the frame anchor.CTGraphicalObjectFrame
getCTGraphicalObjectFrame()
long
getId()
Gets the frame id.java.lang.String
getName()
Returns the frame name.java.lang.String
getShapeName()
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
-
-
-
-
Method Detail
-
getCTGraphicalObjectFrame
@Internal public CTGraphicalObjectFrame getCTGraphicalObjectFrame()
-
setMacro
public void setMacro(java.lang.String macro)
Sets the frame macro.
-
setName
public void setName(java.lang.String name)
Sets the frame name.
-
getName
public java.lang.String getName()
Returns the frame name.- Returns:
- name of the frame
-
getAnchor
public XSSFClientAnchor getAnchor()
Returns the frame anchor.
-
getId
public long getId()
Gets the frame id.
-
getShapeName
public java.lang.String getShapeName()
- Returns:
- the name of this shape
-
-