Package org.apache.poi.sl.draw.geom
Class AdjustValue
- java.lang.Object
-
- org.apache.poi.sl.draw.geom.Guide
-
- org.apache.poi.sl.draw.geom.AdjustValue
-
- All Implemented Interfaces:
AdjustValueIf
,Formula
,GuideIf
public class AdjustValue extends Guide implements AdjustValueIf
Represents a shape adjust values (see section 20.1.9.5 in the spec)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.poi.sl.draw.geom.GuideIf
GuideIf.Op
-
-
Field Summary
-
Fields inherited from interface org.apache.poi.sl.draw.geom.Formula
OOXML_DEGREE
-
Fields inherited from interface org.apache.poi.sl.draw.geom.GuideIf
WHITESPACE
-
-
Constructor Summary
Constructors Constructor Description AdjustValue()
-
Method Summary
-
Methods inherited from class org.apache.poi.sl.draw.geom.Guide
equals, getFmla, getName, hashCode, setFmla, setName
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.poi.sl.draw.geom.AdjustValueIf
evaluate, evaluateAdjustValue
-
-