org.jopendocument.model.text
Class TextChangedRegion

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

public class TextChangedRegion
extends java.lang.Object


Constructor Summary
TextChangedRegion()
           
 
Method Summary
 java.lang.String getTextId()
          Gets the value of the textId property.
 java.util.List<java.lang.Object> getTextInsertionOrTextDeletionOrTextFormatChange()
          Gets the value of the textInsertionOrTextDeletionOrTextFormatChange property.
 java.lang.String getTextMergeLastParagraph()
          Gets the value of the textMergeLastParagraph property.
 void setTextId(java.lang.String value)
          Sets the value of the textId property.
 void setTextMergeLastParagraph(java.lang.String value)
          Sets the value of the textMergeLastParagraph property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextChangedRegion

public TextChangedRegion()
Method Detail

getTextId

public java.lang.String getTextId()
Gets the value of the textId property.

Returns:
possible object is String

getTextInsertionOrTextDeletionOrTextFormatChange

public java.util.List<java.lang.Object> getTextInsertionOrTextDeletionOrTextFormatChange()
Gets the value of the textInsertionOrTextDeletionOrTextFormatChange 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 textInsertionOrTextDeletionOrTextFormatChange property.

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

 getTextInsertionOrTextDeletionOrTextFormatChange().add(newItem);
 

Objects of the following type(s) are allowed in the list TextInsertion TextDeletion TextFormatChange


getTextMergeLastParagraph

public java.lang.String getTextMergeLastParagraph()
Gets the value of the textMergeLastParagraph property.

Returns:
possible object is String

setTextId

public void setTextId(java.lang.String value)
Sets the value of the textId property.

Parameters:
value - allowed object is String

setTextMergeLastParagraph

public void setTextMergeLastParagraph(java.lang.String value)
Sets the value of the textMergeLastParagraph property.

Parameters:
value - allowed object is String