Package org.apache.poi.sl.draw.geom
Interface GuideIf
-
- All Superinterfaces:
Formula
- All Known Subinterfaces:
AdjustValueIf
- All Known Implementing Classes:
AdjustValue,Guide
public interface GuideIf extends Formula
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGuideIf.Op
-
Field Summary
Fields Modifier and Type Field Description static java.util.regex.PatternWHITESPACE-
Fields inherited from interface org.apache.poi.sl.draw.geom.Formula
OOXML_DEGREE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default doubleevaluate(Context ctx)default doubleevaluateGuide(Context ctx)java.lang.StringgetFmla()java.lang.StringgetName()voidsetFmla(java.lang.String fmla)voidsetName(java.lang.String name)
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
setName
void setName(java.lang.String name)
-
getFmla
java.lang.String getFmla()
-
setFmla
void setFmla(java.lang.String fmla)
-
evaluateGuide
default double evaluateGuide(Context ctx)
-
-