Class DLOFDReader

java.lang.Object
org.ofdrw.reader.OFDReader
org.ofdrw.reader.DLOFDReader
All Implemented Interfaces:
Closeable, AutoCloseable

@Deprecated public class DLOFDReader extends OFDReader
Deprecated.
ofd解析器
Since:
2020/8/11
Author:
dltech21
  • Constructor Details

    • DLOFDReader

      public DLOFDReader(Path ofdFile) throws IOException
      Deprecated.
      Throws:
      IOException
    • DLOFDReader

      public DLOFDReader(String ofdFileLoc) throws IOException
      Deprecated.
      Throws:
      IOException
    • DLOFDReader

      public DLOFDReader(InputStream stream) throws IOException
      Deprecated.
      Throws:
      IOException
    • DLOFDReader

      public DLOFDReader(String unzippedPathRoot, boolean deleteOnClose)
      Deprecated.
      因一些ofd文件无法使用ZipUtil解压缩,可以让用户自己在外面解压缩好后,传入根目录创建 例如用户可以使用unzip或者unar等命令行方式解压缩
      Parameters:
      unzippedPathRoot - 已经解压的OFD根目录位置,因此通过参数控制是否删除目录。
      deleteOnClose - 退出时是否删除 unzippedPathRoot 文件, true - 退出时删除;false - 不删除
  • Method Details

    • getOFDDocumentVo

      public OFDDocumentVo getOFDDocumentVo()
      Deprecated.
    • getOFDPageVO

      public List<OfdPageVo> getOFDPageVO()
      Deprecated.
    • getResMgt

      public ResourceManage getResMgt()
      Deprecated.
      获取资源管理器

      资源管理器获取到的对象均为只读对象

      Overrides:
      getResMgt in class OFDReader
      Returns:
      资源管理器