public class CTShape extends java.lang.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 java.lang.String |
blip |
protected java.lang.Boolean |
blipPhldr |
protected CTOfficeArtExtensionList |
extLst |
protected java.lang.Boolean |
hideGeom |
protected java.lang.Boolean |
lkTxEntry |
protected java.lang.Double |
rot |
protected java.lang.String |
type |
protected java.lang.Integer |
zOrderOff |
| Constructor and Description |
|---|
CTShape() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.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.
|
java.lang.String |
getBlip()
Relationship to Image Part
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
double |
getRot()
Gets the value of the rot property.
|
java.lang.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(java.lang.String value)
Sets the value of the blip property.
|
void |
setBlipPhldr(java.lang.Boolean value)
Sets the value of the blipPhldr property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setHideGeom(java.lang.Boolean value)
Sets the value of the hideGeom property.
|
void |
setLkTxEntry(java.lang.Boolean value)
Sets the value of the lkTxEntry property.
|
void |
setParent(java.lang.Object parent) |
void |
setRot(java.lang.Double value)
Sets the value of the rot property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setZOrderOff(java.lang.Integer value)
Sets the value of the zOrderOff property.
|
protected CTAdjLst adjLst
protected CTOfficeArtExtensionList extLst
protected java.lang.Double rot
protected java.lang.String type
protected java.lang.String blip
protected java.lang.Integer zOrderOff
protected java.lang.Boolean hideGeom
protected java.lang.Boolean lkTxEntry
protected java.lang.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(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBlip()
Stringpublic void setBlip(java.lang.String value)
value - allowed object is
Stringpublic int getZOrderOff()
Integerpublic void setZOrderOff(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isHideGeom()
Booleanpublic void setHideGeom(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isLkTxEntry()
Booleanpublic void setLkTxEntry(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isBlipPhldr()
Booleanpublic void setBlipPhldr(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.