public class TecExcel extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TecExcel.AlignEnum
Alinhamento
|
| Constructor and Description |
|---|
TecExcel()
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
TecExcel |
addTab(String name) |
static void |
main(String[] args) |
protected void |
removeCellEqual(int row,
int column,
String tagName)
Remove a ocorrencia de todas as tags de nome 'tagName' que possua o mesmo
'row' e 'column'.
|
protected void |
removeRectEqual(int rowBegin,
int columnBegin,
int rowEnd,
int columnEnd,
String tagName) |
protected void |
removeRectIntersects(int rowBegin,
int columnBegin,
int rowEnd,
int columnEnd,
String tagName) |
protected void |
removeRectIntersects(int row,
int column,
String tagName)
Remove a ocorrencia de todas as tags de nome 'tagName' que possua o mesmo
'row' e 'column' numa região de merge.
|
TecExcel |
setAlign(int row,
int column,
TecExcel.AlignEnum align) |
TecExcel |
setBackColor(int row,
int column,
Color color) |
TecExcel |
setBox(int rowBegin,
int columnBegin,
int rowEnd,
int columnEnd,
int size,
Color color) |
TecExcel |
setCell(int row,
int column,
String text) |
TecExcel |
setFont(int row,
int column,
Font font) |
TecExcel |
setForeColor(int row,
int column,
Color color) |
TecExcel |
setMerge(int rowBegin,
int columnBegin,
int rowEnd,
int columnEnd) |
TecExcel |
setTabName(String name) |
protected static String |
toString(Color color) |
protected static String |
toString(Font font) |
protected static String |
toString(int value) |
protected static String |
toString(TecExcel.AlignEnum align) |
XmlNode |
toXmlNode() |
public TecExcel setCell(int row, int column, String text)
row - column - text - public TecExcel setBackColor(int row, int column, Color color)
row - column - color - public TecExcel setForeColor(int row, int column, Color color)
row - column - color - public TecExcel setFont(int row, int column, Font font)
row - column - font - public TecExcel setAlign(int row, int column, TecExcel.AlignEnum align)
row - column - align - public TecExcel setMerge(int rowBegin, int columnBegin, int rowEnd, int columnEnd)
rowBegin - rowEnd - columnBegin - columnEnd - public TecExcel setBox(int rowBegin, int columnBegin, int rowEnd, int columnEnd, int size, Color color)
rowBegin - rowEnd - columnBegin - columnEnd - size - color - public XmlNode toXmlNode()
protected void removeCellEqual(int row,
int column,
String tagName)
row - column - tagName - protected void removeRectEqual(int rowBegin,
int columnBegin,
int rowEnd,
int columnEnd,
String tagName)
rowBegin - columnBegin - rowEnd - columnEnd - tagName - protected void removeRectIntersects(int row,
int column,
String tagName)
row - column - tagName - protected void removeRectIntersects(int rowBegin,
int columnBegin,
int rowEnd,
int columnEnd,
String tagName)
rowBegin - columnBegin - rowEnd - columnEnd - tagName - protected static String toString(TecExcel.AlignEnum align)
align - protected static String toString(int value)
value - Copyright © 2019 Tecgraf/PUC-Rio. All rights reserved.