Class CTMoveToRangeEnd

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

public class CTMoveToRangeEnd extends CTMarkup

Java class for CT_MoveToRangeEnd complex type.

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

 <complexType name="CT_MoveToRangeEnd">
   <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>
 
  • Field Details

  • Constructor Details

    • CTMoveToRangeEnd

      public CTMoveToRangeEnd()
  • Method Details

    • getDisplacedByCustomXml

      public STDisplacedByCustomXml getDisplacedByCustomXml()
      Gets the value of the displacedByCustomXml property.
      Returns:
      possible object is STDisplacedByCustomXml
    • setDisplacedByCustomXml

      public void setDisplacedByCustomXml(STDisplacedByCustomXml value)
      Sets the value of the displacedByCustomXml property.
      Parameters:
      value - allowed object is STDisplacedByCustomXml
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Overrides:
      afterUnmarshal in class CTMarkup
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.