Uses of Interface
org.apache.poi.sl.usermodel.Shadow
-
Packages that use Shadow Package Description 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 Modifier and Type Method Description Shadow<HSLFShape,HSLFTextParagraph>
HSLFSimpleShape. getShadow()
-
Uses of Shadow in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return Shadow Modifier and Type Method Description Shadow<S,P>
SimpleShape. getShadow()
-
Uses of Shadow in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement Shadow Modifier and Type Class Description class
XSLFShadow
Represents a shadow of a shape.
-