|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.text.TextTrackedChanges
public class TextTrackedChanges
Field Summary | |
---|---|
protected List<TextChangedRegion> |
textChangedRegion
|
protected String |
textProtectionKey
|
protected String |
textTrackChanges
|
Constructor Summary | |
---|---|
TextTrackedChanges()
|
Method Summary | |
---|---|
List<TextChangedRegion> |
getTextChangedRegion()
Gets the value of the textChangedRegion property. |
String |
getTextProtectionKey()
Gets the value of the textProtectionKey property. |
String |
getTextTrackChanges()
Gets the value of the textTrackChanges property. |
void |
setTextProtectionKey(String value)
Sets the value of the textProtectionKey property. |
void |
setTextTrackChanges(String value)
Sets the value of the textTrackChanges property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<TextChangedRegion> textChangedRegion
protected String textProtectionKey
protected String textTrackChanges
Constructor Detail |
---|
public TextTrackedChanges()
Method Detail |
---|
public List<TextChangedRegion> getTextChangedRegion()
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
public String getTextProtectionKey()
String
public String getTextTrackChanges()
String
public void setTextProtectionKey(String value)
value
- allowed object is String
public void setTextTrackChanges(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |