Package | Description |
---|---|
org.zkoss.poi.hslf.model |
Modifier and Type | Method and Description |
---|---|
Line |
Table.createBorder()
Create a border to format this table
|
Line |
TableCell.getBorderBottom() |
Line |
TableCell.getBorderLeft() |
Line |
TableCell.getBorderRight() |
Line |
TableCell.getBorderTop() |
Modifier and Type | Method and Description |
---|---|
protected void |
TableCell.anchorBorder(int type,
Line line) |
void |
Table.setAllBorders(Line line)
Format the table and apply the specified Line to all cell boundaries,
both outside and inside
|
void |
TableCell.setBorderBottom(Line line) |
void |
TableCell.setBorderLeft(Line line) |
void |
TableCell.setBorderRight(Line line) |
void |
TableCell.setBorderTop(Line line) |
void |
Table.setInsideBorders(Line line)
Format the inside border using the specified Line object
|
void |
Table.setOutsideBorders(Line line)
Format the outside border using the specified Line object
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.