org.apache.poi.hwpf.model
public final class ListLevel extends java.lang.Object
Constructor and Description |
---|
ListLevel(byte[] buf,
int offset) |
ListLevel(int level,
boolean numbered) |
ListLevel(int startAt,
int numberFormatCode,
int alignment,
byte[] numberProperties,
byte[] entryProperties,
java.lang.String numberText) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getAlignment() |
byte[] |
getLevelProperties() |
int |
getNumberFormat() |
java.lang.String |
getNumberText() |
int |
getSizeInBytes() |
int |
getStartAt() |
void |
setAlignment(int alignment) |
void |
setLevelProperties(byte[] grpprl) |
void |
setNumberFormat(int numberFormatCode) |
void |
setNumberProperties(byte[] grpprl) |
void |
setStartAt(int startAt) |
byte[] |
toByteArray() |
public ListLevel(int startAt, int numberFormatCode, int alignment, byte[] numberProperties, byte[] entryProperties, java.lang.String numberText)
public ListLevel(int level, boolean numbered)
public ListLevel(byte[] buf, int offset)
public int getStartAt()
public int getNumberFormat()
public int getAlignment()
public java.lang.String getNumberText()
public void setStartAt(int startAt)
public void setNumberFormat(int numberFormatCode)
public void setAlignment(int alignment)
public void setNumberProperties(byte[] grpprl)
public void setLevelProperties(byte[] grpprl)
public byte[] getLevelProperties()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public byte[] toByteArray()
public int getSizeInBytes()
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.