org.jopendocument.model.text
Class TextTrackedChanges

java.lang.Object
  extended by org.jopendocument.model.text.TextTrackedChanges

public class TextTrackedChanges
extends java.lang.Object


Constructor Summary
TextTrackedChanges()
           
 
Method Summary
 java.util.List<TextChangedRegion> getTextChangedRegion()
          Gets the value of the textChangedRegion property.
 java.lang.String getTextProtectionKey()
          Gets the value of the textProtectionKey property.
 java.lang.String getTextTrackChanges()
          Gets the value of the textTrackChanges property.
 void setTextProtectionKey(java.lang.String value)
          Sets the value of the textProtectionKey property.
 void setTextTrackChanges(java.lang.String value)
          Sets the value of the textTrackChanges property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextTrackedChanges

public TextTrackedChanges()
Method Detail

getTextChangedRegion

public java.util.List<TextChangedRegion> getTextChangedRegion()
Gets the value of the textChangedRegion property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the textChangedRegion property.

For example, to add a new item, do as follows:

 getTextChangedRegion().add(newItem);
 

Objects of the following type(s) are allowed in the list TextChangedRegion


getTextProtectionKey

public java.lang.String getTextProtectionKey()
Gets the value of the textProtectionKey property.

Returns:
possible object is String

getTextTrackChanges

public java.lang.String getTextTrackChanges()
Gets the value of the textTrackChanges property.

Returns:
possible object is String

setTextProtectionKey

public void setTextProtectionKey(java.lang.String value)
Sets the value of the textProtectionKey property.

Parameters:
value - allowed object is String

setTextTrackChanges

public void setTextTrackChanges(java.lang.String value)
Sets the value of the textTrackChanges property.

Parameters:
value - allowed object is String