public class CTMarkupRange extends CTMarkup
Java class for CT_MarkupRange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_MarkupRange"> <complexContent> <extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Markup"> <attribute name="displacedByCustomXml" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DisplacedByCustomXml" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected STDisplacedByCustomXml |
displacedByCustomXml |
Constructor and Description |
---|
CTMarkupRange() |
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.
|
STDisplacedByCustomXml |
getDisplacedByCustomXml()
Gets the value of the displacedByCustomXml property.
|
void |
setDisplacedByCustomXml(STDisplacedByCustomXml value)
Sets the value of the displacedByCustomXml property.
|
protected STDisplacedByCustomXml displacedByCustomXml
public STDisplacedByCustomXml getDisplacedByCustomXml()
STDisplacedByCustomXml
public void setDisplacedByCustomXml(STDisplacedByCustomXml value)
value
- allowed object is
STDisplacedByCustomXml
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
afterUnmarshal
in class CTMarkup
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.