Interface ElementRenderFinishHandler

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ElementRenderFinishHandler
OFDRW元素渲染结束时触发的回调函数

用与获取OFDRW元素在转换为OFD元素生成的对象ID。

Since:
2024-5-27 20:10:18
Author:
权观宇
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(org.ofdrw.core.basicType.ST_Loc loc, List<org.ofdrw.core.basicType.ST_ID> contentObjId, List<org.ofdrw.core.basicType.ST_ID> resIds)
    OFDRW元素渲染结束时触发的回调函数
  • Method Details

    • handle

      void handle(org.ofdrw.core.basicType.ST_Loc loc, List<org.ofdrw.core.basicType.ST_ID> contentObjId, List<org.ofdrw.core.basicType.ST_ID> resIds)
      OFDRW元素渲染结束时触发的回调函数
      Parameters:
      loc - OFD元素所处页面在OFD容器内的绝对路径,不能为null。
      contentObjId - 内容对象绘制后产生的OFD元素ID序列,不能为null。
      resIds - 元素生成过程中引用的资源ID序列,不能为null。