public class CTDashStop extends Object
Java class for CT_DashStop complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DashStop">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="d" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositivePercentage" />
<attribute name="sp" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositivePercentage" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CTDashStop() |
| Modifier and Type | Method and Description |
|---|---|
int |
getD()
Gets the value of the d property.
|
int |
getSp()
Gets the value of the sp property.
|
void |
setD(int value)
Sets the value of the d property.
|
void |
setSp(int value)
Sets the value of the sp property.
|
Copyright © 2007-2019. All Rights Reserved.