Class CTTrackChangesView

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

public class CTTrackChangesView
extends java.lang.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 Summary

    Fields
    Modifier and Type Field Description
    protected java.lang.Boolean comments  
    protected java.lang.Boolean formatting  
    protected java.lang.Boolean inkAnnotations  
    protected java.lang.Boolean insDel  
    protected java.lang.Boolean markup  
  • Constructor Summary

    Constructors
    Constructor Description
    CTTrackChangesView()  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
    This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    boolean isComments()
    Gets the value of the comments property.
    boolean isFormatting()
    Gets the value of the formatting property.
    boolean isInkAnnotations()
    Gets the value of the inkAnnotations property.
    boolean isInsDel()
    Gets the value of the insDel property.
    boolean isMarkup()
    Gets the value of the markup property.
    void setComments​(java.lang.Boolean value)
    Sets the value of the comments property.
    void setFormatting​(java.lang.Boolean value)
    Sets the value of the formatting property.
    void setInkAnnotations​(java.lang.Boolean value)
    Sets the value of the inkAnnotations property.
    void setInsDel​(java.lang.Boolean value)
    Sets the value of the insDel property.
    void setMarkup​(java.lang.Boolean value)
    Sets the value of the markup property.
    void setParent​(java.lang.Object parent)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • markup

      protected java.lang.Boolean markup
    • comments

      protected java.lang.Boolean comments
    • insDel

      protected java.lang.Boolean insDel
    • formatting

      protected java.lang.Boolean formatting
    • inkAnnotations

      protected java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.Boolean value)
      Sets the value of the inkAnnotations property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public java.lang.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​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.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.