Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.drawingml.fill |
Modifier and Type | Method and Description |
---|---|
static DmlGradientFill.TileRectFlip |
DmlGradientFill.TileRectFlip.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DmlGradientFill.TileRectFlip[] |
DmlGradientFill.TileRectFlip.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DmlGradientFill |
DmlGradientFill.setFlip(DmlGradientFill.TileRectFlip inValue)
Specifies the direction in which to flip the gradient while tiling.
|
jataylor@hairyfatguy.com