mirror of https://github.com/apache/poi.git
mak HWPFLister as (eternal) @Beta
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1155218 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
03b65a482b
commit
ba78a887c8
|
@ -48,6 +48,7 @@ import org.apache.poi.hwpf.usermodel.Paragraph;
|
|||
import org.apache.poi.hwpf.usermodel.Picture;
|
||||
import org.apache.poi.hwpf.usermodel.Range;
|
||||
import org.apache.poi.poifs.filesystem.POIFSFileSystem;
|
||||
import org.apache.poi.util.Beta;
|
||||
import org.apache.poi.util.IOUtils;
|
||||
|
||||
/**
|
||||
|
@ -57,6 +58,7 @@ import org.apache.poi.util.IOUtils;
|
|||
* @author Nick Burch (nick at torchbox dot com)
|
||||
* @author Sergey Vladimirov (vlsergey at gmail dot com)
|
||||
*/
|
||||
@Beta
|
||||
public final class HWPFLister
|
||||
{
|
||||
private static HWPFDocumentCore loadDoc( File docFile ) throws IOException
|
||||
|
|
Loading…
Reference in New Issue