Class CTTrackChangeRange

java.lang.Object
org.docx4j.wml.CTMarkup
org.docx4j.wml.CTTrackChange
org.docx4j.wml.CTTrackChangeRange
All Implemented Interfaces:
Child

public class CTTrackChangeRange
extends CTTrackChange

Java class for CT_TrackChangeRange complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_TrackChangeRange">
   <complexContent>
     <extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChange">
       <attribute name="displacedByCustomXml" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DisplacedByCustomXml" />
     </extension>
   </complexContent>
 </complexType>