Uses of Class
org.apache.poi.sl.usermodel.StrokeStyle.LineCompound
-
Packages that use StrokeStyle.LineCompound Package Description 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 Modifier and Type Method Description StrokeStyle.LineCompoundHSLFTableCell. getBorderCompound(TableCell.BorderEdge edge)StrokeStyle.LineCompoundHSLFSimpleShape. getLineCompound()Gets the line compound styleMethods in org.apache.poi.hslf.usermodel with parameters of type StrokeStyle.LineCompound Modifier and Type Method Description voidHSLFTableCell. setBorderCompound(TableCell.BorderEdge edge, StrokeStyle.LineCompound compound)voidHSLFSimpleShape. 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 Modifier and Type Method Description static StrokeStyle.LineCompoundStrokeStyle.LineCompound. fromNativeId(int nativeId)static StrokeStyle.LineCompoundStrokeStyle.LineCompound. fromOoxmlId(int ooxmlId)StrokeStyle.LineCompoundStrokeStyle. getLineCompound()static StrokeStyle.LineCompoundStrokeStyle.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 Modifier and Type Method Description voidTableCell. 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 Modifier and Type Method Description StrokeStyle.LineCompoundXSLFTableCell. getBorderCompound(TableCell.BorderEdge edge)StrokeStyle.LineCompoundXSLFSimpleShape. getLineCompound()Methods in org.apache.poi.xslf.usermodel with parameters of type StrokeStyle.LineCompound Modifier and Type Method Description voidXSLFTableCell. setBorderCompound(TableCell.BorderEdge edge, StrokeStyle.LineCompound compound)voidXSLFSimpleShape. setLineCompound(StrokeStyle.LineCompound compound)
-