org.tinygroup.convert.text.config
Class Text

java.lang.Object
  extended by org.tinygroup.convert.text.config.Text

public class Text
extends Object


Constructor Summary
Text()
           
 
Method Summary
 void addRow(TextRow row)
           
 void adjustLength(List<Integer> lengths)
           
 List<TextRow> getRows()
           
 void setRows(List<TextRow> rows)
           
 String toString(String cellSplit, String rowSplit, boolean checkLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Text

public Text()
Method Detail

getRows

public List<TextRow> getRows()

setRows

public void setRows(List<TextRow> rows)

addRow

public void addRow(TextRow row)

toString

public String toString(String cellSplit,
                       String rowSplit,
                       boolean checkLength)

adjustLength

public void adjustLength(List<Integer> lengths)


Copyright © 2006–2015 TinyGroup. All rights reserved.