org.jopendocument.model.office
Class OfficeText

java.lang.Object
  extended by org.jopendocument.model.office.OfficeText

public class OfficeText
extends Object


Constructor Summary
OfficeText()
           
 
Method Summary
 void addTextElement(Object o)
           
 Object getElementAt(int i)
           
 int getElementCount()
           
 void setUseSoftPageBreaks(boolean b)
           
 boolean useSoftPageBreaks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfficeText

public OfficeText()
Method Detail

setUseSoftPageBreaks

public void setUseSoftPageBreaks(boolean b)

useSoftPageBreaks

public boolean useSoftPageBreaks()

addTextElement

public void addTextElement(Object o)

getElementCount

public int getElementCount()

getElementAt

public Object getElementAt(int i)


Copyright © 2010 jOpenDocument All Rights Reserved.