public class CTElemPropSet extends java.lang.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 java.lang.Boolean |
coherent3DOff |
protected java.lang.String |
csCatId |
protected java.lang.String |
csTypeId |
protected java.lang.Integer |
custAng |
protected java.lang.Boolean |
custFlipHor |
protected java.lang.Boolean |
custFlipVert |
protected java.lang.Integer |
custLinFactNeighborX |
protected java.lang.Integer |
custLinFactNeighborY |
protected java.lang.Integer |
custLinFactX |
protected java.lang.Integer |
custLinFactY |
protected java.lang.Integer |
custRadScaleInc |
protected java.lang.Integer |
custRadScaleRad |
protected java.lang.Integer |
custScaleX |
protected java.lang.Integer |
custScaleY |
protected java.lang.Integer |
custSzX |
protected java.lang.Integer |
custSzY |
protected java.lang.Boolean |
custT |
protected java.lang.String |
loCatId |
protected java.lang.String |
loTypeId |
protected java.lang.Boolean |
phldr |
protected java.lang.String |
phldrT |
protected java.lang.String |
presAssocID |
protected CTLayoutVariablePropertySet |
presLayoutVars |
protected java.lang.String |
presName |
protected java.lang.Integer |
presStyleCnt |
protected java.lang.Integer |
presStyleIdx |
protected java.lang.String |
presStyleLbl |
protected java.lang.String |
qsCatId |
protected java.lang.String |
qsTypeId |
protected CTShapeStyle |
style |
| Constructor and Description |
|---|
CTElemPropSet() |
| 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.
|
java.lang.String |
getCsCatId()
Gets the value of the csCatId property.
|
java.lang.String |
getCsTypeId()
Gets the value of the csTypeId property.
|
java.lang.Integer |
getCustAng()
Gets the value of the custAng property.
|
java.lang.Integer |
getCustLinFactNeighborX()
Gets the value of the custLinFactNeighborX property.
|
java.lang.Integer |
getCustLinFactNeighborY()
Gets the value of the custLinFactNeighborY property.
|
java.lang.Integer |
getCustLinFactX()
Gets the value of the custLinFactX property.
|
java.lang.Integer |
getCustLinFactY()
Gets the value of the custLinFactY property.
|
java.lang.Integer |
getCustRadScaleInc()
Gets the value of the custRadScaleInc property.
|
java.lang.Integer |
getCustRadScaleRad()
Gets the value of the custRadScaleRad property.
|
java.lang.Integer |
getCustScaleX()
Gets the value of the custScaleX property.
|
java.lang.Integer |
getCustScaleY()
Gets the value of the custScaleY property.
|
java.lang.Integer |
getCustSzX()
Gets the value of the custSzX property.
|
java.lang.Integer |
getCustSzY()
Gets the value of the custSzY property.
|
java.lang.String |
getLoCatId()
Gets the value of the loCatId property.
|
java.lang.String |
getLoTypeId()
Gets the value of the loTypeId property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getPhldrT()
Gets the value of the phldrT property.
|
java.lang.String |
getPresAssocID()
Gets the value of the presAssocID property.
|
CTLayoutVariablePropertySet |
getPresLayoutVars()
Gets the value of the presLayoutVars property.
|
java.lang.String |
getPresName()
Gets the value of the presName property.
|
java.lang.Integer |
getPresStyleCnt()
Gets the value of the presStyleCnt property.
|
java.lang.Integer |
getPresStyleIdx()
Gets the value of the presStyleIdx property.
|
java.lang.String |
getPresStyleLbl()
Gets the value of the presStyleLbl property.
|
java.lang.String |
getQsCatId()
Gets the value of the qsCatId property.
|
java.lang.String |
getQsTypeId()
Gets the value of the qsTypeId property.
|
CTShapeStyle |
getStyle()
Gets the value of the style property.
|
java.lang.Boolean |
isCoherent3DOff()
Gets the value of the coherent3DOff property.
|
java.lang.Boolean |
isCustFlipHor()
Gets the value of the custFlipHor property.
|
java.lang.Boolean |
isCustFlipVert()
Gets the value of the custFlipVert property.
|
java.lang.Boolean |
isCustT()
Gets the value of the custT property.
|
java.lang.Boolean |
isPhldr()
Gets the value of the phldr property.
|
void |
setCoherent3DOff(java.lang.Boolean value)
Sets the value of the coherent3DOff property.
|
void |
setCsCatId(java.lang.String value)
Sets the value of the csCatId property.
|
void |
setCsTypeId(java.lang.String value)
Sets the value of the csTypeId property.
|
void |
setCustAng(java.lang.Integer value)
Sets the value of the custAng property.
|
void |
setCustFlipHor(java.lang.Boolean value)
Sets the value of the custFlipHor property.
|
void |
setCustFlipVert(java.lang.Boolean value)
Sets the value of the custFlipVert property.
|
void |
setCustLinFactNeighborX(java.lang.Integer value)
Sets the value of the custLinFactNeighborX property.
|
void |
setCustLinFactNeighborY(java.lang.Integer value)
Sets the value of the custLinFactNeighborY property.
|
void |
setCustLinFactX(java.lang.Integer value)
Sets the value of the custLinFactX property.
|
void |
setCustLinFactY(java.lang.Integer value)
Sets the value of the custLinFactY property.
|
void |
setCustRadScaleInc(java.lang.Integer value)
Sets the value of the custRadScaleInc property.
|
void |
setCustRadScaleRad(java.lang.Integer value)
Sets the value of the custRadScaleRad property.
|
void |
setCustScaleX(java.lang.Integer value)
Sets the value of the custScaleX property.
|
void |
setCustScaleY(java.lang.Integer value)
Sets the value of the custScaleY property.
|
void |
setCustSzX(java.lang.Integer value)
Sets the value of the custSzX property.
|
void |
setCustSzY(java.lang.Integer value)
Sets the value of the custSzY property.
|
void |
setCustT(java.lang.Boolean value)
Sets the value of the custT property.
|
void |
setLoCatId(java.lang.String value)
Sets the value of the loCatId property.
|
void |
setLoTypeId(java.lang.String value)
Sets the value of the loTypeId property.
|
void |
setParent(java.lang.Object parent) |
void |
setPhldr(java.lang.Boolean value)
Sets the value of the phldr property.
|
void |
setPhldrT(java.lang.String value)
Sets the value of the phldrT property.
|
void |
setPresAssocID(java.lang.String value)
Sets the value of the presAssocID property.
|
void |
setPresLayoutVars(CTLayoutVariablePropertySet value)
Sets the value of the presLayoutVars property.
|
void |
setPresName(java.lang.String value)
Sets the value of the presName property.
|
void |
setPresStyleCnt(java.lang.Integer value)
Sets the value of the presStyleCnt property.
|
void |
setPresStyleIdx(java.lang.Integer value)
Sets the value of the presStyleIdx property.
|
void |
setPresStyleLbl(java.lang.String value)
Sets the value of the presStyleLbl property.
|
void |
setQsCatId(java.lang.String value)
Sets the value of the qsCatId property.
|
void |
setQsTypeId(java.lang.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 java.lang.String presAssocID
protected java.lang.String presName
protected java.lang.String presStyleLbl
protected java.lang.Integer presStyleIdx
protected java.lang.Integer presStyleCnt
protected java.lang.String loTypeId
protected java.lang.String loCatId
protected java.lang.String qsTypeId
protected java.lang.String qsCatId
protected java.lang.String csTypeId
protected java.lang.String csCatId
protected java.lang.Boolean coherent3DOff
protected java.lang.String phldrT
protected java.lang.Boolean phldr
protected java.lang.Integer custAng
protected java.lang.Boolean custFlipVert
protected java.lang.Boolean custFlipHor
protected java.lang.Integer custSzX
protected java.lang.Integer custSzY
protected java.lang.Integer custScaleX
protected java.lang.Integer custScaleY
protected java.lang.Boolean custT
protected java.lang.Integer custLinFactX
protected java.lang.Integer custLinFactY
protected java.lang.Integer custLinFactNeighborX
protected java.lang.Integer custLinFactNeighborY
protected java.lang.Integer custRadScaleRad
protected java.lang.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 java.lang.String getPresAssocID()
Stringpublic void setPresAssocID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPresName()
Stringpublic void setPresName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPresStyleLbl()
Stringpublic void setPresStyleLbl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPresStyleIdx()
Integerpublic void setPresStyleIdx(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getPresStyleCnt()
Integerpublic void setPresStyleCnt(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getLoTypeId()
Stringpublic void setLoTypeId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLoCatId()
Stringpublic void setLoCatId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQsTypeId()
Stringpublic void setQsTypeId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQsCatId()
Stringpublic void setQsCatId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCsTypeId()
Stringpublic void setCsTypeId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCsCatId()
Stringpublic void setCsCatId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isCoherent3DOff()
Booleanpublic void setCoherent3DOff(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getPhldrT()
Stringpublic void setPhldrT(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isPhldr()
Booleanpublic void setPhldr(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getCustAng()
Integerpublic void setCustAng(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isCustFlipVert()
Booleanpublic void setCustFlipVert(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isCustFlipHor()
Booleanpublic void setCustFlipHor(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getCustSzX()
Integerpublic void setCustSzX(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCustSzY()
Integerpublic void setCustSzY(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCustScaleX()
Integerpublic void setCustScaleX(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCustScaleY()
Integerpublic void setCustScaleY(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isCustT()
Booleanpublic void setCustT(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getCustLinFactX()
Integerpublic void setCustLinFactX(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCustLinFactY()
Integerpublic void setCustLinFactY(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCustLinFactNeighborX()
Integerpublic void setCustLinFactNeighborX(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCustLinFactNeighborY()
Integerpublic void setCustLinFactNeighborY(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCustRadScaleRad()
Integerpublic void setCustRadScaleRad(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCustRadScaleInc()
Integerpublic void setCustRadScaleInc(java.lang.Integer value)
value - allowed object is
Integerpublic 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–2025. All rights reserved.