Class XSLFShadow

java.lang.Object
org.apache.poi.xslf.usermodel.XSLFShape
org.apache.poi.xslf.usermodel.XSLFShadow
All Implemented Interfaces:
Shadow<XSLFShape,XSLFTextParagraph>, Shape<XSLFShape,XSLFTextParagraph>

public class XSLFShadow extends XSLFShape implements Shadow<XSLFShape,XSLFTextParagraph>
Represents a shadow of a shape. For now supports only outer shadows.
Author:
Yegor Kozlov