Package org.apache.poi.xslf.usermodel
Class XSLFMetroShape
- java.lang.Object
-
- org.apache.poi.xslf.usermodel.XSLFMetroShape
-
@Internal public class XSLFMetroShape extends java.lang.Object
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 Constructor Description XSLFMetroShape()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Shape<?,?>
parseShape(byte[] metroBytes)
-
-
-
Method Detail
-
parseShape
public static Shape<?,?> parseShape(byte[] metroBytes) throws InvalidFormatException, java.io.IOException, XmlException
- Throws:
InvalidFormatException
java.io.IOException
XmlException
-
-