public class CTElemPropSet extends Object implements Child
Java class for CT_ElemPropSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ElemPropSet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="presLayoutVars" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_LayoutVariablePropertySet" minOccurs="0"/>
<element name="style" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeStyle" minOccurs="0"/>
</sequence>
<attribute name="presAssocID" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}ST_ModelId" />
<attribute name="presName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="presStyleLbl" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="presStyleIdx" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="presStyleCnt" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="loTypeId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="loCatId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="qsTypeId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="qsCatId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="csTypeId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="csCatId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="coherent3DOff" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="phldrT" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="phldr" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="custAng" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="custFlipVert" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="custFlipHor" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="custSzX" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="custSzY" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="custScaleX" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="custScaleY" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="custT" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="custLinFactX" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="custLinFactY" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="custLinFactNeighborX" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="custLinFactNeighborY" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="custRadScaleRad" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="custRadScaleInc" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
coherent3DOff |
protected String |
csCatId |
protected String |
csTypeId |
protected Integer |
custAng |
protected Boolean |
custFlipHor |
protected Boolean |
custFlipVert |
protected Integer |
custLinFactNeighborX |
protected Integer |
custLinFactNeighborY |
protected Integer |
custLinFactX |
protected Integer |
custLinFactY |
protected Integer |
custRadScaleInc |
protected Integer |
custRadScaleRad |
protected Integer |
custScaleX |
protected Integer |
custScaleY |
protected Integer |
custSzX |
protected Integer |
custSzY |
protected Boolean |
custT |
protected String |
loCatId |
protected String |
loTypeId |
protected Boolean |
phldr |
protected String |
phldrT |
protected String |
presAssocID |
protected CTLayoutVariablePropertySet |
presLayoutVars |
protected String |
presName |
protected Integer |
presStyleCnt |
protected Integer |
presStyleIdx |
protected String |
presStyleLbl |
protected String |
qsCatId |
protected String |
qsTypeId |
protected CTShapeStyle |
style |
| Constructor and Description |
|---|
CTElemPropSet() |
| 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.
|
String |
getCsCatId()
Gets the value of the csCatId property.
|
String |
getCsTypeId()
Gets the value of the csTypeId property.
|
Integer |
getCustAng()
Gets the value of the custAng property.
|
Integer |
getCustLinFactNeighborX()
Gets the value of the custLinFactNeighborX property.
|
Integer |
getCustLinFactNeighborY()
Gets the value of the custLinFactNeighborY property.
|
Integer |
getCustLinFactX()
Gets the value of the custLinFactX property.
|
Integer |
getCustLinFactY()
Gets the value of the custLinFactY property.
|
Integer |
getCustRadScaleInc()
Gets the value of the custRadScaleInc property.
|
Integer |
getCustRadScaleRad()
Gets the value of the custRadScaleRad property.
|
Integer |
getCustScaleX()
Gets the value of the custScaleX property.
|
Integer |
getCustScaleY()
Gets the value of the custScaleY property.
|
Integer |
getCustSzX()
Gets the value of the custSzX property.
|
Integer |
getCustSzY()
Gets the value of the custSzY property.
|
String |
getLoCatId()
Gets the value of the loCatId property.
|
String |
getLoTypeId()
Gets the value of the loTypeId property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getPhldrT()
Gets the value of the phldrT property.
|
String |
getPresAssocID()
Gets the value of the presAssocID property.
|
CTLayoutVariablePropertySet |
getPresLayoutVars()
Gets the value of the presLayoutVars property.
|
String |
getPresName()
Gets the value of the presName property.
|
Integer |
getPresStyleCnt()
Gets the value of the presStyleCnt property.
|
Integer |
getPresStyleIdx()
Gets the value of the presStyleIdx property.
|
String |
getPresStyleLbl()
Gets the value of the presStyleLbl property.
|
String |
getQsCatId()
Gets the value of the qsCatId property.
|
String |
getQsTypeId()
Gets the value of the qsTypeId property.
|
CTShapeStyle |
getStyle()
Gets the value of the style property.
|
Boolean |
isCoherent3DOff()
Gets the value of the coherent3DOff property.
|
Boolean |
isCustFlipHor()
Gets the value of the custFlipHor property.
|
Boolean |
isCustFlipVert()
Gets the value of the custFlipVert property.
|
Boolean |
isCustT()
Gets the value of the custT property.
|
Boolean |
isPhldr()
Gets the value of the phldr property.
|
void |
setCoherent3DOff(Boolean value)
Sets the value of the coherent3DOff property.
|
void |
setCsCatId(String value)
Sets the value of the csCatId property.
|
void |
setCsTypeId(String value)
Sets the value of the csTypeId property.
|
void |
setCustAng(Integer value)
Sets the value of the custAng property.
|
void |
setCustFlipHor(Boolean value)
Sets the value of the custFlipHor property.
|
void |
setCustFlipVert(Boolean value)
Sets the value of the custFlipVert property.
|
void |
setCustLinFactNeighborX(Integer value)
Sets the value of the custLinFactNeighborX property.
|
void |
setCustLinFactNeighborY(Integer value)
Sets the value of the custLinFactNeighborY property.
|
void |
setCustLinFactX(Integer value)
Sets the value of the custLinFactX property.
|
void |
setCustLinFactY(Integer value)
Sets the value of the custLinFactY property.
|
void |
setCustRadScaleInc(Integer value)
Sets the value of the custRadScaleInc property.
|
void |
setCustRadScaleRad(Integer value)
Sets the value of the custRadScaleRad property.
|
void |
setCustScaleX(Integer value)
Sets the value of the custScaleX property.
|
void |
setCustScaleY(Integer value)
Sets the value of the custScaleY property.
|
void |
setCustSzX(Integer value)
Sets the value of the custSzX property.
|
void |
setCustSzY(Integer value)
Sets the value of the custSzY property.
|
void |
setCustT(Boolean value)
Sets the value of the custT property.
|
void |
setLoCatId(String value)
Sets the value of the loCatId property.
|
void |
setLoTypeId(String value)
Sets the value of the loTypeId property.
|
void |
setParent(Object parent) |
void |
setPhldr(Boolean value)
Sets the value of the phldr property.
|
void |
setPhldrT(String value)
Sets the value of the phldrT property.
|
void |
setPresAssocID(String value)
Sets the value of the presAssocID property.
|
void |
setPresLayoutVars(CTLayoutVariablePropertySet value)
Sets the value of the presLayoutVars property.
|
void |
setPresName(String value)
Sets the value of the presName property.
|
void |
setPresStyleCnt(Integer value)
Sets the value of the presStyleCnt property.
|
void |
setPresStyleIdx(Integer value)
Sets the value of the presStyleIdx property.
|
void |
setPresStyleLbl(String value)
Sets the value of the presStyleLbl property.
|
void |
setQsCatId(String value)
Sets the value of the qsCatId property.
|
void |
setQsTypeId(String value)
Sets the value of the qsTypeId property.
|
void |
setStyle(CTShapeStyle value)
Sets the value of the style property.
|
protected CTLayoutVariablePropertySet presLayoutVars
protected CTShapeStyle style
protected String presAssocID
protected String presName
protected String presStyleLbl
protected Integer presStyleIdx
protected Integer presStyleCnt
protected String loTypeId
protected String loCatId
protected String qsTypeId
protected String qsCatId
protected String csTypeId
protected String csCatId
protected Boolean coherent3DOff
protected String phldrT
protected Boolean phldr
protected Integer custAng
protected Boolean custFlipVert
protected Boolean custFlipHor
protected Integer custSzX
protected Integer custSzY
protected Integer custScaleX
protected Integer custScaleY
protected Boolean custT
protected Integer custLinFactX
protected Integer custLinFactY
protected Integer custLinFactNeighborX
protected Integer custLinFactNeighborY
protected Integer custRadScaleRad
protected Integer custRadScaleInc
public CTLayoutVariablePropertySet getPresLayoutVars()
CTLayoutVariablePropertySetpublic void setPresLayoutVars(CTLayoutVariablePropertySet value)
value - allowed object is
CTLayoutVariablePropertySetpublic CTShapeStyle getStyle()
CTShapeStylepublic void setStyle(CTShapeStyle value)
value - allowed object is
CTShapeStylepublic String getPresAssocID()
Stringpublic void setPresAssocID(String value)
value - allowed object is
Stringpublic String getPresName()
Stringpublic void setPresName(String value)
value - allowed object is
Stringpublic String getPresStyleLbl()
Stringpublic void setPresStyleLbl(String value)
value - allowed object is
Stringpublic Integer getPresStyleIdx()
Integerpublic void setPresStyleIdx(Integer value)
value - allowed object is
Integerpublic Integer getPresStyleCnt()
Integerpublic void setPresStyleCnt(Integer value)
value - allowed object is
Integerpublic String getLoTypeId()
Stringpublic void setLoTypeId(String value)
value - allowed object is
Stringpublic String getLoCatId()
Stringpublic void setLoCatId(String value)
value - allowed object is
Stringpublic String getQsTypeId()
Stringpublic void setQsTypeId(String value)
value - allowed object is
Stringpublic String getQsCatId()
Stringpublic void setQsCatId(String value)
value - allowed object is
Stringpublic String getCsTypeId()
Stringpublic void setCsTypeId(String value)
value - allowed object is
Stringpublic String getCsCatId()
Stringpublic void setCsCatId(String value)
value - allowed object is
Stringpublic Boolean isCoherent3DOff()
Booleanpublic void setCoherent3DOff(Boolean value)
value - allowed object is
Booleanpublic String getPhldrT()
Stringpublic void setPhldrT(String value)
value - allowed object is
Stringpublic Boolean isPhldr()
Booleanpublic void setPhldr(Boolean value)
value - allowed object is
Booleanpublic Integer getCustAng()
Integerpublic void setCustAng(Integer value)
value - allowed object is
Integerpublic Boolean isCustFlipVert()
Booleanpublic void setCustFlipVert(Boolean value)
value - allowed object is
Booleanpublic Boolean isCustFlipHor()
Booleanpublic void setCustFlipHor(Boolean value)
value - allowed object is
Booleanpublic Integer getCustSzX()
Integerpublic void setCustSzX(Integer value)
value - allowed object is
Integerpublic Integer getCustSzY()
Integerpublic void setCustSzY(Integer value)
value - allowed object is
Integerpublic Integer getCustScaleX()
Integerpublic void setCustScaleX(Integer value)
value - allowed object is
Integerpublic Integer getCustScaleY()
Integerpublic void setCustScaleY(Integer value)
value - allowed object is
Integerpublic Boolean isCustT()
Booleanpublic void setCustT(Boolean value)
value - allowed object is
Booleanpublic Integer getCustLinFactX()
Integerpublic void setCustLinFactX(Integer value)
value - allowed object is
Integerpublic Integer getCustLinFactY()
Integerpublic void setCustLinFactY(Integer value)
value - allowed object is
Integerpublic Integer getCustLinFactNeighborX()
Integerpublic void setCustLinFactNeighborX(Integer value)
value - allowed object is
Integerpublic Integer getCustLinFactNeighborY()
Integerpublic void setCustLinFactNeighborY(Integer value)
value - allowed object is
Integerpublic Integer getCustRadScaleRad()
Integerpublic void setCustRadScaleRad(Integer value)
value - allowed object is
Integerpublic Integer getCustRadScaleInc()
Integerpublic void setCustRadScaleInc(Integer value)
value - allowed object is
Integerpublic 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.