org.jopendocument.model.text
Class TextChangedRegion

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

public class TextChangedRegion
extends Object


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

Field Detail

textId

protected String textId

textInsertionOrTextDeletionOrTextFormatChange

protected List<Object> textInsertionOrTextDeletionOrTextFormatChange

textMergeLastParagraph

protected String textMergeLastParagraph
Constructor Detail

TextChangedRegion

public TextChangedRegion()
Method Detail

getTextId

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

Returns:
possible object is String

getTextInsertionOrTextDeletionOrTextFormatChange

public List<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 String getTextMergeLastParagraph()
Gets the value of the textMergeLastParagraph property.

Returns:
possible object is String

setTextId

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

Parameters:
value - allowed object is String

setTextMergeLastParagraph

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

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.