Class SolidFill
java.lang.Object
com.independentsoft.office.drawing.SolidFill
- All Implemented Interfaces:
IFill
The Class SolidFill.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new solid fill.SolidFill(InternalXMLStreamReader reader)Instantiates a new solid fill. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the color choice.voidsetColorChoice(ColorChoice colorChoice)Sets the color choice.toString()
-
Constructor Details
-
SolidFill
public SolidFill()Instantiates a new solid fill. -
SolidFill
Instantiates a new solid fill.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details