Package org.apache.poi.hwpf.model
Class BookmarksTables
java.lang.Object
org.apache.poi.hwpf.model.BookmarksTables
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterDelete
(int startCp, int length) void
afterInsert
(int startCp, int length) int
getDescriptorFirst
(int index) int
getDescriptorFirstIndex
(GenericPropertyNode descriptorFirst) getDescriptorLim
(int index) int
int
getName
(int index) int
void
remove
(int index) void
void
writePlcfBkmkf
(FileInformationBlock fib, ByteArrayOutputStream tableStream) void
writePlcfBkmkl
(FileInformationBlock fib, ByteArrayOutputStream tableStream) void
writeSttbfBkmk
(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
-