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 class
GuideIf.Op
-
Field Summary
Fields Modifier and Type Field Description static Pattern
WHITESPACE
-
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 double
evaluate(Context ctx)
default double
evaluateGuide(Context ctx)
String
getFmla()
String
getName()
void
setFmla(String fmla)
void
setName(String name)
-
-
-
Field Detail
-
WHITESPACE
static final Pattern WHITESPACE
-
-