Uses of Enum Class
org.apache.poi.hwpf.model.FSPADocumentPart
Packages that use FSPADocumentPart
-
Uses of FSPADocumentPart in org.apache.poi.hwpf.model
Methods in org.apache.poi.hwpf.model that return FSPADocumentPartModifier and TypeMethodDescriptionstatic FSPADocumentPartReturns the enum constant of this class with the specified name.static FSPADocumentPart[]FSPADocumentPart.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.hwpf.model with parameters of type FSPADocumentPartModifier and TypeMethodDescriptionintFileInformationBlock.getFSPAPlcfLength(FSPADocumentPart part) intFileInformationBlock.getFSPAPlcfOffset(FSPADocumentPart part) voidFileInformationBlock.setFSPAPlcfLength(FSPADocumentPart part, int length) voidFileInformationBlock.setFSPAPlcfOffset(FSPADocumentPart part, int offset) Constructors in org.apache.poi.hwpf.model with parameters of type FSPADocumentPartModifierConstructorDescriptionFSPATable(byte[] tableStream, FileInformationBlock fib, FSPADocumentPart part)