Package | Description |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.draw | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
StrokeStyle |
HSLFTableCell.getBorderStyle(TableCell.BorderEdge edge) |
StrokeStyle |
HSLFSimpleShape.getStrokeStyle()
Returns line style.
|
Modifier and Type | Method and Description |
---|---|
void |
HSLFTableCell.setBorderStyle(TableCell.BorderEdge edge,
StrokeStyle style) |
Modifier and Type | Method and Description |
---|---|
protected static java.awt.BasicStroke |
DrawShape.getStroke(StrokeStyle strokeStyle) |
Modifier and Type | Method and Description |
---|---|
StrokeStyle |
TableCell.getBorderStyle(TableCell.BorderEdge edge)
Return line style of given edge or
null if border is not defined |
StrokeStyle |
SimpleShape.getStrokeStyle() |
Modifier and Type | Method and Description |
---|---|
void |
TableCell.setBorderStyle(TableCell.BorderEdge edge,
StrokeStyle style)
Sets the
StrokeStyle of the given border edge. |
Modifier and Type | Method and Description |
---|---|
StrokeStyle |
XSLFTableCell.getBorderStyle(TableCell.BorderEdge edge) |
StrokeStyle |
XSLFSimpleShape.getStrokeStyle() |
Modifier and Type | Method and Description |
---|---|
void |
XSLFTableCell.setBorderStyle(TableCell.BorderEdge edge,
StrokeStyle style) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.