Package org.docx4j.wml
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.Booleancommentsprotected java.lang.Booleanformattingprotected java.lang.BooleaninkAnnotationsprotected java.lang.BooleaninsDelprotected java.lang.Booleanmarkup -
Constructor Summary
Constructors Constructor Description CTTrackChangesView() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(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.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.booleanisComments()Gets the value of the comments property.booleanisFormatting()Gets the value of the formatting property.booleanisInkAnnotations()Gets the value of the inkAnnotations property.booleanisInsDel()Gets the value of the insDel property.booleanisMarkup()Gets the value of the markup property.voidsetComments(java.lang.Boolean value)Sets the value of the comments property.voidsetFormatting(java.lang.Boolean value)Sets the value of the formatting property.voidsetInkAnnotations(java.lang.Boolean value)Sets the value of the inkAnnotations property.voidsetInsDel(java.lang.Boolean value)Sets the value of the insDel property.voidsetMarkup(java.lang.Boolean value)Sets the value of the markup property.voidsetParent(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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
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.
-