public class CTWordprocessingGroup extends Object implements Child
Java class for CT_WordprocessingGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_WordprocessingGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cNvPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_NonVisualDrawingProps" minOccurs="0"/>
<element name="cNvGrpSpPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_NonVisualGroupDrawingShapeProps"/>
<element name="grpSpPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_GroupShapeProperties"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://schemas.microsoft.com/office/word/2010/wordprocessingShape}wsp"/>
<element name="grpSp" type="{http://schemas.microsoft.com/office/word/2010/wordprocessingGroup}CT_WordprocessingGroup"/>
<element name="graphicFrame" type="{http://schemas.microsoft.com/office/word/2010/wordprocessingGroup}CT_GraphicFrame"/>
<element ref="{http://schemas.openxmlformats.org/drawingml/2006/picture}pic"/>
</choice>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTNonVisualGroupDrawingShapeProps |
cNvGrpSpPr |
protected CTNonVisualDrawingProps |
cNvPr |
protected CTOfficeArtExtensionList |
extLst |
protected CTGroupShapeProperties |
grpSpPr |
protected List<Object> |
wspOrGrpSpOrGraphicFrame |
| Constructor and Description |
|---|
CTWordprocessingGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTNonVisualGroupDrawingShapeProps |
getCNvGrpSpPr()
Gets the value of the cNvGrpSpPr property.
|
CTNonVisualDrawingProps |
getCNvPr()
Gets the value of the cNvPr property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTGroupShapeProperties |
getGrpSpPr()
Gets the value of the grpSpPr property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
List<Object> |
getWspOrGrpSpOrGraphicFrame()
Gets the value of the wspOrGrpSpOrGraphicFrame property.
|
void |
setCNvGrpSpPr(CTNonVisualGroupDrawingShapeProps value)
Sets the value of the cNvGrpSpPr property.
|
void |
setCNvPr(CTNonVisualDrawingProps value)
Sets the value of the cNvPr property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setGrpSpPr(CTGroupShapeProperties value)
Sets the value of the grpSpPr property.
|
void |
setParent(Object parent) |
protected CTNonVisualDrawingProps cNvPr
protected CTNonVisualGroupDrawingShapeProps cNvGrpSpPr
protected CTGroupShapeProperties grpSpPr
protected CTOfficeArtExtensionList extLst
public CTNonVisualDrawingProps getCNvPr()
CTNonVisualDrawingPropspublic void setCNvPr(CTNonVisualDrawingProps value)
value - allowed object is
CTNonVisualDrawingPropspublic CTNonVisualGroupDrawingShapeProps getCNvGrpSpPr()
CTNonVisualGroupDrawingShapePropspublic void setCNvGrpSpPr(CTNonVisualGroupDrawingShapeProps value)
value - allowed object is
CTNonVisualGroupDrawingShapePropspublic CTGroupShapeProperties getGrpSpPr()
CTGroupShapePropertiespublic void setGrpSpPr(CTGroupShapeProperties value)
value - allowed object is
CTGroupShapePropertiespublic List<Object> getWspOrGrpSpOrGraphicFrame()
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 wspOrGrpSpOrGraphicFrame property.
For example, to add a new item, do as follows:
getWspOrGrpSpOrGraphicFrame().add(newItem);
Objects of the following type(s) are allowed in the list
CTWordprocessingShape
CTWordprocessingGroup
CTGraphicFrame
Pic
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.