org.apache.poi.xslf.usermodel
Class XSLFGraphicFrame
java.lang.Object
org.apache.poi.xslf.usermodel.XSLFShape
org.apache.poi.xslf.usermodel.XSLFGraphicFrame
- Direct Known Subclasses:
- XSLFTable
@Beta
public class XSLFGraphicFrame
- extends XSLFShape
- Author:
- Yegor Kozlov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getXmlObject
public org.openxmlformats.schemas.presentationml.x2006.main.CTGraphicalObjectFrame getXmlObject()
- Specified by:
getXmlObject
in class XSLFShape
getSheet
public XSLFSheet getSheet()
getShapeType
public int getShapeType()
getShapeId
public int getShapeId()
- Specified by:
getShapeId
in class XSLFShape
getShapeName
public java.lang.String getShapeName()
- Specified by:
getShapeName
in class XSLFShape
getAnchor
public java.awt.geom.Rectangle2D getAnchor()
- Specified by:
getAnchor
in class XSLFShape
setAnchor
public void setAnchor(java.awt.geom.Rectangle2D anchor)
- Specified by:
setAnchor
in class XSLFShape
Copyright 2011 The Apache Software Foundation or
its licensors, as applicable.