public class CTStyleLabel extends Object implements Child
Java class for CT_StyleLabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_StyleLabel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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="txPr" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_TextProps" minOccurs="0"/>
<element name="style" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeStyle" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTOfficeArtExtensionList |
extLst |
protected String |
name |
protected CTScene3D |
scene3D |
protected CTShape3D |
sp3D |
protected CTShapeStyle |
style |
protected CTTextProps |
txPr |
| Constructor and Description |
|---|
CTStyleLabel() |
| 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.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
String |
getName()
Gets the value of the name property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTScene3D |
getScene3D()
Gets the value of the scene3D property.
|
CTShape3D |
getSp3D()
Gets the value of the sp3D property.
|
CTShapeStyle |
getStyle()
Gets the value of the style property.
|
CTTextProps |
getTxPr()
Gets the value of the txPr property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
void |
setScene3D(CTScene3D value)
Sets the value of the scene3D property.
|
void |
setSp3D(CTShape3D value)
Sets the value of the sp3D property.
|
void |
setStyle(CTShapeStyle value)
Sets the value of the style property.
|
void |
setTxPr(CTTextProps value)
Sets the value of the txPr property.
|
protected CTScene3D scene3D
protected CTShape3D sp3D
protected CTTextProps txPr
protected CTShapeStyle style
protected CTOfficeArtExtensionList extLst
protected String name
public CTScene3D getScene3D()
CTScene3Dpublic void setScene3D(CTScene3D value)
value - allowed object is
CTScene3Dpublic CTShape3D getSp3D()
CTShape3Dpublic void setSp3D(CTShape3D value)
value - allowed object is
CTShape3Dpublic CTTextProps getTxPr()
CTTextPropspublic void setTxPr(CTTextProps value)
value - allowed object is
CTTextPropspublic CTShapeStyle getStyle()
CTShapeStylepublic void setStyle(CTShapeStyle value)
value - allowed object is
CTShapeStylepublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic 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.