Modifier and Type | Method and Description |
---|---|
DmlShapeProperties |
DmlShapeProperties.setFill(DmlFill inValue)
Specifies the fill type that should be used for the shape.
|
Modifier and Type | Class and Description |
---|---|
class |
DmlGradientFill
Represents a gradient fill (<a:gradFill>) tag in drawing markup language (DML) from Office Open XML.
|
class |
DmlNoFill
Represents a no fill (<a:noFill>) tag in drawing markup language (DML) from Office Open XML.
|
class |
DmlSolidFill
Represents a solid fill (<a:solidFill>) tag in drawing markup language (DML) from Office Open XML.
|
Modifier and Type | Method and Description |
---|---|
DmlLine |
DmlLine.setFill(DmlFill inValue)
Specifies the fill type that should be used for the shape.
|
Modifier and Type | Method and Description |
---|---|
DmlFormatScheme |
DmlFormatScheme.addBackgroundFillStyle(DmlFill inValue) |
DmlFormatScheme |
DmlFormatScheme.addFillStyle(DmlFill inValue) |
Modifier and Type | Method and Description |
---|---|
SsDrawShapeProperties |
SsDrawShapeProperties.setFill(DmlFill inValue)
Specifies the fill type that should be used for the shape.
|
jataylor@hairyfatguy.com