Package org.apache.poi.xddf.usermodel
Class XDDFPresetLineDash
- java.lang.Object
-
- org.apache.poi.xddf.usermodel.XDDFPresetLineDash
-
@Beta public class XDDFPresetLineDash extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description XDDFPresetLineDash(PresetLineDash dash)
protected
XDDFPresetLineDash(org.openxmlformats.schemas.drawingml.x2006.main.CTPresetLineDashProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PresetLineDash
getValue()
protected org.openxmlformats.schemas.drawingml.x2006.main.CTPresetLineDashProperties
getXmlObject()
void
setValue(PresetLineDash dash)
-
-
-
Constructor Detail
-
XDDFPresetLineDash
public XDDFPresetLineDash(PresetLineDash dash)
-
XDDFPresetLineDash
protected XDDFPresetLineDash(org.openxmlformats.schemas.drawingml.x2006.main.CTPresetLineDashProperties properties)
-
-
Method Detail
-
getXmlObject
@Internal protected org.openxmlformats.schemas.drawingml.x2006.main.CTPresetLineDashProperties getXmlObject()
-
getValue
public PresetLineDash getValue()
-
setValue
public void setValue(PresetLineDash dash)
-
-