public class CTElemPropSet extends Object
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 |
---|---|
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.
|
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 |
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()
CTLayoutVariablePropertySet
public void setPresLayoutVars(CTLayoutVariablePropertySet value)
value
- allowed object is
CTLayoutVariablePropertySet
public CTShapeStyle getStyle()
CTShapeStyle
public void setStyle(CTShapeStyle value)
value
- allowed object is
CTShapeStyle
public String getPresAssocID()
String
public void setPresAssocID(String value)
value
- allowed object is
String
public String getPresName()
String
public void setPresName(String value)
value
- allowed object is
String
public String getPresStyleLbl()
String
public void setPresStyleLbl(String value)
value
- allowed object is
String
public Integer getPresStyleIdx()
Integer
public void setPresStyleIdx(Integer value)
value
- allowed object is
Integer
public Integer getPresStyleCnt()
Integer
public void setPresStyleCnt(Integer value)
value
- allowed object is
Integer
public String getLoTypeId()
String
public void setLoTypeId(String value)
value
- allowed object is
String
public String getLoCatId()
String
public void setLoCatId(String value)
value
- allowed object is
String
public String getQsTypeId()
String
public void setQsTypeId(String value)
value
- allowed object is
String
public String getQsCatId()
String
public void setQsCatId(String value)
value
- allowed object is
String
public String getCsTypeId()
String
public void setCsTypeId(String value)
value
- allowed object is
String
public String getCsCatId()
String
public void setCsCatId(String value)
value
- allowed object is
String
public Boolean isCoherent3DOff()
Boolean
public void setCoherent3DOff(Boolean value)
value
- allowed object is
Boolean
public String getPhldrT()
String
public void setPhldrT(String value)
value
- allowed object is
String
public Boolean isPhldr()
Boolean
public void setPhldr(Boolean value)
value
- allowed object is
Boolean
public Integer getCustAng()
Integer
public void setCustAng(Integer value)
value
- allowed object is
Integer
public Boolean isCustFlipVert()
Boolean
public void setCustFlipVert(Boolean value)
value
- allowed object is
Boolean
public Boolean isCustFlipHor()
Boolean
public void setCustFlipHor(Boolean value)
value
- allowed object is
Boolean
public Integer getCustSzX()
Integer
public void setCustSzX(Integer value)
value
- allowed object is
Integer
public Integer getCustSzY()
Integer
public void setCustSzY(Integer value)
value
- allowed object is
Integer
public Integer getCustScaleX()
Integer
public void setCustScaleX(Integer value)
value
- allowed object is
Integer
public Integer getCustScaleY()
Integer
public void setCustScaleY(Integer value)
value
- allowed object is
Integer
public Boolean isCustT()
Boolean
public void setCustT(Boolean value)
value
- allowed object is
Boolean
public Integer getCustLinFactX()
Integer
public void setCustLinFactX(Integer value)
value
- allowed object is
Integer
public Integer getCustLinFactY()
Integer
public void setCustLinFactY(Integer value)
value
- allowed object is
Integer
public Integer getCustLinFactNeighborX()
Integer
public void setCustLinFactNeighborX(Integer value)
value
- allowed object is
Integer
public Integer getCustLinFactNeighborY()
Integer
public void setCustLinFactNeighborY(Integer value)
value
- allowed object is
Integer
public Integer getCustRadScaleRad()
Integer
public void setCustRadScaleRad(Integer value)
value
- allowed object is
Integer
public Integer getCustRadScaleInc()
Integer
Copyright © 2007-2014. All Rights Reserved.