Package org.docx4j.wml
Class CTTrackChangesView
java.lang.Object
org.docx4j.wml.CTTrackChangesView
- All Implemented Interfaces:
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the parent object in the object tree representing the unmarshalled xml document.booleanGets the value of the comments property.booleanGets the value of the formatting property.booleanGets the value of the inkAnnotations property.booleanisInsDel()Gets the value of the insDel property.booleanisMarkup()Gets the value of the markup property.voidsetComments(Boolean value) Sets the value of the comments property.voidsetFormatting(Boolean value) Sets the value of the formatting property.voidsetInkAnnotations(Boolean value) Sets the value of the inkAnnotations property.voidSets the value of the insDel property.voidSets the value of the markup property.void
-
Field Details
-
markup
-
comments
-
insDel
-
formatting
-
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
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
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
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
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
Sets the value of the inkAnnotations property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-