Package org.apache.poi.hwpf.model
Class BookmarksTables
java.lang.Object
org.apache.poi.hwpf.model.BookmarksTables
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterDelete(int startCp, int length) voidafterInsert(int startCp, int length) intgetDescriptorFirst(int index) intgetDescriptorFirstIndex(GenericPropertyNode descriptorFirst) getDescriptorLim(int index) intintgetName(int index) intvoidremove(int index) voidvoidwritePlcfBkmkf(FileInformationBlock fib, ByteArrayOutputStream tableStream) voidwritePlcfBkmkl(FileInformationBlock fib, ByteArrayOutputStream tableStream) voidwriteSttbfBkmk(FileInformationBlock fib, ByteArrayOutputStream tableStream)
-
Constructor Details
-
BookmarksTables
-
-
Method Details
-
afterDelete
public void afterDelete(int startCp, int length) -
afterInsert
public void afterInsert(int startCp, int length) -
getBookmarksCount
public int getBookmarksCount() -
getDescriptorFirst
- Throws:
IndexOutOfBoundsException
-
getDescriptorFirstIndex
-
getDescriptorLim
- Throws:
IndexOutOfBoundsException
-
getDescriptorsFirstCount
public int getDescriptorsFirstCount() -
getDescriptorsLimCount
public int getDescriptorsLimCount() -
getName
-
getNamesCount
public int getNamesCount() -
remove
public void remove(int index) -
setName
-
writePlcfBkmkf
public void writePlcfBkmkf(FileInformationBlock fib, ByteArrayOutputStream tableStream) throws IOException - Throws:
IOException
-
writePlcfBkmkl
public void writePlcfBkmkl(FileInformationBlock fib, ByteArrayOutputStream tableStream) throws IOException - Throws:
IOException
-
writeSttbfBkmk
public void writeSttbfBkmk(FileInformationBlock fib, ByteArrayOutputStream tableStream) throws IOException - Throws:
IOException
-