public class BuiltInStyle
extends java.lang.Object
Constructor and Description |
---|
BuiltInStyle(int type,
int level) |
BuiltInStyle(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
appendString(java.lang.StringBuffer sb,
java.lang.String prefix) |
int |
getBuiltInType() |
int |
getDataSize() |
int |
getOutlineLevel() |
void |
serialize(LittleEndianOutput out) |
void |
setBuiltInType(int type) |
void |
setOutlineLevel(int outlineLevel) |
public BuiltInStyle(RecordInputStream in)
public BuiltInStyle(int type, int level)
public int getBuiltInType()
public void setBuiltInType(int type)
public int getOutlineLevel()
public void setOutlineLevel(int outlineLevel)
public void serialize(LittleEndianOutput out)
public int getDataSize()
public void appendString(java.lang.StringBuffer sb, java.lang.String prefix)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.