public class CTShape extends Object
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 |
---|---|
CTAdjLst |
getAdjLst()
Gets the value of the adjLst property.
|
String |
getBlip()
Relationship to Image Part
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
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 |
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()
CTAdjLst
public void setAdjLst(CTAdjLst value)
value
- allowed object is
CTAdjLst
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionList
public void setExtLst(CTOfficeArtExtensionList value)
value
- allowed object is
CTOfficeArtExtensionList
public double getRot()
Double
public void setRot(Double value)
value
- allowed object is
Double
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public void setBlip(String value)
value
- allowed object is
String
public int getZOrderOff()
Integer
public void setZOrderOff(Integer value)
value
- allowed object is
Integer
public boolean isHideGeom()
Boolean
public void setHideGeom(Boolean value)
value
- allowed object is
Boolean
public boolean isLkTxEntry()
Boolean
public void setLkTxEntry(Boolean value)
value
- allowed object is
Boolean
public boolean isBlipPhldr()
Boolean
Copyright © 2007-2013. All Rights Reserved.