Uses of Interface
org.apache.poi.sl.usermodel.Shadow

Packages that use Shadow
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

Uses of Shadow in org.apache.poi.hslf.usermodel
 

Methods in org.apache.poi.hslf.usermodel that return Shadow
 Shadow<HSLFShape,HSLFTextParagraph> HSLFSimpleShape.getShadow()
           
 

Uses of Shadow in org.apache.poi.sl.usermodel
 

Methods in org.apache.poi.sl.usermodel that return Shadow
 Shadow<S,P> SimpleShape.getShadow()
           
 

Uses of Shadow in org.apache.poi.xslf.usermodel
 

Classes in org.apache.poi.xslf.usermodel that implement Shadow
 class XSLFShadow
          Represents a shadow of a shape.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.