public class CTGroupShapeProperties extends Object
Java class for CT_GroupShapeProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_GroupShapeProperties"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="xfrm" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_GroupTransform2D" minOccurs="0"/> <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_FillProperties" 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="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 CTEffectContainer |
effectDag |
protected CTEffectList |
effectLst |
protected CTOfficeArtExtensionList |
extLst |
protected CTGradientFillProperties |
gradFill |
protected CTGroupFillProperties |
grpFill |
protected CTNoFillProperties |
noFill |
protected CTPatternFillProperties |
pattFill |
protected CTScene3D |
scene3D |
protected CTSolidColorFillProperties |
solidFill |
protected CTGroupTransform2D |
xfrm |
Constructor and Description |
---|
CTGroupShapeProperties() |
Modifier and Type | Method and Description |
---|---|
CTBlipFillProperties |
getBlipFill()
Gets the value of the blipFill property.
|
STBlackWhiteMode |
getBwMode()
Gets the value of the bwMode 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.
|
CTNoFillProperties |
getNoFill()
Gets the value of the noFill property.
|
CTPatternFillProperties |
getPattFill()
Gets the value of the pattFill property.
|
CTScene3D |
getScene3D()
Gets the value of the scene3D property.
|
CTSolidColorFillProperties |
getSolidFill()
Gets the value of the solidFill property.
|
CTGroupTransform2D |
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 |
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 |
setNoFill(CTNoFillProperties value)
Sets the value of the noFill property.
|
void |
setPattFill(CTPatternFillProperties value)
Sets the value of the pattFill property.
|
void |
setScene3D(CTScene3D value)
Sets the value of the scene3D property.
|
void |
setSolidFill(CTSolidColorFillProperties value)
Sets the value of the solidFill property.
|
void |
setXfrm(CTGroupTransform2D value)
Sets the value of the xfrm property.
|
protected CTGroupTransform2D xfrm
protected CTNoFillProperties noFill
protected CTSolidColorFillProperties solidFill
protected CTGradientFillProperties gradFill
protected CTBlipFillProperties blipFill
protected CTPatternFillProperties pattFill
protected CTGroupFillProperties grpFill
protected CTEffectList effectLst
protected CTEffectContainer effectDag
protected CTScene3D scene3D
protected CTOfficeArtExtensionList extLst
protected STBlackWhiteMode bwMode
public CTGroupTransform2D getXfrm()
CTGroupTransform2D
public void setXfrm(CTGroupTransform2D value)
value
- allowed object is
CTGroupTransform2D
public CTNoFillProperties getNoFill()
CTNoFillProperties
public void setNoFill(CTNoFillProperties value)
value
- allowed object is
CTNoFillProperties
public CTSolidColorFillProperties getSolidFill()
CTSolidColorFillProperties
public void setSolidFill(CTSolidColorFillProperties value)
value
- allowed object is
CTSolidColorFillProperties
public CTGradientFillProperties getGradFill()
CTGradientFillProperties
public void setGradFill(CTGradientFillProperties value)
value
- allowed object is
CTGradientFillProperties
public CTBlipFillProperties getBlipFill()
CTBlipFillProperties
public void setBlipFill(CTBlipFillProperties value)
value
- allowed object is
CTBlipFillProperties
public CTPatternFillProperties getPattFill()
CTPatternFillProperties
public void setPattFill(CTPatternFillProperties value)
value
- allowed object is
CTPatternFillProperties
public CTGroupFillProperties getGrpFill()
CTGroupFillProperties
public void setGrpFill(CTGroupFillProperties value)
value
- allowed object is
CTGroupFillProperties
public CTEffectList getEffectLst()
CTEffectList
public void setEffectLst(CTEffectList value)
value
- allowed object is
CTEffectList
public CTEffectContainer getEffectDag()
CTEffectContainer
public void setEffectDag(CTEffectContainer value)
value
- allowed object is
CTEffectContainer
public CTScene3D getScene3D()
CTScene3D
public void setScene3D(CTScene3D value)
value
- allowed object is
CTScene3D
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionList
public void setExtLst(CTOfficeArtExtensionList value)
value
- allowed object is
CTOfficeArtExtensionList
public STBlackWhiteMode getBwMode()
STBlackWhiteMode
public void setBwMode(STBlackWhiteMode value)
value
- allowed object is
STBlackWhiteMode
Copyright © 2007-2019. All Rights Reserved.