Package org.apache.poi.xslf.usermodel
Class XSLFMetroShape
java.lang.Object
org.apache.poi.xslf.usermodel.XSLFMetroShape
- All Implemented Interfaces:
MetroShapeProvider
Experimental class for metro blobs, i.e. an alternative escher property
containing an ooxml representation of the shape.
This is the helper class for HSLFMetroShape to dive into OOXML classes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseShape(byte[] metroBytes) parses the metro bytes to a XSLF shape
-
Constructor Details
-
XSLFMetroShape
public XSLFMetroShape()
-
-
Method Details
-
parseShape
parses the metro bytes to a XSLF shape- Specified by:
parseShapein interfaceMetroShapeProvider- Throws:
IOException
-