Package | Description |
---|---|
org.apache.poi.hslf.model |
Modifier and Type | Method | 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 | 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 2018 The Apache Software Foundation or its licensors, as applicable.