Class BuiltInStyle
- java.lang.Object
-
- org.apache.poi.hssf.record.common.BuiltInStyle
-
public class BuiltInStyle extends Object
- Since:
- 3.9.5 [MS-XLS].pdf 2.5.16 BuiltInStyle page 622
- Author:
- henri
-
-
Constructor Summary
Constructors Constructor Description BuiltInStyle(int type, int level)
BuiltInStyle(RecordInputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendString(StringBuffer sb, String prefix)
int
getBuiltInType()
int
getDataSize()
int
getOutlineLevel()
void
serialize(LittleEndianOutput out)
void
setBuiltInType(int type)
void
setOutlineLevel(int outlineLevel)
-
-
-
Constructor Detail
-
BuiltInStyle
public BuiltInStyle(RecordInputStream in)
-
BuiltInStyle
public BuiltInStyle(int type, int level)
-
-
Method Detail
-
getBuiltInType
public int getBuiltInType()
-
setBuiltInType
public void setBuiltInType(int type)
-
getOutlineLevel
public int getOutlineLevel()
-
setOutlineLevel
public void setOutlineLevel(int outlineLevel)
-
serialize
public void serialize(LittleEndianOutput out)
-
getDataSize
public int getDataSize()
-
appendString
public void appendString(StringBuffer sb, String prefix)
-
-