Class CTTrackChangesView

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

public class CTTrackChangesView extends Object implements Child

Java class for CT_TrackChangesView complex type.

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

 <complexType name="CT_TrackChangesView">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="markup" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="comments" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="insDel" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="formatting" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="inkAnnotations" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • markup

      protected Boolean markup
    • comments

      protected Boolean comments
    • insDel

      protected Boolean insDel
    • formatting

      protected Boolean formatting
    • inkAnnotations

      protected Boolean inkAnnotations
  • Constructor Details

    • CTTrackChangesView

      public CTTrackChangesView()
  • Method Details

    • isMarkup

      public boolean isMarkup()
      Gets the value of the markup property.
      Returns:
      possible object is Boolean
    • setMarkup

      public void setMarkup(Boolean value)
      Sets the value of the markup property.
      Parameters:
      value - allowed object is Boolean
    • isComments

      public boolean isComments()
      Gets the value of the comments property.
      Returns:
      possible object is Boolean
    • setComments

      public void setComments(Boolean value)
      Sets the value of the comments property.
      Parameters:
      value - allowed object is Boolean
    • isInsDel

      public boolean isInsDel()
      Gets the value of the insDel property.
      Returns:
      possible object is Boolean
    • setInsDel

      public void setInsDel(Boolean value)
      Sets the value of the insDel property.
      Parameters:
      value - allowed object is Boolean
    • isFormatting

      public boolean isFormatting()
      Gets the value of the formatting property.
      Returns:
      possible object is Boolean
    • setFormatting

      public void setFormatting(Boolean value)
      Sets the value of the formatting property.
      Parameters:
      value - allowed object is Boolean
    • isInkAnnotations

      public boolean isInkAnnotations()
      Gets the value of the inkAnnotations property.
      Returns:
      possible object is Boolean
    • setInkAnnotations

      public void setInkAnnotations(Boolean value)
      Sets the value of the inkAnnotations property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • 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.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.