public class CTShape extends Object implements Child
Java class for CT_Shape complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Shape">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="adjLst" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_AdjLst" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="rot" type="{http://www.w3.org/2001/XMLSchema}double" default="0" />
<attribute name="type" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}ST_LayoutShapeType" default="none" />
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}blip"/>
<attribute name="zOrderOff" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
<attribute name="hideGeom" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="lkTxEntry" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="blipPhldr" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTAdjLst |
adjLst |
protected String |
blip |
protected Boolean |
blipPhldr |
protected CTOfficeArtExtensionList |
extLst |
protected Boolean |
hideGeom |
protected Boolean |
lkTxEntry |
protected Double |
rot |
protected String |
type |
protected Integer |
zOrderOff |
| Constructor and Description |
|---|
CTShape() |
| 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.
|
CTAdjLst |
getAdjLst()
Gets the value of the adjLst property.
|
String |
getBlip()
Relationship to Image Part
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
double |
getRot()
Gets the value of the rot property.
|
String |
getType()
Gets the value of the type property.
|
int |
getZOrderOff()
Gets the value of the zOrderOff property.
|
boolean |
isBlipPhldr()
Gets the value of the blipPhldr property.
|
boolean |
isHideGeom()
Gets the value of the hideGeom property.
|
boolean |
isLkTxEntry()
Gets the value of the lkTxEntry property.
|
void |
setAdjLst(CTAdjLst value)
Sets the value of the adjLst property.
|
void |
setBlip(String value)
Sets the value of the blip property.
|
void |
setBlipPhldr(Boolean value)
Sets the value of the blipPhldr property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setHideGeom(Boolean value)
Sets the value of the hideGeom property.
|
void |
setLkTxEntry(Boolean value)
Sets the value of the lkTxEntry property.
|
void |
setParent(Object parent) |
void |
setRot(Double value)
Sets the value of the rot property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setZOrderOff(Integer value)
Sets the value of the zOrderOff property.
|
protected CTAdjLst adjLst
protected CTOfficeArtExtensionList extLst
protected Double rot
protected String type
protected String blip
protected Integer zOrderOff
protected Boolean hideGeom
protected Boolean lkTxEntry
protected Boolean blipPhldr
public CTAdjLst getAdjLst()
CTAdjLstpublic void setAdjLst(CTAdjLst value)
value - allowed object is
CTAdjLstpublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic double getRot()
Doublepublic void setRot(Double value)
value - allowed object is
Doublepublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic void setBlip(String value)
value - allowed object is
Stringpublic int getZOrderOff()
Integerpublic void setZOrderOff(Integer value)
value - allowed object is
Integerpublic boolean isHideGeom()
Booleanpublic void setHideGeom(Boolean value)
value - allowed object is
Booleanpublic boolean isLkTxEntry()
Booleanpublic void setLkTxEntry(Boolean value)
value - allowed object is
Booleanpublic boolean isBlipPhldr()
Booleanpublic void setBlipPhldr(Boolean value)
value - allowed object is
Booleanpublic 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.