Uses of Class
org.ofdrw.layout.edit.Annotation
Packages that use Annotation
-
Uses of Annotation in org.ofdrw.layout
Methods in org.ofdrw.layout with parameters of type AnnotationModifier and TypeMethodDescriptionOFDDoc.addAnnotation(int pageNum, Annotation annotation) 向页面中增加注释对象 -
Uses of Annotation in org.ofdrw.layout.edit
Subclasses of Annotation in org.ofdrw.layout.editMethods in org.ofdrw.layout.edit that return AnnotationModifier and TypeMethodDescriptionAnnotation.addParameter(String name, String parameter) 增加 注释参数WatermarkDrawer.getAnnotation()水印注释信息Annotation.setCreator(String creator) 设置 注释创建者设置注释绘制器Annotation.setLastModDate(LocalDate lastModDate) 设置 最近一次修改的时间Annotation.setNoRotate(boolean noRotate) 设置 对象的 Remark 信息是否不随页面旋转而旋转Annotation.setNoZoom(boolean noZoom) 设置 对象的 Remark 信息是否不随页面缩放而同步缩放Annotation.setPrint(boolean print) 设置 对象的Remark 信息是否随页面一起打印Annotation.setReadOnly(boolean readOnly) 设置 对象的 Remark 信息是否不能被用户更改设置 注释说明内容Annotation.setSubtype(String subtype) 设置 注释子类型Annotation.setType(org.ofdrw.core.annotation.pageannot.AnnotType type) 设置 注释类型Annotation.setVisible(boolean visible) 设置 表示该注释对象是否显示Methods in org.ofdrw.layout.edit with parameters of type AnnotationModifier and TypeMethodDescriptionvoidAnnotationRender.render(PageInfo pageInfo, Annotation build) 注释 渲染器voidWatermarkDrawer.setAnnotation(Annotation annotation) 设置水印注释信息