|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StrokeStyle.LineCompound | |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Uses of StrokeStyle.LineCompound in org.apache.poi.hslf.usermodel |
---|
Methods in org.apache.poi.hslf.usermodel that return StrokeStyle.LineCompound | |
---|---|
StrokeStyle.LineCompound |
HSLFTableCell.getBorderCompound(TableCell.BorderEdge edge)
|
StrokeStyle.LineCompound |
HSLFSimpleShape.getLineCompound()
Gets the line compound style |
Methods in org.apache.poi.hslf.usermodel with parameters of type StrokeStyle.LineCompound | |
---|---|
void |
HSLFTableCell.setBorderCompound(TableCell.BorderEdge edge,
StrokeStyle.LineCompound compound)
|
void |
HSLFSimpleShape.setLineCompound(StrokeStyle.LineCompound style)
Sets the line compound style |
Uses of StrokeStyle.LineCompound in org.apache.poi.sl.usermodel |
---|
Methods in org.apache.poi.sl.usermodel that return StrokeStyle.LineCompound | |
---|---|
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. |
Methods in org.apache.poi.sl.usermodel with parameters of type StrokeStyle.LineCompound | |
---|---|
void |
TableCell.setBorderCompound(TableCell.BorderEdge edge,
StrokeStyle.LineCompound compound)
Convenience method for setting the border line compound. |
Uses of StrokeStyle.LineCompound in org.apache.poi.xslf.usermodel |
---|
Methods in org.apache.poi.xslf.usermodel that return StrokeStyle.LineCompound | |
---|---|
StrokeStyle.LineCompound |
XSLFTableCell.getBorderCompound(TableCell.BorderEdge edge)
|
StrokeStyle.LineCompound |
XSLFSimpleShape.getLineCompound()
|
Methods in org.apache.poi.xslf.usermodel with parameters of type StrokeStyle.LineCompound | |
---|---|
void |
XSLFTableCell.setBorderCompound(TableCell.BorderEdge edge,
StrokeStyle.LineCompound compound)
|
void |
XSLFSimpleShape.setLineCompound(StrokeStyle.LineCompound compound)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |