Constructor and Description |
---|
ListTables() |
ListTables(byte[] tableStream,
int lstOffset,
int fcPlfLfo,
int lcbPlfLfo) |
Modifier and Type | Method and Description |
---|---|
int |
addList(ListData lst,
LFO lfo,
LFOData lfoData) |
boolean |
equals(Object obj) |
ListLevel |
getLevel(int lsid,
int level) |
LFO |
getLfo(int ilfo) |
LFOData |
getLfoData(int ilfo) |
ListData |
getListData(int lsid) |
int |
getOverrideIndexFromListID(int lsid) |
int |
hashCode() |
void |
writeListDataTo(FileInformationBlock fib,
HWPFOutputStream tableStream) |
void |
writeListOverridesTo(FileInformationBlock fib,
HWPFOutputStream tableStream) |
public ListTables()
public ListTables(byte[] tableStream, int lstOffset, int fcPlfLfo, int lcbPlfLfo)
public void writeListDataTo(FileInformationBlock fib, HWPFOutputStream tableStream) throws IOException
IOException
public void writeListOverridesTo(FileInformationBlock fib, HWPFOutputStream tableStream) throws IOException
IOException
public LFO getLfo(int ilfo) throws NoSuchElementException
NoSuchElementException
public LFOData getLfoData(int ilfo) throws NoSuchElementException
NoSuchElementException
public int getOverrideIndexFromListID(int lsid) throws NoSuchElementException
NoSuchElementException
public ListLevel getLevel(int lsid, int level)
public ListData getListData(int lsid)
Copyright © 2020. All rights reserved.