Package org.pptx4j.model
Class ShapeWrapper
java.lang.Object
org.pptx4j.model.ShapeWrapper
public class ShapeWrapper
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ShapeWrapper(Shape sp, java.lang.String phType, JaxbPmlPart owner) -
Method Summary
Modifier and Type Method Description JaxbPmlPartgetOwner()java.lang.StringgetPhType()ShapegetSp()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ShapeWrapper
-
-
Method Details
-
getPhType
public java.lang.String getPhType()- Returns:
- the phType
-
getSp
- Returns:
- the shape itself
-
getOwner
- Returns:
- the layout part in which this shape is defined
-