org.jopendocument.model.text
Class TextReferenceMark

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

public class TextReferenceMark
extends Object


Field Summary
protected  String textName
           
 
Constructor Summary
TextReferenceMark()
           
 
Method Summary
 String getTextName()
          Gets the value of the textName property.
 void setTextName(String value)
          Sets the value of the textName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textName

protected String textName
Constructor Detail

TextReferenceMark

public TextReferenceMark()
Method Detail

getTextName

public String getTextName()
Gets the value of the textName property.

Returns:
possible object is String

setTextName

public void setTextName(String value)
Sets the value of the textName property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.