Class XFPropGradientStop
- java.lang.Object
-
- org.apache.poi.hssf.record.common.XFPropGradientStop
-
public class XFPropGradientStop extends Object
- Since:
- 3.9.5
- Author:
- henri see [MS-XLS].pdf 2.5.285 XFPropColor page 945
-
-
Constructor Summary
Constructors Constructor Description XFPropGradientStop(double numPosition, XFPropColor color)
XFPropGradientStop(RecordInputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendString(StringBuffer sb, String prefix)
int
getDataSize()
void
serialize(LittleEndianOutput out)
-
-
-
Constructor Detail
-
XFPropGradientStop
public XFPropGradientStop(RecordInputStream in)
-
XFPropGradientStop
public XFPropGradientStop(double numPosition, XFPropColor color)
-
-
Method Detail
-
getDataSize
public int getDataSize()
-
serialize
public void serialize(LittleEndianOutput out)
-
appendString
public void appendString(StringBuffer sb, String prefix)
-
-