|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.text.TextTrackedChanges
public class TextTrackedChanges
| 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 |
|---|
public TextTrackedChanges()
| Method Detail |
|---|
public java.util.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 java.lang.String getTextProtectionKey()
Stringpublic java.lang.String getTextTrackChanges()
Stringpublic void setTextProtectionKey(java.lang.String value)
value - allowed object is Stringpublic void setTextTrackChanges(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||