Interface VmlShapeElements
- All Known Implementing Classes:
CTArc,CTCurve,CTGroup,CTImage,CTLine,CTOval,CTPolyLine,CTRect,CTRoundRect,CTShape,CTShapetype
public interface VmlShapeElements
- Since:
- 3.0.1
- Author:
- jharrop
-
Method Summary
Modifier and Type Method Description java.util.List<jakarta.xml.bind.JAXBElement<?>>getEGShapeElements()Gets the value of the egShapeElements property.
-
Method Details
-
getEGShapeElements
java.util.List<jakarta.xml.bind.JAXBElement<?>> getEGShapeElements()Gets the value of the egShapeElements property.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
setmethod for the egShapeElements property.For example, to add a new item, do as follows:
getEGShapeElements().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<CTClientData>JAXBElement<CTClipPath>JAXBElement<CTImageData>JAXBElement<CTSkew>JAXBElement<CTHandles>JAXBElement<CTAnchorLock>JAXBElement<CTFill>JAXBElement<CTBorder>JAXBElement<CTExtrusion>JAXBElement<CTBorder>JAXBElement<CTTextbox>JAXBElement<CTFormulas>JAXBElement<CTTextPath>JAXBElement<CTShadow>JAXBElement<CTBorder>JAXBElement<CTSignatureLine>JAXBElement<CTBorder>JAXBElement<CTStroke>JAXBElement<CTPath>JAXBElement<CTLock>JAXBElement<CTWrap>JAXBElement<CTRel>JAXBElement<CTCallout>
-