public class CTShapeProperties extends Object implements Child
Java class for CT_ShapeProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ShapeProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="xfrm" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Transform2D" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_Geometry" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_FillProperties" minOccurs="0"/>
<element name="ln" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LineProperties" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_EffectProperties" minOccurs="0"/>
<element name="scene3d" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Scene3D" minOccurs="0"/>
<element name="sp3d" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Shape3D" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="bwMode" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_BlackWhiteMode" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTBlipFillProperties |
blipFill |
protected STBlackWhiteMode |
bwMode |
protected CTCustomGeometry2D |
custGeom |
protected CTEffectContainer |
effectDag |
protected CTEffectList |
effectLst |
protected CTOfficeArtExtensionList |
extLst |
protected CTGradientFillProperties |
gradFill |
protected CTGroupFillProperties |
grpFill |
protected CTLineProperties |
ln |
protected CTNoFillProperties |
noFill |
protected CTPatternFillProperties |
pattFill |
protected CTPresetGeometry2D |
prstGeom |
protected CTScene3D |
scene3D |
protected CTSolidColorFillProperties |
solidFill |
protected CTShape3D |
sp3D |
protected CTTransform2D |
xfrm |
| Constructor and Description |
|---|
CTShapeProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTBlipFillProperties |
getBlipFill()
Gets the value of the blipFill property.
|
STBlackWhiteMode |
getBwMode()
Gets the value of the bwMode property.
|
CTCustomGeometry2D |
getCustGeom()
Gets the value of the custGeom property.
|
CTEffectContainer |
getEffectDag()
Gets the value of the effectDag property.
|
CTEffectList |
getEffectLst()
Gets the value of the effectLst property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTGradientFillProperties |
getGradFill()
Gets the value of the gradFill property.
|
CTGroupFillProperties |
getGrpFill()
Gets the value of the grpFill property.
|
CTLineProperties |
getLn()
Gets the value of the ln property.
|
CTNoFillProperties |
getNoFill()
Gets the value of the noFill property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPatternFillProperties |
getPattFill()
Gets the value of the pattFill property.
|
CTPresetGeometry2D |
getPrstGeom()
Gets the value of the prstGeom property.
|
CTScene3D |
getScene3D()
Gets the value of the scene3D property.
|
CTSolidColorFillProperties |
getSolidFill()
Gets the value of the solidFill property.
|
CTShape3D |
getSp3D()
Gets the value of the sp3D property.
|
CTTransform2D |
getXfrm()
Gets the value of the xfrm property.
|
void |
setBlipFill(CTBlipFillProperties value)
Sets the value of the blipFill property.
|
void |
setBwMode(STBlackWhiteMode value)
Sets the value of the bwMode property.
|
void |
setCustGeom(CTCustomGeometry2D value)
Sets the value of the custGeom property.
|
void |
setEffectDag(CTEffectContainer value)
Sets the value of the effectDag property.
|
void |
setEffectLst(CTEffectList value)
Sets the value of the effectLst property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setGradFill(CTGradientFillProperties value)
Sets the value of the gradFill property.
|
void |
setGrpFill(CTGroupFillProperties value)
Sets the value of the grpFill property.
|
void |
setLn(CTLineProperties value)
Sets the value of the ln property.
|
void |
setNoFill(CTNoFillProperties value)
Sets the value of the noFill property.
|
void |
setParent(Object parent) |
void |
setPattFill(CTPatternFillProperties value)
Sets the value of the pattFill property.
|
void |
setPrstGeom(CTPresetGeometry2D value)
Sets the value of the prstGeom property.
|
void |
setScene3D(CTScene3D value)
Sets the value of the scene3D property.
|
void |
setSolidFill(CTSolidColorFillProperties value)
Sets the value of the solidFill property.
|
void |
setSp3D(CTShape3D value)
Sets the value of the sp3D property.
|
void |
setXfrm(CTTransform2D value)
Sets the value of the xfrm property.
|
protected CTTransform2D xfrm
protected CTCustomGeometry2D custGeom
protected CTPresetGeometry2D prstGeom
protected CTNoFillProperties noFill
protected CTSolidColorFillProperties solidFill
protected CTGradientFillProperties gradFill
protected CTBlipFillProperties blipFill
protected CTPatternFillProperties pattFill
protected CTGroupFillProperties grpFill
protected CTLineProperties ln
protected CTEffectList effectLst
protected CTEffectContainer effectDag
protected CTScene3D scene3D
protected CTShape3D sp3D
protected CTOfficeArtExtensionList extLst
protected STBlackWhiteMode bwMode
public CTTransform2D getXfrm()
CTTransform2Dpublic void setXfrm(CTTransform2D value)
value - allowed object is
CTTransform2Dpublic CTCustomGeometry2D getCustGeom()
CTCustomGeometry2Dpublic void setCustGeom(CTCustomGeometry2D value)
value - allowed object is
CTCustomGeometry2Dpublic CTPresetGeometry2D getPrstGeom()
CTPresetGeometry2Dpublic void setPrstGeom(CTPresetGeometry2D value)
value - allowed object is
CTPresetGeometry2Dpublic CTNoFillProperties getNoFill()
CTNoFillPropertiespublic void setNoFill(CTNoFillProperties value)
value - allowed object is
CTNoFillPropertiespublic CTSolidColorFillProperties getSolidFill()
CTSolidColorFillPropertiespublic void setSolidFill(CTSolidColorFillProperties value)
value - allowed object is
CTSolidColorFillPropertiespublic CTGradientFillProperties getGradFill()
CTGradientFillPropertiespublic void setGradFill(CTGradientFillProperties value)
value - allowed object is
CTGradientFillPropertiespublic CTBlipFillProperties getBlipFill()
CTBlipFillPropertiespublic void setBlipFill(CTBlipFillProperties value)
value - allowed object is
CTBlipFillPropertiespublic CTPatternFillProperties getPattFill()
CTPatternFillPropertiespublic void setPattFill(CTPatternFillProperties value)
value - allowed object is
CTPatternFillPropertiespublic CTGroupFillProperties getGrpFill()
CTGroupFillPropertiespublic void setGrpFill(CTGroupFillProperties value)
value - allowed object is
CTGroupFillPropertiespublic CTLineProperties getLn()
CTLinePropertiespublic void setLn(CTLineProperties value)
value - allowed object is
CTLinePropertiespublic CTEffectList getEffectLst()
CTEffectListpublic void setEffectLst(CTEffectList value)
value - allowed object is
CTEffectListpublic CTEffectContainer getEffectDag()
CTEffectContainerpublic void setEffectDag(CTEffectContainer value)
value - allowed object is
CTEffectContainerpublic CTScene3D getScene3D()
CTScene3Dpublic void setScene3D(CTScene3D value)
value - allowed object is
CTScene3Dpublic CTShape3D getSp3D()
CTShape3Dpublic void setSp3D(CTShape3D value)
value - allowed object is
CTShape3Dpublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic STBlackWhiteMode getBwMode()
STBlackWhiteModepublic void setBwMode(STBlackWhiteMode value)
value - allowed object is
STBlackWhiteModepublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.