public class CTSectPrChange extends CTTrackChange
Java class for CT_SectPrChange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SectPrChange">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChange">
<sequence>
<element name="sectPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_SectPrBase" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SectPrBase |
sectPr |
author, date| Constructor and Description |
|---|
CTSectPrChange() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
SectPrBase |
getSectPr()
Gets the value of the sectPr property.
|
void |
setSectPr(SectPrBase value)
Sets the value of the sectPr property.
|
getAuthor, getDate, setAuthor, setDateprotected SectPrBase sectPr
public SectPrBase getSectPr()
SectPrBasepublic void setSectPr(SectPrBase value)
value - allowed object is
SectPrBasepublic void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
afterUnmarshal in class CTTrackChangeparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.