| Name | Description | Type | Package | Framework |
| AbsExpression | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| AddDivideExpression | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| AddSubtractExpression | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| AdjustValue | Represents a shape adjust values (see section 20. | Class | org.apache.poi.sl.draw.geom | Apache POI |
| ArcTanExpression | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| ArcToCommand | ArcTo command within a shape path in DrawingML: Where wr and wh are the height and width radiuses | Class | org.apache.poi.sl.draw.geom | Apache POI |
| ClosePathCommand | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| Context | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| CosExpression | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| CosineArcTanExpression | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| CurveToCommand | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| CustomGeometry | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| Expression | Interface | org.apache.poi.sl.draw.geom | Apache POI | |
| ExpressionParser | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| Formula | A guide formula in DrawingML. | Class | org.apache.poi.sl.draw.geom | Apache POI |
| Guide | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| IAdjustableShape | A bridge to the consumer application. | Interface | org.apache.poi.sl.draw.geom | Apache POI |
| IfElseExpression | Arguments: 3 (fmla="?: x y z") Usage: "?: x y z" = if (x > 0), then y = value of this guide, | Class | org.apache.poi.sl.draw.geom | Apache POI |
| LineToCommand | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| LiteralValueExpression | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| MaxExpression | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| MinExpression | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| ModExpression | Arguments: 3 (fmla="mod x y z") Usage: "mod x y z" = sqrt(x^2 + b^2 + c^2) = value of this guide | Class | org.apache.poi.sl.draw.geom | Apache POI |
| MoveToCommand | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| MultiplyDivideExpression | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| Outline | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| Path | Specifies a creation path consisting of a series of moves, lines and curves that when combined forms a geometric shape | Class | org.apache.poi.sl.draw.geom | Apache POI |
| PathCommand | A path command in DrawingML. | Interface | org.apache.poi.sl.draw.geom | Apache POI |
| PinExpression | Usage: "pin x y z" = if (y < x), then x = value of this guide else if (y > z), then z = value of this guide | Class | org.apache.poi.sl.draw.geom | Apache POI |
| PresetGeometries | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| QuadToCommand | Class | org.apache.poi.sl.draw.geom | Apache POI | |
| SinArcTanExpression | Sine ArcTan Formula: Arguments: 3 (fmla="sat2 x y z") | Class | org.apache.poi.sl.draw.geom | Apache POI |
| SinExpression | Arguments: 2 (fmla="sin x y") Usage: "sin x y" = (x * sin( y )) = value of this guide | Class | org.apache.poi.sl.draw.geom | Apache POI |
| SqrtExpression | Square Root Formula: Arguments: 1 (fmla="sqrt x") | Class | org.apache.poi.sl.draw.geom | Apache POI |
| TanExpression | Arguments: 2 (fmla="tan x y") Usage: "tan x y" = (x * tan( y )) = value of this guide | Class | org.apache.poi.sl.draw.geom | Apache POI |