org.jopendocument.renderer
Class ODTCellTextLineItem

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

public class ODTCellTextLineItem
extends Object


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

Constructor Detail

ODTCellTextLineItem

public ODTCellTextLineItem()
Method Detail

getItems

public List<ODTCellTextItem> getItems()

getHeight

public int getHeight()

addItem

public void addItem(ODTCellTextItem item)

getSize

public int getSize()

toString

public String toString()
Overrides:
toString in class Object

getTotalWidthWithoutSpace

public int getTotalWidthWithoutSpace()


Copyright © 2010 jOpenDocument All Rights Reserved.