public class CTWrapPath extends Object
Java class for CT_WrapPath complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_WrapPath"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="start" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Point2D"/> <element name="lineTo" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Point2D" maxOccurs="unbounded" minOccurs="2"/> </sequence> <attribute name="edited" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
edited |
protected List<CTPoint2D> |
lineTo |
protected CTPoint2D |
start |
Constructor and Description |
---|
CTWrapPath() |
Modifier and Type | Method and Description |
---|---|
List<CTPoint2D> |
getLineTo()
Gets the value of the lineTo property.
|
CTPoint2D |
getStart()
Gets the value of the start property.
|
Boolean |
isEdited()
Gets the value of the edited property.
|
void |
setEdited(Boolean value)
Sets the value of the edited property.
|
void |
setStart(CTPoint2D value)
Sets the value of the start property.
|
public CTPoint2D getStart()
CTPoint2D
public void setStart(CTPoint2D value)
value
- allowed object is
CTPoint2D
public List<CTPoint2D> getLineTo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the lineTo property.
For example, to add a new item, do as follows:
getLineTo().add(newItem);
Objects of the following type(s) are allowed in the list
CTPoint2D
public Boolean isEdited()
Boolean
Copyright © 2007-2019. All Rights Reserved.