|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StrokeStyle.LineDash | |
|---|---|
| org.apache.poi.hslf.usermodel | |
| org.apache.poi.sl.usermodel | |
| org.apache.poi.xslf.usermodel | |
| Uses of StrokeStyle.LineDash in org.apache.poi.hslf.usermodel |
|---|
| Methods in org.apache.poi.hslf.usermodel that return StrokeStyle.LineDash | |
|---|---|
StrokeStyle.LineDash |
HSLFTableCell.getBorderDash(TableCell.BorderEdge edge)
|
StrokeStyle.LineDash |
HSLFSimpleShape.getLineDash()
Gets line dashing. |
| Methods in org.apache.poi.hslf.usermodel with parameters of type StrokeStyle.LineDash | |
|---|---|
void |
HSLFTableCell.setBorderDash(TableCell.BorderEdge edge,
StrokeStyle.LineDash dash)
|
void |
HSLFSimpleShape.setLineDash(StrokeStyle.LineDash pen)
Sets line dashing. |
| Uses of StrokeStyle.LineDash in org.apache.poi.sl.usermodel |
|---|
| Methods in org.apache.poi.sl.usermodel that return StrokeStyle.LineDash | |
|---|---|
static StrokeStyle.LineDash |
StrokeStyle.LineDash.fromNativeId(int nativeId)
|
static StrokeStyle.LineDash |
StrokeStyle.LineDash.fromOoxmlId(int ooxmlId)
|
StrokeStyle.LineDash |
StrokeStyle.getLineDash()
|
static StrokeStyle.LineDash |
StrokeStyle.LineDash.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StrokeStyle.LineDash[] |
StrokeStyle.LineDash.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.poi.sl.usermodel with parameters of type StrokeStyle.LineDash | |
|---|---|
void |
TableCell.setBorderDash(TableCell.BorderEdge edge,
StrokeStyle.LineDash dash)
Convenience method for setting the border line dash. |
| Uses of StrokeStyle.LineDash in org.apache.poi.xslf.usermodel |
|---|
| Methods in org.apache.poi.xslf.usermodel that return StrokeStyle.LineDash | |
|---|---|
StrokeStyle.LineDash |
XSLFTableCell.getBorderDash(TableCell.BorderEdge edge)
|
StrokeStyle.LineDash |
XSLFSimpleShape.getLineDash()
|
| Methods in org.apache.poi.xslf.usermodel with parameters of type StrokeStyle.LineDash | |
|---|---|
void |
XSLFTableCell.setBorderDash(TableCell.BorderEdge edge,
StrokeStyle.LineDash dash)
|
void |
XSLFSimpleShape.setLineDash(StrokeStyle.LineDash dash)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||