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 XSSFClientAnchorgetAnchor()Returns the frame anchor.CTGraphicalObjectFramegetCTGraphicalObjectFrame()longgetId()Gets the frame id.java.lang.StringgetName()Returns the frame name.java.lang.StringgetShapeName()voidsetMacro(java.lang.String macro)Sets the frame macro.voidsetName(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
-
-