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 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 Modifier and Type Class Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description Guide
XSLFSimpleShape. getAdjustValue(java.lang.String name)
-