Class ShapeProperties
java.lang.Object
com.independentsoft.office.spreadsheet.drawing.ShapeProperties
The Class ShapeProperties.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new shape properties.ShapeProperties(InternalXMLStreamReader reader)Instantiates a new shape properties. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the black white mode.Gets the effect list.Gets the gradient fill.Gets the group fill.Gets the no fill.Gets the outline.Gets the pattern fill.Gets the picture fill.Gets the preset geometry.Gets the scene3 d.Gets the shape3 d.Gets the solid fill.Gets the transform2 d.static booleanChecks if is empty.voidsetBlackWhiteMode(BlackWhiteMode blackWhiteMode)Sets the black white mode.voidsetEffectList(EffectList effectList)Sets the effect list.voidsetGradientFill(GradientFill gradientFill)Sets the gradient fill.voidsetGroupFill(GroupFill groupFill)Sets the group fill.voidSets the no fill.voidsetOutline(Outline outline)Sets the outline.voidsetPatternFill(PatternFill patternFill)Sets the pattern fill.voidsetPictureFill(PictureFill pictureFill)Sets the picture fill.voidsetPresetGeometry(PresetGeometry presetGeometry)Sets the preset geometry.voidsetScene3D(Scene3D scene3D)Sets the scene3 d.voidsetShape3D(Shape3D shape3D)Sets the shape3 d.voidsetSolidFill(SolidFill solidFill)Sets the solid fill.voidsetTransform2D(Transform2D transform2D)Sets the transform2 d.toString()
-
Constructor Details
-
ShapeProperties
public ShapeProperties()Instantiates a new shape properties. -
ShapeProperties
Instantiates a new shape properties.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
isEmpty
Checks if is empty.- Parameters:
value- the value- Returns:
- true, if is empty
-
getBlackWhiteMode
Gets the black white mode.- Returns:
- the black white mode
-
setBlackWhiteMode
Sets the black white mode.- Parameters:
blackWhiteMode- the new black white mode
-
getPictureFill
Gets the picture fill.- Returns:
- the picture fill
-
setPictureFill
Sets the picture fill.- Parameters:
pictureFill- the new picture fill
-
getEffectList
Gets the effect list.- Returns:
- the effect list
-
setEffectList
Sets the effect list.- Parameters:
effectList- the new effect list
-
getGradientFill
Gets the gradient fill.- Returns:
- the gradient fill
-
setGradientFill
Sets the gradient fill.- Parameters:
gradientFill- the new gradient fill
-
getGroupFill
Gets the group fill.- Returns:
- the group fill
-
setGroupFill
Sets the group fill.- Parameters:
groupFill- the new group fill
-
getOutline
Gets the outline.- Returns:
- the outline
-
setOutline
Sets the outline.- Parameters:
outline- the new outline
-
getNoFill
Gets the no fill.- Returns:
- the no fill
-
setNoFill
Sets the no fill.- Parameters:
noFill- the new no fill
-
getPatternFill
Gets the pattern fill.- Returns:
- the pattern fill
-
setPatternFill
Sets the pattern fill.- Parameters:
patternFill- the new pattern fill
-
getPresetGeometry
Gets the preset geometry.- Returns:
- the preset geometry
-
setPresetGeometry
Sets the preset geometry.- Parameters:
presetGeometry- the new preset geometry
-
getScene3D
Gets the scene3 d.- Returns:
- the scene3 d
-
setScene3D
Sets the scene3 d.- Parameters:
scene3D- the new scene3 d
-
getSolidFill
Gets the solid fill.- Returns:
- the solid fill
-
setSolidFill
Sets the solid fill.- Parameters:
solidFill- the new solid fill
-
getShape3D
Gets the shape3 d.- Returns:
- the shape3 d
-
setShape3D
Sets the shape3 d.- Parameters:
shape3D- the new shape3 d
-
getTransform2D
Gets the transform2 d.- Returns:
- the transform2 d
-
setTransform2D
Sets the transform2 d.- Parameters:
transform2D- the new transform2 d
-