Package org.apache.poi.sl.usermodel
Interface MetroShapeProvider
-
@Internal public interface MetroShapeProvider
Experimental provider / loader for metro shapes. Metro shapes are xslf fragments stored in hslf shapes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Shape<?,?>
parseShape(byte[] metroBytes)
-
-
-
Method Detail
-
parseShape
Shape<?,?> parseShape(byte[] metroBytes) throws IOException
- Throws:
IOException
-
-