Package | Description |
---|---|
org.apache.poi.hslf.usermodel |
Modifier and Type | Method and Description |
---|---|
HSLFLine |
HSLFTable.createBorder()
Create a border to format this table
|
HSLFLine |
HSLFTableCell.getBorderBottom() |
HSLFLine |
HSLFTableCell.getBorderLeft() |
HSLFLine |
HSLFTableCell.getBorderRight() |
HSLFLine |
HSLFTableCell.getBorderTop() |
Modifier and Type | Method and Description |
---|---|
protected void |
HSLFTableCell.anchorBorder(int type,
HSLFLine line) |
void |
HSLFTable.setAllBorders(HSLFLine line)
Format the table and apply the specified Line to all cell boundaries,
both outside and inside
|
void |
HSLFTableCell.setBorderBottom(HSLFLine line) |
void |
HSLFTableCell.setBorderLeft(HSLFLine line) |
void |
HSLFTableCell.setBorderRight(HSLFLine line) |
void |
HSLFTableCell.setBorderTop(HSLFLine line) |
void |
HSLFTable.setInsideBorders(HSLFLine line)
Format the inside border using the specified Line object
|
void |
HSLFTable.setOutsideBorders(HSLFLine line)
Format the outside border using the specified Line object
|
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.