Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.drawingml.fill |
Modifier and Type | Method and Description |
---|---|
DmlGradientFill |
DmlGradientFill.addGradientStop(Percent inPosition,
DmlColor inColorModel) |
DmlGradientFill |
DmlGradientFill.setAngle(Angle inValue)
Specifies the direction (clockwise) for the gradient.
|
DmlGradientFill |
DmlGradientFill.setFlip(DmlGradientFill.TileRectFlip inValue)
Specifies the direction in which to flip the gradient while tiling.
|
DmlGradientFill |
DmlGradientFill.setRotateWithShape(boolean inValue)
Specifies if the gradient fill rotates with the shape when the shape is rotated.
|
DmlGradientFill |
DmlGradientFill.setScaled(boolean inValue)
Specifies whether the angle scales with the fill region.
|
jataylor@hairyfatguy.com