public class CTPt extends Object
Java class for CT_Pt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Pt"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="prSet" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_ElemPropSet" minOccurs="0"/> <element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties" minOccurs="0"/> <element name="t" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextBody" minOccurs="0"/> <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/> </sequence> <attribute name="modelId" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}ST_ModelId" /> <attribute name="type" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}ST_PtType" default="node" /> <attribute name="cxnId" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}ST_ModelId" default="0" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
cxnId |
protected CTOfficeArtExtensionList |
extLst |
protected String |
modelId |
protected CTElemPropSet |
prSet |
protected CTShapeProperties |
spPr |
protected CTTextBody |
t |
protected STPtType |
type |
Constructor and Description |
---|
CTPt() |
Modifier and Type | Method and Description |
---|---|
String |
getCxnId()
Gets the value of the cxnId property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
String |
getModelId()
Gets the value of the modelId property.
|
CTElemPropSet |
getPrSet()
Gets the value of the prSet property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
CTTextBody |
getT()
Gets the value of the t property.
|
STPtType |
getType()
Gets the value of the type property.
|
void |
setCxnId(String value)
Sets the value of the cxnId property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setModelId(String value)
Sets the value of the modelId property.
|
void |
setPrSet(CTElemPropSet value)
Sets the value of the prSet property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setT(CTTextBody value)
Sets the value of the t property.
|
void |
setType(STPtType value)
Sets the value of the type property.
|
protected CTElemPropSet prSet
protected CTShapeProperties spPr
protected CTTextBody t
protected CTOfficeArtExtensionList extLst
protected String modelId
protected STPtType type
protected String cxnId
public CTElemPropSet getPrSet()
CTElemPropSet
public void setPrSet(CTElemPropSet value)
value
- allowed object is
CTElemPropSet
public CTShapeProperties getSpPr()
CTShapeProperties
public void setSpPr(CTShapeProperties value)
value
- allowed object is
CTShapeProperties
public CTTextBody getT()
CTTextBody
public void setT(CTTextBody value)
value
- allowed object is
CTTextBody
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionList
public void setExtLst(CTOfficeArtExtensionList value)
value
- allowed object is
CTOfficeArtExtensionList
public String getModelId()
String
public void setModelId(String value)
value
- allowed object is
String
public STPtType getType()
STPtType
public void setType(STPtType value)
value
- allowed object is
STPtType
public String getCxnId()
String
Copyright © 2007-2019. All Rights Reserved.