public class CTContentPart extends Object implements Child
Java class for CT_ContentPart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ContentPart">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nvContentPartPr" type="{http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing}CT_ContentPartNonVisual" minOccurs="0"/>
<element name="nvPr" type="{http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing}CT_ApplicationNonVisualDrawingProps" minOccurs="0"/>
<element name="xfrm" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Transform2D" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id use="required""/>
<attribute name="bwMode" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_BlackWhiteMode" default="auto" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STBlackWhiteMode |
bwMode |
protected CTOfficeArtExtensionList |
extLst |
protected String |
id |
protected CTContentPartNonVisual |
nvContentPartPr |
protected CTApplicationNonVisualDrawingProps |
nvPr |
protected CTTransform2D |
xfrm |
| Constructor and Description |
|---|
CTContentPart() |
| 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.
|
STBlackWhiteMode |
getBwMode()
Gets the value of the bwMode property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
String |
getId()
Gets the value of the id property.
|
CTContentPartNonVisual |
getNvContentPartPr()
Gets the value of the nvContentPartPr property.
|
CTApplicationNonVisualDrawingProps |
getNvPr()
Gets the value of the nvPr property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTTransform2D |
getXfrm()
Gets the value of the xfrm property.
|
void |
setBwMode(STBlackWhiteMode value)
Sets the value of the bwMode property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setNvContentPartPr(CTContentPartNonVisual value)
Sets the value of the nvContentPartPr property.
|
void |
setNvPr(CTApplicationNonVisualDrawingProps value)
Sets the value of the nvPr property.
|
void |
setParent(Object parent) |
void |
setXfrm(CTTransform2D value)
Sets the value of the xfrm property.
|
protected CTContentPartNonVisual nvContentPartPr
protected CTApplicationNonVisualDrawingProps nvPr
protected CTTransform2D xfrm
protected CTOfficeArtExtensionList extLst
protected String id
protected STBlackWhiteMode bwMode
public CTContentPartNonVisual getNvContentPartPr()
CTContentPartNonVisualpublic void setNvContentPartPr(CTContentPartNonVisual value)
value - allowed object is
CTContentPartNonVisualpublic CTApplicationNonVisualDrawingProps getNvPr()
CTApplicationNonVisualDrawingPropspublic void setNvPr(CTApplicationNonVisualDrawingProps value)
value - allowed object is
CTApplicationNonVisualDrawingPropspublic CTTransform2D getXfrm()
CTTransform2Dpublic void setXfrm(CTTransform2D value)
value - allowed object is
CTTransform2Dpublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic void setId(String value)
value - allowed object is
Stringpublic STBlackWhiteMode getBwMode()
STBlackWhiteModepublic void setBwMode(STBlackWhiteMode value)
value - allowed object is
STBlackWhiteModepublic 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-2019. All Rights Reserved.