Package | Description |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
StrokeStyle.LineCompound |
HSLFTableCell.getBorderCompound(TableCell.BorderEdge edge) |
StrokeStyle.LineCompound |
HSLFSimpleShape.getLineCompound()
Gets the line compound style
|
Modifier and Type | Method and Description |
---|---|
void |
HSLFTableCell.setBorderCompound(TableCell.BorderEdge edge,
StrokeStyle.LineCompound compound) |
void |
HSLFSimpleShape.setLineCompound(StrokeStyle.LineCompound style)
Sets the line compound style
|
Modifier and Type | Method and Description |
---|---|
static StrokeStyle.LineCompound |
StrokeStyle.LineCompound.fromNativeId(int nativeId) |
static StrokeStyle.LineCompound |
StrokeStyle.LineCompound.fromOoxmlId(int ooxmlId) |
StrokeStyle.LineCompound |
StrokeStyle.getLineCompound() |
static StrokeStyle.LineCompound |
StrokeStyle.LineCompound.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StrokeStyle.LineCompound[] |
StrokeStyle.LineCompound.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TableCell.setBorderCompound(TableCell.BorderEdge edge,
StrokeStyle.LineCompound compound)
Convenience method for setting the border line compound.
|
Modifier and Type | Method and Description |
---|---|
StrokeStyle.LineCompound |
XSLFTableCell.getBorderCompound(TableCell.BorderEdge edge) |
StrokeStyle.LineCompound |
XSLFSimpleShape.getLineCompound() |
Modifier and Type | Method and Description |
---|---|
void |
XSLFTableCell.setBorderCompound(TableCell.BorderEdge edge,
StrokeStyle.LineCompound compound) |
void |
XSLFSimpleShape.setLineCompound(StrokeStyle.LineCompound compound) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.