Java org.apache.poi.hwpf.model CHPFormattedDiskPage fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hwpf.model CHPFormattedDiskPage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hwpf.model CHPFormattedDiskPage.

The text is from its open source code.

Constructor

CHPFormattedDiskPage(byte[] documentStream, int offset, int fcMin, TextPieceTable tpt)
This constructs a CHPFormattedDiskPage from a raw fkp (512 byte array read from a Word file).
CHPFormattedDiskPage(byte[] documentStream, int offset, CharIndexTranslator translator)
This constructs a CHPFormattedDiskPage from a raw fkp (512 byte array read from a Word file).

Method