org.apache.poi.hwpf.model
Class BookmarksTables
java.lang.Object
org.apache.poi.hwpf.model.BookmarksTables
@Internal
public class BookmarksTables
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookmarksTables
public BookmarksTables(byte[] tableStream,
FileInformationBlock fib)
getBookmarksCount
public int getBookmarksCount()
getDescriptorFirst
public GenericPropertyNode getDescriptorFirst(int index)
throws java.lang.IndexOutOfBoundsException
- Throws:
java.lang.IndexOutOfBoundsException
getDescriptorFirstIndex
public int getDescriptorFirstIndex(GenericPropertyNode descriptorFirst)
getDescriptorLim
public GenericPropertyNode getDescriptorLim(int index)
throws java.lang.IndexOutOfBoundsException
- Throws:
java.lang.IndexOutOfBoundsException
getDescriptorsFirstCount
public int getDescriptorsFirstCount()
getDescriptorsLimCount
public int getDescriptorsLimCount()
getName
public java.lang.String getName(int index)
throws java.lang.ArrayIndexOutOfBoundsException
- Throws:
java.lang.ArrayIndexOutOfBoundsException
getNamesCount
public int getNamesCount()
setName
public void setName(int index,
java.lang.String name)
writePlcfBkmkf
public void writePlcfBkmkf(FileInformationBlock fib,
HWPFOutputStream tableStream)
throws java.io.IOException
- Throws:
java.io.IOException
writePlcfBkmkl
public void writePlcfBkmkl(FileInformationBlock fib,
HWPFOutputStream tableStream)
throws java.io.IOException
- Throws:
java.io.IOException
writeSttbfBkmk
public void writeSttbfBkmk(FileInformationBlock fib,
HWPFOutputStream tableStream)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright 2011 The Apache Software Foundation or
its licensors, as applicable.