Class FillReference
java.lang.Object
com.independentsoft.office.drawing.FillReference
The Class FillReference.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new fill reference.FillReference(InternalXMLStreamReader reader)Instantiates a new fill reference. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the color choice.intGets the style matrix index.voidsetColorChoice(ColorChoice colorChoice)Sets the color choice.voidsetStyleMatrixIndex(int styleMatrixIndex)Sets the style matrix index.toString()
-
Constructor Details
-
FillReference
public FillReference()Instantiates a new fill reference. -
FillReference
Instantiates a new fill reference.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getColorChoice
Gets the color choice.- Returns:
- the color choice
-
setColorChoice
Sets the color choice.- Parameters:
colorChoice- the new color choice
-
getStyleMatrixIndex
public int getStyleMatrixIndex()Gets the style matrix index.- Returns:
- the style matrix index
-
setStyleMatrixIndex
public void setStyleMatrixIndex(int styleMatrixIndex)Sets the style matrix index.- Parameters:
styleMatrixIndex- the new style matrix index
-