public class CTShapeStyle extends Object implements Child
Java class for CT_ShapeStyle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ShapeStyle">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lnRef" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_StyleMatrixReference"/>
<element name="fillRef" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_StyleMatrixReference"/>
<element name="effectRef" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_StyleMatrixReference"/>
<element name="fontRef" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_FontReference"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTStyleMatrixReference |
effectRef |
protected CTStyleMatrixReference |
fillRef |
protected CTFontReference |
fontRef |
protected CTStyleMatrixReference |
lnRef |
| Constructor and Description |
|---|
CTShapeStyle() |
| 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.
|
CTStyleMatrixReference |
getEffectRef()
Gets the value of the effectRef property.
|
CTStyleMatrixReference |
getFillRef()
Gets the value of the fillRef property.
|
CTFontReference |
getFontRef()
Gets the value of the fontRef property.
|
CTStyleMatrixReference |
getLnRef()
Gets the value of the lnRef property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setEffectRef(CTStyleMatrixReference value)
Sets the value of the effectRef property.
|
void |
setFillRef(CTStyleMatrixReference value)
Sets the value of the fillRef property.
|
void |
setFontRef(CTFontReference value)
Sets the value of the fontRef property.
|
void |
setLnRef(CTStyleMatrixReference value)
Sets the value of the lnRef property.
|
void |
setParent(Object parent) |
protected CTStyleMatrixReference lnRef
protected CTStyleMatrixReference fillRef
protected CTStyleMatrixReference effectRef
protected CTFontReference fontRef
public CTStyleMatrixReference getLnRef()
CTStyleMatrixReferencepublic void setLnRef(CTStyleMatrixReference value)
value - allowed object is
CTStyleMatrixReferencepublic CTStyleMatrixReference getFillRef()
CTStyleMatrixReferencepublic void setFillRef(CTStyleMatrixReference value)
value - allowed object is
CTStyleMatrixReferencepublic CTStyleMatrixReference getEffectRef()
CTStyleMatrixReferencepublic void setEffectRef(CTStyleMatrixReference value)
value - allowed object is
CTStyleMatrixReferencepublic CTFontReference getFontRef()
CTFontReferencepublic void setFontRef(CTFontReference value)
value - allowed object is
CTFontReferencepublic 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-2020. All Rights Reserved.