org.jopendocument.renderer
Class ODTCellTextLineItem

java.lang.Object
  extended by org.jopendocument.renderer.ODTCellTextLineItem

public class ODTCellTextLineItem
extends java.lang.Object


Constructor Summary
ODTCellTextLineItem()
           
 
Method Summary
 void addItem(ODTCellTextItem item)
           
 int getHeight()
           
 java.util.List<ODTCellTextItem> getItems()
           
 int getSize()
           
 int getTotalWidthWithoutSpace()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ODTCellTextLineItem

public ODTCellTextLineItem()
Method Detail

getItems

public java.util.List<ODTCellTextItem> getItems()

getHeight

public int getHeight()

addItem

public void addItem(ODTCellTextItem item)

getSize

public int getSize()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getTotalWidthWithoutSpace

public int getTotalWidthWithoutSpace()