Uses of Class
org.apache.poi.sl.draw.geom.Guide
-
Packages that use Guide Package Description 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 Modifier and Type Method Description GuideHSLFSimpleShape. 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 Modifier and Type Class Description classAdjustValueRepresents a shape adjust values (see section 20.1.9.5 in the spec)Methods in org.apache.poi.sl.draw.geom that return Guide Modifier and Type Method Description GuideContext. getAdjustValue(java.lang.String name)GuideIAdjustableShape. getAdjustValue(java.lang.String name) -
Uses of Guide in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return Guide Modifier and Type Method Description GuideXSLFSimpleShape. getAdjustValue(java.lang.String name)
-