Package org.apache.poi.hslf.model
Class HSLFMetroShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
- java.lang.Object
-
- org.apache.poi.hslf.model.HSLFMetroShape<S,P>
-
@Internal public class HSLFMetroShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> extends java.lang.Object
Experimental class for metro blobs, i.e. an alternative escher property containing an ooxml representation of the shape
-
-
Constructor Summary
Constructors Constructor Description HSLFMetroShape(HSLFShape shape)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getMetroBytes()
Shape<S,P>
getShape()
boolean
hasMetroBlob()
-
-
-
Constructor Detail
-
HSLFMetroShape
public HSLFMetroShape(HSLFShape shape)
-
-