org.jopendocument.model.text
Class ParagraphElement
java.lang.Object
org.jopendocument.model.text.ParagraphElement
- Direct Known Subclasses:
- TextH, TextP
public class ParagraphElement
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
textCondStyleName
protected String textCondStyleName
textStyleName
protected String textStyleName
ParagraphElement
public ParagraphElement()
getTextCondStyleName
public String getTextCondStyleName()
- Gets the value of the textCondStyleName property.
- Returns:
- possible object is
String
setTextCondStyleName
public void setTextCondStyleName(String value)
- Sets the value of the textCondStyleName property.
- Parameters:
value
- allowed object is String
getTextStyleName
public String getTextStyleName()
- Gets the value of the textStyleName property.
- Returns:
- possible object is
String
setTextStyleName
public void setTextStyleName(String value)
- Sets the value of the textStyleName property.
- Parameters:
value
- allowed object is String
Copyright © 2010 jOpenDocument All Rights Reserved.