| Package | Description |
|---|---|
| org.ofdrw.layout.edit | |
| org.ofdrw.layout.element.canvas |
| Modifier and Type | Class and Description |
|---|---|
class |
WatermarkDrawer
水印绘制器
|
| Modifier and Type | Method and Description |
|---|---|
Drawer |
Annotation.getDrawer()
获取当前注释的绘制器
|
| Modifier and Type | Method and Description |
|---|---|
Annotation |
Annotation.setDrawer(Drawer drawer)
设置注释绘制器
|
| Constructor and Description |
|---|
Annotation(double x,
double y,
double width,
double height,
org.ofdrw.core.annotation.pageannot.AnnotType type,
Drawer drawer)
创建注释对象
|
Annotation(org.ofdrw.core.basicType.ST_Box boundary,
org.ofdrw.core.annotation.pageannot.AnnotType type,
Drawer drawer)
创建注解对象
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArtWord
艺术字元素
本元素在Span元素的效果上增加了艺术字常见效果,,比如斜体,文字左右拉伸,文字垂直拉伸
|
class |
CanvasBase
Canvas扩展基类,用于快速构建基于Canvas扩展的自定义元素。
|
class |
CellContentDrawer
类单元格特殊Canvas 绘制器
|
class |
Line
OFDRW 线条元素,用于快速构建一条线条。
|
| Modifier and Type | Method and Description |
|---|---|
Drawer |
Canvas.getDrawer() |
| Modifier and Type | Method and Description |
|---|---|
Canvas |
Canvas.setDrawer(Drawer drawer)
在进入渲染器之前可以对Canvas的绘制进行重设
|
Cell |
Cell.setDrawer(Drawer drawer)
设置单元格内容绘制器
|
| Constructor and Description |
|---|
Canvas(Double width,
Double height,
Drawer drawer)
创建Canvas对象,并指定绘制器
|
Copyright © 2026. All rights reserved.