|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HSLFLine | |
---|---|
org.apache.poi.hslf.usermodel |
Uses of HSLFLine in org.apache.poi.hslf.usermodel |
---|
Methods in org.apache.poi.hslf.usermodel that return HSLFLine | |
---|---|
HSLFLine |
HSLFTable.createBorder()
Create a border to format this table |
HSLFLine |
HSLFTableCell.getBorderBottom()
|
HSLFLine |
HSLFTableCell.getBorderLeft()
|
HSLFLine |
HSLFTableCell.getBorderRight()
|
HSLFLine |
HSLFTableCell.getBorderTop()
|
Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFLine | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |