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(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.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()
STDisplacedByCustomXmlpublic void setDisplacedByCustomXml(STDisplacedByCustomXml value)
value - allowed object is
STDisplacedByCustomXmlpublic void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
afterUnmarshal in class CTMarkupparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.