Package org.apache.poi.xslf.model.geom

Interface Summary
Expression Date: 10/24/11
IAdjustableShape A bridge to the consumer application.
PathCommand A path command in DrawingML.
 

Class Summary
AbsExpression Absolute Value Formula
AddDivideExpression Add Divide Formula
AddSubtractExpression Add Subtract Formula
AdjustValue Represents a shape adjust values (see section 20.1.9.5 in the spec)
ArcTanExpression Date: 10/24/11
ArcToCommand ArcTo command within a shape path in DrawingML: Where wr and wh are the height and width radiuses of the supposed circle being used to draw the arc.
ClosePathCommand Date: 10/25/11
Context Date: 10/24/11
CosExpression Date: 10/24/11
CosineArcTanExpression Date: 10/24/11
CurveToCommand Date: 10/25/11
CustomGeometry Definition of a custom geometric shape
ExpressionParser A simple regexp-based parser of shape guide formulas in DrawingML
Formula A guide formula in DrawingML.
Guide Date: 10/24/11
IfElseExpression If Else Formula: Arguments: 3 (fmla="?
LineToCommand Date: 10/25/11
LiteralValueExpression Date: 10/24/11
MaxExpression Maximum Value Formula
MinExpression Minimum Value Formula
ModExpression Modulo Formula: Arguments: 3 (fmla="mod x y z") Usage: "mod x y z" = sqrt(x^2 + b^2 + c^2) = value of this guide
MoveToCommand Date: 10/25/11
MultiplyDivideExpression Multiply Divide Formula
Outline Date: 11/6/11
Path Specifies a creation path consisting of a series of moves, lines and curves that when combined forms a geometric shape
PinExpression Pin To Formula: Usage: "pin x y z" = if (y < x), then x = value of this guide else if (y > z), then z = value of this guide else y = value of this guide
PresetGeometries Date: 10/25/11
QuadToCommand Date: 10/25/11
SinArcTanExpression Sine ArcTan Formula: Arguments: 3 (fmla="sat2 x y z") Usage: "sat2 x y z" = (x*sin(arctan(z / y))) = value of this guide
SinExpression Sine Formula: Arguments: 2 (fmla="sin x y") Usage: "sin x y" = (x * sin( y )) = value of this guide
SqrtExpression Square Root Formula: Arguments: 1 (fmla="sqrt x") Usage: "sqrt x" = sqrt(x) = value of this guide
TanExpression Tangent Formula: Arguments: 2 (fmla="tan x y") Usage: "tan x y" = (x * tan( y )) = value of this guide
 



Copyright 2015 The Apache Software Foundation or its licensors, as applicable.