Package org.apache.poi.xslf.draw.geom
Class XSLFAdjustValue
- java.lang.Object
-
- org.apache.poi.xslf.draw.geom.XSLFGuide
-
- org.apache.poi.xslf.draw.geom.XSLFAdjustValue
-
- All Implemented Interfaces:
AdjustValueIf,Formula,GuideIf
@Beta public class XSLFAdjustValue extends XSLFGuide implements AdjustValueIf
Wrapper / delegate for XmlBeans custom geometry
-
-
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 XSLFAdjustValue(org.openxmlformats.schemas.drawingml.x2006.main.CTGeomGuide guide)
-
Method Summary
-
Methods inherited from class org.apache.poi.xslf.draw.geom.XSLFGuide
getFmla, getName, setFmla, setName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.poi.sl.draw.geom.AdjustValueIf
evaluate, evaluateAdjustValue
-
-