Uses of Class
org.apache.poi.sl.draw.geom.Guide

Packages that use Guide
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.draw.geom   
org.apache.poi.xslf.usermodel   
 

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

Methods in org.apache.poi.hslf.usermodel that return Guide
 Guide HSLFSimpleShape.getAdjustValue(java.lang.String name)
           
 

Uses of Guide in org.apache.poi.sl.draw.geom
 

Subclasses of Guide in org.apache.poi.sl.draw.geom
 class AdjustValue
          Represents a shape adjust values (see section 20.1.9.5 in the spec)
 

Methods in org.apache.poi.sl.draw.geom that return Guide
 Guide Context.getAdjustValue(java.lang.String name)
           
 Guide IAdjustableShape.getAdjustValue(java.lang.String name)
           
 

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

Methods in org.apache.poi.xslf.usermodel that return Guide
 Guide XSLFSimpleShape.getAdjustValue(java.lang.String name)
           
 



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