Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- A0() - Static method in class org.ofdrw.layout.PageLayout
- A1() - Static method in class org.ofdrw.layout.PageLayout
- A10() - Static method in class org.ofdrw.layout.PageLayout
- A2() - Static method in class org.ofdrw.layout.PageLayout
- A3() - Static method in class org.ofdrw.layout.PageLayout
- A4() - Static method in class org.ofdrw.layout.PageLayout
- A5() - Static method in class org.ofdrw.layout.PageLayout
- A6() - Static method in class org.ofdrw.layout.PageLayout
- A7() - Static method in class org.ofdrw.layout.PageLayout
- A8() - Static method in class org.ofdrw.layout.PageLayout
- A9() - Static method in class org.ofdrw.layout.PageLayout
- Absolute - Enum constant in enum org.ofdrw.layout.element.Position
-
绝对定位
- absPath - Variable in class org.ofdrw.layout.engine.ExistCTFont
-
字体文件绝对路径,若为操作系统字体可能为空
- add(String) - Method in class org.ofdrw.layout.element.Paragraph
-
增加段落中的文字
- add(Div) - Method in class org.ofdrw.layout.OFDDoc
-
向文档中加入元素
- add(Div) - Method in class org.ofdrw.layout.StreamCollect
- add(Div) - Method in class org.ofdrw.layout.VirtualPage
-
向虚拟页面中加入对象
- add(Span) - Method in class org.ofdrw.layout.element.Paragraph
-
加入带有特殊样式文字内容
- addAnnotation(int, Annotation) - Method in class org.ofdrw.layout.OFDDoc
-
向页面中增加注释对象
- addAreaHolderBlock(CT_AreaHolderBlock...) - Method in class org.ofdrw.layout.areaholder.AreaHolderBlocks
-
【可选】 增加 区域占位区块
- addAttachment(String, Attachment) - Method in class org.ofdrw.layout.OFDDoc
-
向文档中添加附件文件
- addAttachment(Attachment) - Method in class org.ofdrw.layout.OFDDoc
-
向文档中添加附件文件
- addColorStop(double, String) - Method in class org.ofdrw.layout.element.canvas.CanvasGradient
-
添加渐变颜色段
- addColorStop(double, String) - Method in class org.ofdrw.layout.element.canvas.CanvasRadialGradient
-
添加渐变颜色段
- addDrawParam(CT_DrawParam) - Method in class org.ofdrw.layout.engine.ResManager
-
加入一个绘制参数
- addFont(String, Path) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
添加字体至文档资源中
- addFont(Font) - Method in class org.ofdrw.layout.engine.ResManager
-
增加字体资源
- addFontRet(Font) - Method in class org.ofdrw.layout.engine.ResManager
-
增加字体资源 并获取 添加的字体对象
- addImage(Path) - Method in class org.ofdrw.layout.engine.ResManager
-
加入一个图片资源
- AdditionVPage - Class in org.ofdrw.layout.edit
-
专用于向页面已有页面中添加内容的虚拟页面
- AdditionVPage(Page) - Constructor for class org.ofdrw.layout.edit.AdditionVPage
-
Deprecated.
- AdditionVPage(Page, ST_Loc) - Constructor for class org.ofdrw.layout.edit.AdditionVPage
-
创建一个向页面中添加内容的虚拟页面
- addParameter(String, String) - Method in class org.ofdrw.layout.edit.Annotation
-
增加 注释参数
- addRaw(OFDElement) - Method in class org.ofdrw.layout.engine.ResManager
-
Deprecated.
- addRawWithCache(OFDElement) - Method in class org.ofdrw.layout.engine.ResManager
-
直接向资源列表中加入资源对象
- addStreamCollect(StreamCollect) - Method in class org.ofdrw.layout.OFDDoc
-
向文档中加入虚拟页面
- addTemplate(String, Type) - Method in class org.ofdrw.layout.VirtualPage
-
添加页面模板
- addToHeight(double) - Method in class org.ofdrw.layout.Rectangle
-
增加高度
- addToResource(ResManager) - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.构造绘制参数并加入资源中
- addToWidth(double) - Method in class org.ofdrw.layout.Rectangle
-
增加宽度
- addUnsafe(Div) - Method in class org.ofdrw.layout.VirtualPage
-
不对元素进行分析直接加入到虚拟页面容器内
- addVPage(VirtualPage) - Method in class org.ofdrw.layout.OFDDoc
-
向文档中加入虚拟页面
- addWatermark(Watermark) - Method in class org.ofdrw.layout.OFDDoc
-
给整个文档增加水印.
- AFloat - Enum in org.ofdrw.layout.element
-
在段中的浮动方向
- analyze(List) - Method in class org.ofdrw.layout.engine.StreamingLayoutAnalyzer
-
进行段的布局分析
- analyze(PageLayout) - Method in class org.ofdrw.layout.StreamCollect
-
分析流式内容 转换为 虚拟页面
- Annotation - Class in org.ofdrw.layout.edit
-
注释对象
- Annotation(double, double, double, double, AnnotType, Drawer) - Constructor for class org.ofdrw.layout.edit.Annotation
-
创建注释对象
- Annotation(ST_Box, AnnotType, Drawer) - Constructor for class org.ofdrw.layout.edit.Annotation
-
创建注解对象
- AnnotationRender - Class in org.ofdrw.layout.edit
-
注释对象渲染器
- AnnotationRender(DocDir, ResManager, AtomicInteger) - Constructor for class org.ofdrw.layout.edit.AnnotationRender
- arc(double, double, double, boolean, boolean, double, double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
从当前点连接到点(x,y)的圆弧,并将当前点移动到点(x,y)。 rx 表示椭圆的长轴长度,ry 表示椭圆的短轴长度。angle 表示 椭圆在当前坐标系下旋转的角度,正值为顺时针,负值为逆时针, large 为 1 时表示对应度数大于180°的弧,为 0 时表示对应 度数小于 180°的弧。sweep 为 1 时表示由圆弧起始点到结束点 是顺时针旋转,为 0 时表示由圆弧起始点到结束点是逆时针旋转。
- arc(double, double, double, double, double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
创建弧/曲线(用于创建圆或部分圆)
- arc(double, double, double, double, double, boolean) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
创建弧/曲线(用于创建圆或部分圆)
- AreaHolderBlock - Class in org.ofdrw.layout.element
-
区域占位区块
- AreaHolderBlock(String, double, double, double, double) - Constructor for class org.ofdrw.layout.element.AreaHolderBlock
-
在指定位置 创建AreaHolderBlock对象
- AreaHolderBlock(String, Double, Double) - Constructor for class org.ofdrw.layout.element.AreaHolderBlock
-
创建AreaHolderBlock对象
- AreaHolderBlockRender - Class in org.ofdrw.layout.engine.render
-
AreaHolderBlock 渲染器
- AreaHolderBlockRender() - Constructor for class org.ofdrw.layout.engine.render.AreaHolderBlockRender
- AreaHolderBlocks - Class in org.ofdrw.layout.areaholder
-
【OFDRW 扩展】 区域占位区块列表 AreaHolderBlocks.xml
- AreaHolderBlocks() - Constructor for class org.ofdrw.layout.areaholder.AreaHolderBlocks
- AreaHolderBlocks(Element) - Constructor for class org.ofdrw.layout.areaholder.AreaHolderBlocks
- AreaHolderBlocksFile - Static variable in class org.ofdrw.layout.areaholder.AreaHolderBlocks
-
【OFDRW 扩展】 区域占位区块列表 文件名称
- AreaHolderBlocksProcess - Class in org.ofdrw.layout.areaholder
-
区域占位区块处理器
- AreaHolderBlocksProcess() - Constructor for class org.ofdrw.layout.areaholder.AreaHolderBlocksProcess
- AreaHolderContext - Class in org.ofdrw.layout.areaholder
-
区域占位区块上下文
- AreaHolderContext(OFDDoc) - Constructor for class org.ofdrw.layout.areaholder.AreaHolderContext
-
创建 区域占位区块 上下文
- AreaHolderContext(OFDDoc, int) - Constructor for class org.ofdrw.layout.areaholder.AreaHolderContext
-
创建 区域占位区块 上下文
- areaName - Variable in class org.ofdrw.layout.element.AreaHolderBlock
-
占位区域名称
- arr4p(Double...) - Static method in class org.ofdrw.layout.element.ArrayParamTool
-
四个参数分析工具
- ArrayParamTool - Class in org.ofdrw.layout.element
-
数组参数工具
- ArrayParamTool() - Constructor for class org.ofdrw.layout.element.ArrayParamTool
- ArtWord - Class in org.ofdrw.layout.element.canvas
-
艺术字元素 本元素在Span元素的效果上增加了艺术字常见效果,,比如斜体,文字左右拉伸,文字垂直拉伸
- ArtWord(Double, Double) - Constructor for class org.ofdrw.layout.element.canvas.ArtWord
- Attachment - Class in org.ofdrw.layout.edit
-
附件对象构造器
- Attachment(String, Path) - Constructor for class org.ofdrw.layout.edit.Attachment
-
附件对象构造对象,同名文件将被替换
- Attachment(String, Path, boolean) - Constructor for class org.ofdrw.layout.edit.Attachment
-
附件对象构造对象
- axialShd - Variable in class org.ofdrw.layout.element.canvas.CanvasGradient
B
- beginPath() - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
开启一段新的路径
- bezierCurveTo(double, double, double, double, double, double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
方法三次贝塞尔曲线的指定控制点,向当前路径添加一个点。
- block - Enum constant in enum org.ofdrw.layout.element.Display
-
块级元素
- blockSize() - Method in class org.ofdrw.layout.element.PlaceholderSpan
-
占位符大小,如果holdWidth存在那么返还指定宽高的矩形 否则根据字体进行计算
- blockSize() - Method in class org.ofdrw.layout.element.Span
- both - Enum constant in enum org.ofdrw.layout.element.Clear
-
两侧不允许出现元素
- bottom - Enum constant in enum org.ofdrw.layout.element.canvas.VerticalAlign
-
底边对齐
- box() - Method in class org.ofdrw.layout.element.Div
-
获取模型区域大小
- box(char) - Method in class org.ofdrw.layout.element.canvas.FontSetting
-
返回文字所占空间
- BR - Class in org.ofdrw.layout.element
-
换行符
- BR() - Constructor for class org.ofdrw.layout.element.BR
- build() - Method in class org.ofdrw.layout.edit.Annotation
-
获取注释底层对象
C
- Canvas - Class in org.ofdrw.layout.element.canvas
-
画板
- Canvas(double, double, double, double) - Constructor for class org.ofdrw.layout.element.canvas.Canvas
-
在指定位置 创建Canvas对象
- Canvas(Double, Double) - Constructor for class org.ofdrw.layout.element.canvas.Canvas
-
创建Canvas对象
- Canvas(Double, Double, Drawer) - Constructor for class org.ofdrw.layout.element.canvas.Canvas
-
创建Canvas对象,并指定绘制器
- Canvas(PageLayout) - Constructor for class org.ofdrw.layout.element.canvas.Canvas
-
创建Canvas对象
- CanvasBase - Class in org.ofdrw.layout.element.canvas
-
Canvas扩展基类,用于快速构建基于Canvas扩展的自定义元素。
- CanvasBase(double, double, double, double) - Constructor for class org.ofdrw.layout.element.canvas.CanvasBase
- CanvasBase(Double, Double) - Constructor for class org.ofdrw.layout.element.canvas.CanvasBase
- CanvasBase(PageLayout) - Constructor for class org.ofdrw.layout.element.canvas.CanvasBase
- CanvasGradient - Class in org.ofdrw.layout.element.canvas
-
Canvas 渐变 该类用于与HTML Canvas API兼容
- CanvasGradient(double, double, double, double) - Constructor for class org.ofdrw.layout.element.canvas.CanvasGradient
-
创建一个线性渐变
- CanvasPattern - Class in org.ofdrw.layout.element.canvas
-
Canvas填充模式
- CanvasPattern(Path, String, ImageObject) - Constructor for class org.ofdrw.layout.element.canvas.CanvasPattern
-
创建一个Canvas底纹
- CanvasRadialGradient - Class in org.ofdrw.layout.element.canvas
-
创建放射状/圆形渐变对象
- CanvasRadialGradient(double, double, double, double, double, double) - Constructor for class org.ofdrw.layout.element.canvas.CanvasRadialGradient
-
创建一个放射状/圆形渐变
- CanvasRender - Class in org.ofdrw.layout.engine.render
-
Canvas 渲染器
- CanvasRender() - Constructor for class org.ofdrw.layout.engine.render.CanvasRender
- CanvasState - Class in org.ofdrw.layout.element.canvas
-
画布上下文中的绘制参数状态
- CanvasState() - Constructor for class org.ofdrw.layout.element.canvas.CanvasState
- Cell - Class in org.ofdrw.layout.element.canvas
-
单元对象
- Cell(double, double, double, double) - Constructor for class org.ofdrw.layout.element.canvas.Cell
-
创建单元对象
- Cell(Double, Double) - Constructor for class org.ofdrw.layout.element.canvas.Cell
-
创建单元对象
- CellContentDrawer - Class in org.ofdrw.layout.element.canvas
-
类单元格特殊Canvas 绘制器
- CellContentDrawer(double, double, double, double) - Constructor for class org.ofdrw.layout.element.canvas.CellContentDrawer
-
创建单元格
- CellContentDrawer(Canvas) - Constructor for class org.ofdrw.layout.element.canvas.CellContentDrawer
-
通过已有Canvas构造单元格
- center - Enum constant in enum org.ofdrw.layout.element.AFloat
-
居中浮动
- center - Enum constant in enum org.ofdrw.layout.element.canvas.TextAlign
-
文本的中心被放置在指定的位置
- center - Enum constant in enum org.ofdrw.layout.element.canvas.VerticalAlign
-
中间对齐
- center - Enum constant in enum org.ofdrw.layout.element.TextAlign
- charAreas - Variable in class org.ofdrw.layout.element.canvas.TextMetricsArea
-
每个字符大小
- charWidth(char) - Method in class org.ofdrw.layout.element.canvas.FontSetting
-
字符宽度
- Clear - Enum in org.ofdrw.layout.element
-
对段的占用情况
- clearFirstLineIndent() - Method in class org.ofdrw.layout.element.Paragraph
-
清除缩进格式
- clip() - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
从原始画布中剪切任意形状和尺寸
- ClipFactory - Class in org.ofdrw.layout.element.canvas
-
Deprecated.
- ClipFactory() - Constructor for class org.ofdrw.layout.element.canvas.ClipFactory
-
Deprecated.
- ClipFactory(AbbreviatedData) - Constructor for class org.ofdrw.layout.element.canvas.ClipFactory
-
Deprecated.
- ClipFactory(AbbreviatedData, ST_Array) - Constructor for class org.ofdrw.layout.element.canvas.ClipFactory
-
Deprecated.
- clips() - Method in class org.ofdrw.layout.element.canvas.ClipFactory
-
Deprecated.构造裁剪对象
- clips(ST_Box) - Method in class org.ofdrw.layout.element.canvas.ClipFactory
-
Deprecated.构造裁剪对象
- clone() - Method in class org.ofdrw.layout.element.canvas.ArtWord
- clone() - Method in class org.ofdrw.layout.element.canvas.CanvasState
- clone() - Method in class org.ofdrw.layout.element.canvas.ClipFactory
-
Deprecated.
- clone() - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
- clone() - Method in class org.ofdrw.layout.element.canvas.FontSetting
- clone() - Method in class org.ofdrw.layout.element.Div
-
克隆Div
- clone() - Method in class org.ofdrw.layout.element.Paragraph
-
请勿调用该方法克隆段落,除非你知道你在干什么
- clone() - Method in class org.ofdrw.layout.element.Span
- clone() - Method in class org.ofdrw.layout.PageLayout
- clone() - Method in class org.ofdrw.layout.Rectangle
- close() - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
结束绘制器绘制工作
- close() - Method in class org.ofdrw.layout.OFDDoc
-
关闭文档,生成OFD
- closePath() - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
关闭路径
- contentHeight() - Method in class org.ofdrw.layout.PageLayout
- contentSplitAdjust(double, T, T) - Method in class org.ofdrw.layout.element.Div
-
内容分割调整
- contentSplitAdjust(double, T, T) - Method in class org.ofdrw.layout.element.Paragraph
- contentWidth() - Method in class org.ofdrw.layout.PageLayout
- copyTo(T) - Method in class org.ofdrw.layout.element.Div
-
Clone到制定对象
- create(DocDir) - Static method in class org.ofdrw.layout.areaholder.AreaHolderBlocksProcess
-
创建 区域占位区块列表
- createLinearGradient(double, double, double, double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
创建一个线性渐变对象(double)
- createLinearGradient(int, int, int, int) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
创建一个线性渐变对象(int)
- createPattern(Path, String) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
创建一个重复底纹
- createRadialGradient(double, double, double, double, double, double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
创建径向渐变颜色
- CT_AreaHolderBlock - Class in org.ofdrw.layout.areaholder
-
【OFDRW 扩展】 区域占位区块
- CT_AreaHolderBlock() - Constructor for class org.ofdrw.layout.areaholder.CT_AreaHolderBlock
- CT_AreaHolderBlock(String) - Constructor for class org.ofdrw.layout.areaholder.CT_AreaHolderBlock
-
创建 区域占位区块
- CT_AreaHolderBlock(Element) - Constructor for class org.ofdrw.layout.areaholder.CT_AreaHolderBlock
D
- debug() - Method in class org.ofdrw.layout.edit.Watermark
-
开启调试
- DEBUG - Static variable in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
调试开关,在开启后会绘制辅助线
- delete(DocDir) - Static method in class org.ofdrw.layout.areaholder.AreaHolderBlocksProcess
-
删除区域占位区块列表文件
- deleteAttachment(String) - Method in class org.ofdrw.layout.OFDDoc
-
删除指定名称的附件
- Display - Enum in org.ofdrw.layout.element
-
Div在行内的表现形式
- Div<T> - Class in org.ofdrw.layout.element
-
盒式模型基础
- Div() - Constructor for class org.ofdrw.layout.element.Div
- Div(double, double, double, double) - Constructor for class org.ofdrw.layout.element.Div
-
创建绝对定位的Div对象
- Div(Double, Double) - Constructor for class org.ofdrw.layout.element.Div
- DivContainer - Interface in org.ofdrw.layout.element
-
控制Div元素
- DivRender - Class in org.ofdrw.layout.engine.render
-
盒式模型渲染器
- DivRender() - Constructor for class org.ofdrw.layout.engine.render.DivRender
- DocContentReplace - Class in org.ofdrw.layout
-
文档内容替换
- DocContentReplace(OFDDoc) - Constructor for class org.ofdrw.layout.DocContentReplace
-
创建文档内容替换对象
- DocContentReplace(OFDDoc, DocContentReplace.ReplaceTextHandler) - Constructor for class org.ofdrw.layout.DocContentReplace
-
创建文档内容替换对象
- DocReadException - Exception Class in org.ofdrw.layout.exception
-
OFD文件解析异常
- DocReadException() - Constructor for exception class org.ofdrw.layout.exception.DocReadException
- DocReadException(String) - Constructor for exception class org.ofdrw.layout.exception.DocReadException
- DocReadException(String, Throwable) - Constructor for exception class org.ofdrw.layout.exception.DocReadException
- docRes() - Method in class org.ofdrw.layout.engine.ResManager
-
文档资源清单
- doPrepare(Double) - Method in class org.ofdrw.layout.element.AreaHolderBlock
-
Canvas 不接受宽度重设
- doPrepare(Double) - Method in class org.ofdrw.layout.element.canvas.Canvas
-
Canvas 不接受宽度重设
- doPrepare(Double) - Method in class org.ofdrw.layout.element.Div
-
获取尺寸
- doPrepare(Double) - Method in class org.ofdrw.layout.element.Paragraph
-
预布局
- doPrepare(Double) - Method in interface org.ofdrw.layout.RenderPrepare
-
执行渲染前的准备工作
- draw(DrawContext) - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
绘制水印
- draw(DrawContext) - Method in class org.ofdrw.layout.element.canvas.ArtWord
- draw(DrawContext) - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
单元格内部绘制
- draw(DrawContext) - Method in interface org.ofdrw.layout.element.canvas.Drawer
-
绘制
- draw(DrawContext) - Method in class org.ofdrw.layout.element.canvas.Line
-
线条绘制器
- DrawContext - Class in org.ofdrw.layout.element.canvas
-
绘制器绘制上下文
- DrawContext(CT_PageBlock, ST_Box, AtomicInteger, ResManager) - Constructor for class org.ofdrw.layout.element.canvas.DrawContext
-
创建绘制上下文
- Drawer - Interface in org.ofdrw.layout.element.canvas
-
Canvas 内容绘制器
- drawImage(Path, double, double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
在OFD上绘制图像
- drawImage(Path, double, double, double, double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
在OFD上绘制图像
- drawImage(Path, double, double, double, double, double, double, double, double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
裁剪图片并在OFD上绘制图像
- DrawParamCache - Class in org.ofdrw.layout.element.canvas
-
Deprecated.通过资源管理解决绘制参数重复问题,该缓存结构冗余因此弃用。
- DrawParamCache() - Constructor for class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
E
- ElementRenderFinishHandler - Interface in org.ofdrw.layout.handler
-
OFDRW元素渲染结束时触发的回调函数
- ElementSplit - Interface in org.ofdrw.layout.engine
-
元素分割
- elementType() - Method in class org.ofdrw.layout.element.AreaHolderBlock
-
获取元素类型名称
- elementType() - Method in class org.ofdrw.layout.element.canvas.Canvas
-
获取元素类型
- elementType() - Method in class org.ofdrw.layout.element.Div
-
获取元素类型名称
- elementType() - Method in class org.ofdrw.layout.element.Img
-
元素类型
- elementType() - Method in class org.ofdrw.layout.element.Paragraph
-
元素类型
- Empty - Static variable in class org.ofdrw.layout.Rectangle
- end - Enum constant in enum org.ofdrw.layout.element.canvas.TextAlign
-
文本在指定的位置结束。
- eq(double...) - Static method in class org.ofdrw.layout.engine.render.DivRender
-
比较两个double是否相等 忽略精度
- equals(Object) - Method in class org.ofdrw.layout.PageLayout
- exist(DocDir) - Static method in class org.ofdrw.layout.areaholder.AreaHolderBlocksProcess
-
判断是否存在 区域占位区块列表
- ExistCTFont - Class in org.ofdrw.layout.engine
-
已经存在的字体对象
- ExistCTFont(CT_Font, Path) - Constructor for class org.ofdrw.layout.engine.ExistCTFont
F
- fill() - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
填充已定义路径
- fillRect(double, double, double, double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
创建并填充矩形路径
- fillStyle - Variable in class org.ofdrw.layout.element.canvas.DrawContext
-
填充颜色
- fillText(String, double, double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
填充文字
- find(AreaHolderBlocks, String) - Static method in class org.ofdrw.layout.areaholder.AreaHolderBlocksProcess
-
查找指定名称的区域占位区块
- firstCharOffsetX - Variable in class org.ofdrw.layout.element.canvas.MeasureBody
-
文本在第一个字符相对偏移 x坐标
- firstCharOffsetY - Variable in class org.ofdrw.layout.element.canvas.MeasureBody
-
文本在第一个字符相对偏移 y坐标
- font - Variable in class org.ofdrw.layout.element.canvas.DrawContext
-
字体描述 格式与CSS3格式一致
- font - Variable in class org.ofdrw.layout.engine.ExistCTFont
-
在文档中的字体对象
- FontSetting - Class in org.ofdrw.layout.element.canvas
-
字体设置
- FontSetting(double, Font) - Constructor for class org.ofdrw.layout.element.canvas.FontSetting
- fontSize - Variable in class org.ofdrw.layout.element.canvas.TextMetrics
-
文本字体大小(单位毫米mm)
G
- get(String) - Method in class org.ofdrw.layout.areaholder.AreaHolderContext
-
获取指定名称的 区域占位区块
- get(DocDir) - Static method in class org.ofdrw.layout.areaholder.AreaHolderBlocksProcess
-
获取 区域占位区块列表
- getAngle() - Method in class org.ofdrw.layout.edit.Watermark
-
旋转角度
- getAngle() - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
获取旋转角度
- getAnnotation() - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
水印注释信息
- getAreaHolderBlocks() - Method in class org.ofdrw.layout.areaholder.AreaHolderBlocks
-
【可选】 获取 区域占位区块 序列
- getAreaName() - Method in class org.ofdrw.layout.areaholder.CT_AreaHolderBlock
-
【必选 属性】 获取 区域名称
- getAreaName() - Method in class org.ofdrw.layout.element.AreaHolderBlock
-
获取 区域名称
- getAttachment() - Method in class org.ofdrw.layout.edit.Attachment
- getAVPage(int) - Method in class org.ofdrw.layout.OFDDoc
-
获取指定页面追加页面对象
- getBackgroundColor() - Method in class org.ofdrw.layout.element.Div
- getBeforePageParseHandler() - Method in class org.ofdrw.layout.engine.VPageParseEngine
-
获取页面解析前处理器
- getBeginPoint() - Method in class org.ofdrw.layout.element.canvas.Line
-
获取线的起始点
- getBlob() - Method in class org.ofdrw.layout.element.canvas.Cell
-
Deprecated.单词错误
Cell.getBold()是否加粗 - getBlob() - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
Deprecated.单词错误
CellContentDrawer.getBold()是否加粗 - getBold() - Method in class org.ofdrw.layout.edit.Watermark
-
获取文字是否粗体标识
- getBold() - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
是否加粗
- getBold() - Method in class org.ofdrw.layout.element.canvas.Cell
-
是否加粗
- getBold() - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
是否加粗
- getBorder() - Method in class org.ofdrw.layout.element.Div
- getBorderBottom() - Method in class org.ofdrw.layout.element.Div
- getBorderColor() - Method in class org.ofdrw.layout.element.Div
-
获取 边框颜色
- getBorderDash() - Method in class org.ofdrw.layout.element.Div
-
获取 边框虚线样式
- getBorderLeft() - Method in class org.ofdrw.layout.element.Div
- getBorderRight() - Method in class org.ofdrw.layout.element.Div
- getBorderTop() - Method in class org.ofdrw.layout.element.Div
- getBoundary() - Method in class org.ofdrw.layout.areaholder.CT_AreaHolderBlock
-
【必选 属性】 获取 区域外接矩形
- getBoundary() - Method in class org.ofdrw.layout.edit.Annotation
- getCanvas() - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
获取单元格的Canvas对象
- getCap() - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
- getCell(String) - Method in class org.ofdrw.layout.areaholder.AreaHolderContext
-
获取指定名称的 区域单元格对象
- getCharDirection() - Method in class org.ofdrw.layout.element.canvas.FontSetting
-
获取字符方向
- getClear() - Method in class org.ofdrw.layout.element.Div
- getColor() - Method in class org.ofdrw.layout.edit.Watermark
-
获取水印文字颜色
- getColor() - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
获取文字颜色
- getColor() - Method in class org.ofdrw.layout.element.canvas.ArtWord
- getColor() - Method in class org.ofdrw.layout.element.canvas.Cell
-
获取单元格颜色
- getColor() - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
获取单元格颜色
- getColor() - Method in class org.ofdrw.layout.element.Span
- getContent() - Method in class org.ofdrw.layout.engine.Segment
-
获取段中的元素
- getContent() - Method in class org.ofdrw.layout.StreamCollect
-
获取内容队列
- getContent() - Method in class org.ofdrw.layout.VirtualPage
-
获取虚拟页面内的内容容器
- getContent(Type) - Method in class org.ofdrw.layout.VirtualPage
-
获取指定图层类型的Div
- getContents() - Method in class org.ofdrw.layout.element.Paragraph
- getCreationDate() - Method in class org.ofdrw.layout.edit.Attachment
-
Deprecated.
- getCreationDateTime() - Method in class org.ofdrw.layout.edit.Attachment
-
【可选 属性】 获取 创建时间
- getCreator() - Method in class org.ofdrw.layout.edit.Annotation
-
获取 注释创建者
- getCtm() - Method in class org.ofdrw.layout.element.canvas.ClipFactory
-
Deprecated.
- getDashOffset() - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
获取虚线绘制偏移位置
- getDashOffset() - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
- getDashPattern() - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
获取虚线间隔参数
- getDashPattern() - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
- getData() - Method in class org.ofdrw.layout.element.canvas.ClipFactory
-
Deprecated.
- getDefaultFont() - Method in class org.ofdrw.layout.element.Paragraph
- getDeleteLine() - Method in class org.ofdrw.layout.element.canvas.Cell
-
获取是否开启删除线
- getDeleteLine() - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
获取是否开启删除线
- getDeltaX() - Method in class org.ofdrw.layout.element.Span
-
获取字符X坐标偏移值队列
- getDisplay() - Method in class org.ofdrw.layout.element.Div
-
获取 显示样式
- getDocDir() - Method in class org.ofdrw.layout.engine.ResManager
-
获取当前操作的文档容器
- getDrawer() - Method in class org.ofdrw.layout.edit.Annotation
-
获取当前注释的绘制器
- getDrawer() - Method in class org.ofdrw.layout.edit.Watermark
-
获取绘制器
- getDrawer() - Method in class org.ofdrw.layout.element.canvas.Canvas
- getDrawer() - Method in class org.ofdrw.layout.element.canvas.Cell
-
获取单元格内容绘制器
- getDrawParam() - Method in class org.ofdrw.layout.element.canvas.CanvasState
-
获取绘制参数
- getEndPoint() - Method in class org.ofdrw.layout.element.canvas.Line
-
获取线的结束点
- getFile() - Method in class org.ofdrw.layout.edit.Attachment
-
获取附件文件
- getFillColor() - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
获取填充颜色(只读)
- getFillColor() - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
- getFirstLineIndent() - Method in class org.ofdrw.layout.element.Paragraph
-
获取首行缩进字符数
- getFirstLineIndentWidth() - Method in class org.ofdrw.layout.element.Paragraph
-
获取首行缩进数值
- getFloat() - Method in class org.ofdrw.layout.element.Div
- getFont() - Method in class org.ofdrw.layout.element.canvas.ArtWord
- getFont() - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
获取当前使用的绘制文字设置
- getFont() - Method in class org.ofdrw.layout.element.canvas.FontSetting
-
获取文字对象
- getFont() - Method in class org.ofdrw.layout.element.Span
- getFont() - Method in interface org.ofdrw.layout.element.TextFontInfo
-
获取字体对象
- getFont(String) - Method in class org.ofdrw.layout.engine.ResManager
-
通过字族名获取字体对象,如果无法找到则返还null
- getFontFile() - Method in class org.ofdrw.layout.areaholder.CT_AreaHolderBlock
-
【必选】 获取 页面文件
- getFontName() - Method in class org.ofdrw.layout.edit.Watermark
-
获取字体名称
- getFontName() - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
获取字体名称
- getFontName() - Method in class org.ofdrw.layout.element.canvas.Cell
-
获取字体名称
- getFontName() - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
获取字体名称
- getFontSize() - Method in class org.ofdrw.layout.edit.Watermark
-
获取字体大小
- getFontSize() - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
获取字号
- getFontSize() - Method in class org.ofdrw.layout.element.canvas.ArtWord
- getFontSize() - Method in class org.ofdrw.layout.element.canvas.Cell
-
获取字号
- getFontSize() - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
获取字号
- getFontSize() - Method in class org.ofdrw.layout.element.canvas.FontSetting
-
获取文字字号
- getFontSize() - Method in class org.ofdrw.layout.element.Paragraph
- getFontSize() - Method in class org.ofdrw.layout.element.Span
- getFontSize() - Method in interface org.ofdrw.layout.element.TextFontInfo
-
获取文字字号
- getFontWeight() - Method in class org.ofdrw.layout.edit.Watermark
-
字体宽度,遵循 CSS3标准,可选值为 normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900
- getFontWeight() - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
获取字体宽度
- getFontWeight() - Method in class org.ofdrw.layout.element.canvas.Cell
-
获取字体宽度
- getFontWeight() - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
获取字体宽度
- getFontWeight() - Method in class org.ofdrw.layout.element.canvas.FontSetting
-
获取字体宽度
- getFormat() - Method in class org.ofdrw.layout.edit.Attachment
-
【可选 属性】 获取 附件格式
- getGlobalAlpha() - Method in class org.ofdrw.layout.edit.Watermark
-
水印透明度,可取值 0.0~1.0,默认 0.5
- getGlobalAlpha() - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
获取透明度
- getGlobalAlpha() - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
获取绘图透明度值
- getH() - Method in class org.ofdrw.layout.element.TxtGlyph
-
返回字体高度
- getHeight() - Method in class org.ofdrw.layout.element.Div
- getHeight() - Method in class org.ofdrw.layout.element.TxtLineBlock
-
获取整个行占据的高度(文字高度 + 行间距)
- getHeight() - Method in class org.ofdrw.layout.engine.Segment
- getHeight() - Method in class org.ofdrw.layout.PageLayout
- getHeight() - Method in class org.ofdrw.layout.Rectangle
- getHoldNum() - Method in class org.ofdrw.layout.element.PlaceholderSpan
-
获取位符数量
- getHoldWidth() - Method in class org.ofdrw.layout.element.PlaceholderSpan
-
占位符宽度
- getHorizontalInclination() - Method in class org.ofdrw.layout.element.canvas.ArtWord
- getHorizontalScaling() - Method in class org.ofdrw.layout.element.canvas.ArtWord
- getID() - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
- getImgHeight() - Method in class org.ofdrw.layout.element.canvas.Cell
-
获取图片宽度
- getImgHeight() - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
获取图片宽度
- getImgPath() - Method in class org.ofdrw.layout.element.canvas.Cell
-
获取图片路径
- getImgPath() - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
获取图片路径
- getImgWidth() - Method in class org.ofdrw.layout.element.canvas.Cell
-
获取图片高度
- getImgWidth() - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
获取图片高度
- getInlineSpans() - Method in class org.ofdrw.layout.element.TxtLineBlock
-
获取行内所有文字单元
- getInstance() - Static method in class org.ofdrw.layout.element.canvas.FontSetting
-
简化构造提供默认的字体配置
- getInstance(double) - Static method in class org.ofdrw.layout.element.canvas.FontSetting
-
简化构造提供可选的字体配置
- getIntervalX() - Method in class org.ofdrw.layout.edit.Watermark
-
获取水印横向间距,单位mm
- getIntervalX() - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
获取横向间隔
- getIntervalY() - Method in class org.ofdrw.layout.edit.Watermark
-
获取水印纵向间距,单位mm
- getIntervalY() - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
获取水印纵向间距,单位mm
- getItalic() - Method in class org.ofdrw.layout.edit.Watermark
-
获取文字是否斜体标识
- getItalic() - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
是否斜体
- getItalic() - Method in class org.ofdrw.layout.element.canvas.Cell
-
是否斜体
- getItalic() - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
是否斜体
- getJoin() - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
- getLastModDate() - Method in class org.ofdrw.layout.edit.Annotation
-
获取 最近一次修改的时间
- getLayer() - Method in class org.ofdrw.layout.element.Div
-
返回 图层
- getLayerContent() - Method in class org.ofdrw.layout.VirtualPage
-
返回图层相关的内容
- getLeft() - Method in class org.ofdrw.layout.element.Div
- getLetterSpacing() - Method in class org.ofdrw.layout.edit.Watermark
-
获取文字字间距
- getLetterSpacing() - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
获取文字之间的间距
- getLetterSpacing() - Method in class org.ofdrw.layout.element.canvas.ArtWord
- getLetterSpacing() - Method in class org.ofdrw.layout.element.canvas.Cell
-
获取 文字之间的间距
- getLetterSpacing() - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
获取 文字之间的间距
- getLetterSpacing() - Method in class org.ofdrw.layout.element.canvas.FontSetting
-
获取字间距
- getLetterSpacing() - Method in class org.ofdrw.layout.element.Span
- getLetterSpacing() - Method in interface org.ofdrw.layout.element.TextFontInfo
-
获取字间距
- getLineCap() - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
设置端点样式
- getLineColor() - Method in class org.ofdrw.layout.element.canvas.Line
-
获取线的颜色
- getLineJoin() - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
获取线条连接样式
- getLineMaxAvailableWidth() - Method in class org.ofdrw.layout.element.TxtLineBlock
-
获取 行内可用最大宽度
- getLineOpacity() - Method in class org.ofdrw.layout.element.canvas.Line
-
获取线的透明度
- getLines() - Method in class org.ofdrw.layout.element.Paragraph
- getLineSpace() - Method in class org.ofdrw.layout.element.canvas.Cell
-
获取 行间距
- getLineSpace() - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
获取 行间距
- getLineSpace() - Method in class org.ofdrw.layout.element.Paragraph
- getLineSpace() - Method in class org.ofdrw.layout.element.TxtLineBlock
-
获取行间距
- getLineWidth() - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
获取当前线宽度
- getLineWidth() - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
- getLineWidth() - Method in class org.ofdrw.layout.element.canvas.Line
-
获取线的宽度
- getMargin() - Method in class org.ofdrw.layout.element.Div
- getMargin() - Method in class org.ofdrw.layout.PageLayout
- getMarginBottom() - Method in class org.ofdrw.layout.element.Div
- getMarginBottom() - Method in class org.ofdrw.layout.PageLayout
- getMarginLeft() - Method in class org.ofdrw.layout.element.Div
- getMarginLeft() - Method in class org.ofdrw.layout.PageLayout
- getMarginRight() - Method in class org.ofdrw.layout.element.Div
- getMarginRight() - Method in class org.ofdrw.layout.PageLayout
- getMarginTop() - Method in class org.ofdrw.layout.element.Div
- getMarginTop() - Method in class org.ofdrw.layout.PageLayout
- getMaxSpanHeight() - Method in class org.ofdrw.layout.element.TxtLineBlock
-
行内最高元素高度
- getMiterLimit() - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
获取最大斜接长度,也就是结合点长度截断值
- getMiterLimit() - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
- getModDate() - Method in class org.ofdrw.layout.edit.Attachment
-
Deprecated.
- getModDateTime() - Method in class org.ofdrw.layout.edit.Attachment
-
【可选 属性】 获取 修改时间
- getName() - Method in class org.ofdrw.layout.edit.Attachment
-
【必选 属性】 获取 附件名称
- getNewResIds() - Method in class org.ofdrw.layout.engine.ResManager
-
获取新加入的资源ID
- getNoRotate() - Method in class org.ofdrw.layout.edit.Annotation
-
获取 对象的 Remark 信息是否不随页面旋转而旋转
- getNoZoom() - Method in class org.ofdrw.layout.edit.Annotation
-
获取 对象的 Remark 信息是否不随页面缩放而同步缩放
- getOfdDir() - Method in class org.ofdrw.layout.OFDDoc
-
获取 OFD虚拟容器
- getOfdDocument() - Method in class org.ofdrw.layout.OFDDoc
-
获取 文档根节点
- getOffsetX() - Method in class org.ofdrw.layout.element.canvas.ArtWord
- getOffsetY() - Method in class org.ofdrw.layout.element.canvas.ArtWord
- getOnPage() - Method in class org.ofdrw.layout.OFDDoc
-
获取 当前解析页面的回调
- getOnRenderFinish() - Method in class org.ofdrw.layout.element.Div
-
获取渲染完成回调事件
- getOpacity() - Method in class org.ofdrw.layout.element.Div
-
获取透明度
- getPadding() - Method in class org.ofdrw.layout.element.Div
-
获取内边距
- getPaddingBottom() - Method in class org.ofdrw.layout.element.Div
- getPaddingLeft() - Method in class org.ofdrw.layout.element.Div
- getPaddingRight() - Method in class org.ofdrw.layout.element.Div
- getPaddingTop() - Method in class org.ofdrw.layout.element.Div
- getPageArea() - Method in class org.ofdrw.layout.PageLayout
-
获取OFD页面区域
- getPageBlockID() - Method in class org.ofdrw.layout.areaholder.CT_AreaHolderBlock
-
【必选 属性】 获取 页块引用
- getPageLayout() - Method in class org.ofdrw.layout.OFDDoc
-
获取页面样式(只读)
- getPageLoc() - Method in class org.ofdrw.layout.edit.AdditionVPage
-
获取 页面的绝对路径(注意可能为空)
- getPageNum() - Method in class org.ofdrw.layout.StreamCollect
-
获取插入页码
- getPageNum() - Method in class org.ofdrw.layout.VirtualPage
-
获取虚拟页面页码
- getPageObj() - Method in class org.ofdrw.layout.edit.AdditionVPage
-
获取页面对象
- getParameters() - Method in class org.ofdrw.layout.edit.Annotation
-
获取 一组注释参数
- getPosition() - Method in class org.ofdrw.layout.element.Div
- getPreferBlock() - Method in class org.ofdrw.layout.element.canvas.Canvas
-
获取 优先使用的页面块
- getPrint() - Method in class org.ofdrw.layout.edit.Annotation
-
设置 对象的Remark 信息是否随页面一起打印
- getReadDirection() - Method in class org.ofdrw.layout.element.canvas.FontSetting
-
获取阅读方向
- getReader() - Method in class org.ofdrw.layout.DocContentReplace
-
获取 OFD解析器
- getReader() - Method in class org.ofdrw.layout.OFDDoc
-
返回正在编辑文档的Reader对象
- getReadOnly() - Method in class org.ofdrw.layout.edit.Annotation
-
获取 对象的 Remark 信息是否不能被用户更改
- getRelative() - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
- getRemark() - Method in class org.ofdrw.layout.edit.Annotation
-
获取 注释说明内容
- getReplaceTextCgTransformHandler() - Method in class org.ofdrw.layout.DocContentReplace
-
获取 字体变换类型的替换处理器
- getReplaceTextHandler() - Method in class org.ofdrw.layout.DocContentReplace
-
获取当前的内容替换处理器
- getResManager() - Method in class org.ofdrw.layout.OFDDoc
-
获取 资源管理器对象
- getRight() - Method in class org.ofdrw.layout.element.Div
- getRoot() - Method in class org.ofdrw.layout.engine.ResManager
-
获取文档根容器
- getSizeList() - Method in class org.ofdrw.layout.engine.Segment
-
获取元素尺寸序列
- getSrc() - Method in class org.ofdrw.layout.element.Img
- getStartX() - Method in class org.ofdrw.layout.PageLayout
-
绘制区域原点X
- getStartY() - Method in class org.ofdrw.layout.PageLayout
-
绘制区域原点Y
- getStrokeColor() - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
读取当前描边颜色(只读)
- getStrokeColor() - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
- getStyle() - Method in class org.ofdrw.layout.VirtualPage
- getSubtype() - Method in class org.ofdrw.layout.edit.Annotation
-
获取 注释子类型
- getTemplates() - Method in class org.ofdrw.layout.VirtualPage
-
返回 页面引用的模板序列
- getText() - Method in class org.ofdrw.layout.element.canvas.ArtWord
- getText() - Method in class org.ofdrw.layout.element.Span
- getTextAlign() - Method in class org.ofdrw.layout.element.canvas.ArtWord
- getTextAlign() - Method in class org.ofdrw.layout.element.canvas.Cell
-
获取 文字对齐方式
- getTextAlign() - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
获取 文字对齐方式
- getTextAlign() - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
获取文本对齐方式
- getTextAlign() - Method in class org.ofdrw.layout.element.canvas.FontSetting
-
获取文本对齐方式
- getTextAlign() - Method in class org.ofdrw.layout.element.Paragraph
-
获取段落内字体浮动
- getTextAlign() - Method in class org.ofdrw.layout.element.TxtLineBlock
-
获取文字在行内的浮动方式
- getTextLayoutAlign() - Method in class org.ofdrw.layout.element.canvas.ArtWord
- getTop() - Method in class org.ofdrw.layout.element.Div
- getType() - Method in class org.ofdrw.layout.edit.Annotation
-
获取 注释类型
- getUnderline() - Method in class org.ofdrw.layout.element.canvas.Cell
-
获取是否开启下划线
- getUnderline() - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
获取是否开启下划线
- getUnderlineOffset() - Method in class org.ofdrw.layout.element.canvas.ArtWord
-
获取下划线与文字的偏移量
- getUnderlineOffset() - Method in class org.ofdrw.layout.element.Span
-
获取下划线与文字的偏移量
- getUnderlineWidth() - Method in class org.ofdrw.layout.element.canvas.ArtWord
-
获取下划线宽度
- getUnderlineWidth() - Method in class org.ofdrw.layout.element.Span
-
获取下划线宽度
- getUsage() - Method in class org.ofdrw.layout.edit.Attachment
-
【可选 属性】 获取 附件用途
- getValue() - Method in class org.ofdrw.layout.edit.Watermark
-
获取水印文字内容
- getValue() - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
水印文字内容
- getValue() - Method in class org.ofdrw.layout.element.canvas.Cell
-
获取单元格文字内容
- getValue() - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
获取单元格文字内容
- getVerticalAlign() - Method in class org.ofdrw.layout.element.canvas.Cell
-
获取 文字垂直方向浮动方式
- getVerticalAlign() - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
获取 文字垂直方向浮动方式
- getVerticalInclination() - Method in class org.ofdrw.layout.element.canvas.ArtWord
- getVerticalScaling() - Method in class org.ofdrw.layout.element.canvas.ArtWord
- getVisible() - Method in class org.ofdrw.layout.edit.Annotation
-
获取 表示该注释对象是否显示
- getVisible() - Method in class org.ofdrw.layout.edit.Attachment
-
【可选 属相】 获取 附件是否可见
- getW() - Method in class org.ofdrw.layout.element.TxtGlyph
-
返回字体宽度
- getWeight() - Method in class org.ofdrw.layout.element.canvas.ArtWord
-
获取字体粗细
- getWeight() - Method in class org.ofdrw.layout.element.Span
-
获取字体粗细
- getWidth() - Method in class org.ofdrw.layout.element.Div
- getWidth() - Method in class org.ofdrw.layout.element.TxtLineBlock
-
行内容元素宽度
- getWidth() - Method in class org.ofdrw.layout.engine.Segment
- getWidth() - Method in class org.ofdrw.layout.PageLayout
- getWidth() - Method in class org.ofdrw.layout.Rectangle
- getWorkerArea() - Method in class org.ofdrw.layout.PageLayout
-
页面正文的工作区域
- getX() - Method in class org.ofdrw.layout.element.Div
- getX() - Method in class org.ofdrw.layout.Rectangle
- getY() - Method in class org.ofdrw.layout.element.Div
- getY() - Method in class org.ofdrw.layout.Rectangle
- glyphList() - Method in class org.ofdrw.layout.element.Span
-
获取字体图形列表
- GraphHelper - Class in org.ofdrw.layout.engine
-
图形工具
- GraphHelper() - Constructor for class org.ofdrw.layout.engine.GraphHelper
H
- handle(AtomicInteger, OFDDir, int) - Method in interface org.ofdrw.layout.handler.RenderFinishHandler
-
文件渲染结束时触发的回调函数
- handle(ST_Loc, List, List) - Method in interface org.ofdrw.layout.handler.ElementRenderFinishHandler
-
OFDRW元素渲染结束时触发的回调函数
- handle(VirtualPage) - Method in interface org.ofdrw.layout.handler.VPageHandler
-
执行处理
- hasLinebreak() - Method in class org.ofdrw.layout.element.Span
-
是否是一个占满剩余行空间的Span
- hasNext() - Method in class org.ofdrw.layout.engine.Segment
- height - Variable in class org.ofdrw.layout.element.canvas.TextMetricsArea
-
文字区域高度(单位毫米mm)
- heightPlus() - Method in class org.ofdrw.layout.element.Div
I
- img - Variable in class org.ofdrw.layout.element.canvas.CanvasPattern
-
图片路径
- Img - Class in org.ofdrw.layout.element
-
图片对象
- Img(double, double, Path) - Constructor for class org.ofdrw.layout.element.Img
-
构造图片对象
- Img(Path) - Constructor for class org.ofdrw.layout.element.Img
-
Deprecated.
- imgObj - Variable in class org.ofdrw.layout.element.canvas.CanvasPattern
-
图形对象
- ImgRender - Class in org.ofdrw.layout.engine.render
-
图片渲染对象
- ImgRender() - Constructor for class org.ofdrw.layout.engine.render.ImgRender
- inlineBlock - Enum constant in enum org.ofdrw.layout.element.Display
-
内联块级元素
- isBlockable() - Method in class org.ofdrw.layout.engine.Segment
-
段是否可拆分
- isBlockElement() - Method in class org.ofdrw.layout.element.Div
-
是否是块级元素
- isBold() - Method in class org.ofdrw.layout.element.canvas.ArtWord
- isBold() - Method in class org.ofdrw.layout.element.Span
- isDEBUG() - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
是否调试
- isDisableReplace() - Method in class org.ofdrw.layout.edit.Attachment
-
获取是否禁用同名替换
- isEmpty() - Method in class org.ofdrw.layout.element.TxtLineBlock
- isEmpty() - Method in class org.ofdrw.layout.engine.Segment
-
段是否是空段,也就是没有任何元素
- isEmpty() - Method in class org.ofdrw.layout.Rectangle
- isFill() - Method in class org.ofdrw.layout.element.Span
- isIntegrity() - Method in class org.ofdrw.layout.element.Div
-
元素是否可以拆分
- isIntegrity() - Method in class org.ofdrw.layout.element.Span
-
元素是否可以拆分
- isItalic() - Method in class org.ofdrw.layout.element.canvas.ArtWord
- isItalic() - Method in class org.ofdrw.layout.element.canvas.FontSetting
-
字体是否为斜体
- isItalic() - Method in class org.ofdrw.layout.element.Span
- isNoBorder() - Method in class org.ofdrw.layout.element.Div
-
是否存在边框
- isPlaceholder() - Method in class org.ofdrw.layout.element.Div
-
判断是否为占位符
- isRemainAreaFiller() - Method in class org.ofdrw.layout.engine.Segment
-
是否是剩余填充空间
- isUnderline() - Method in class org.ofdrw.layout.element.canvas.ArtWord
- isUnderline() - Method in class org.ofdrw.layout.element.Span
- iterator() - Method in class org.ofdrw.layout.engine.Segment
L
- left - Enum constant in enum org.ofdrw.layout.element.AFloat
-
向左浮动
- left - Enum constant in enum org.ofdrw.layout.element.canvas.TextAlign
-
文本左对齐
- left - Enum constant in enum org.ofdrw.layout.element.Clear
-
左侧不允许出现元素
- left - Enum constant in enum org.ofdrw.layout.element.TextAlign
- length() - Method in class org.ofdrw.layout.element.canvas.ArtWord
- length() - Method in class org.ofdrw.layout.element.Span
- letterSpacing - Variable in class org.ofdrw.layout.element.canvas.TextMetricsArea
-
字间距
- Line - Class in org.ofdrw.layout.element.canvas
-
OFDRW 线条元素,用于快速构建一条线条。
- Line(double, double, double, double) - Constructor for class org.ofdrw.layout.element.canvas.Line
-
线对象
- Line(Double, Double) - Constructor for class org.ofdrw.layout.element.canvas.Line
-
线对象
- lineTo(double, double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
从当前点连线到指定点
M
- measure(String, FontSetting) - Static method in class org.ofdrw.layout.element.canvas.TextMeasureTool
-
测量文本各个字符在特定排列方式下的偏移量数组
- measureArea(String, FontSetting) - Static method in class org.ofdrw.layout.element.canvas.TextMeasureTool
-
计算文本所占空间大小
- MeasureBody - Class in org.ofdrw.layout.element.canvas
-
分析结果
- MeasureBody() - Constructor for class org.ofdrw.layout.element.canvas.MeasureBody
- measureText(String) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
测量文本的宽度或高度
- measureTextArea(String) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
测量文本所占空间大小
- measureWithWith(String, FontSetting) - Static method in class org.ofdrw.layout.element.canvas.TextMeasureTool
-
分析字间距偏移量并计算文字宽度
- mm(int) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
像素转换为毫米
- moveTo(double, double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
移动绘制点到指定位置
N
- NamedColor - Class in org.ofdrw.layout.element.canvas
-
命名的颜色
- NamedColor() - Constructor for class org.ofdrw.layout.element.canvas.NamedColor
- newLayer(AtomicInteger) - Method in class org.ofdrw.layout.edit.AdditionVPage
-
创建新的层
- newResIds - Variable in class org.ofdrw.layout.engine.ResManager
-
新增资源对象ID
- next() - Method in class org.ofdrw.layout.engine.Segment
- none - Enum constant in enum org.ofdrw.layout.element.Clear
-
共享: 两侧都允许出现元素。
O
- obtainDrawParamCache() - Method in class org.ofdrw.layout.element.canvas.CanvasState
-
Deprecated.
- obtainTopLayer(AtomicInteger) - Method in class org.ofdrw.layout.edit.AdditionVPage
-
获取处于上层的图层
- obtian(DocDir) - Static method in class org.ofdrw.layout.areaholder.AreaHolderBlocksProcess
-
尝试获取 区域占位区块列表
- OFDDoc - Class in org.ofdrw.layout
-
Virtual Document 虚拟文档对象
- OFDDoc(OutputStream) - Constructor for class org.ofdrw.layout.OFDDoc
-
在指定路径位置上创建一个OFD文件
- OFDDoc(Path) - Constructor for class org.ofdrw.layout.OFDDoc
-
在指定路径位置上创建一个OFD文件
- OFDDoc(OFDReader, OutputStream) - Constructor for class org.ofdrw.layout.OFDDoc
-
修改一个OFD文档
- OFDDoc(OFDReader, Path) - Constructor for class org.ofdrw.layout.OFDDoc
-
修改一个OFD文档
- offset - Variable in class org.ofdrw.layout.element.canvas.MeasureBody
-
文本字符间相对偏移量
- offset - Variable in class org.ofdrw.layout.element.canvas.TextMetrics
-
后一个字对前一个字的偏移量
- onPage(VPageHandler) - Method in class org.ofdrw.layout.OFDDoc
-
设置 当前解析页面的回调函数
- onRenderFinish(ElementRenderFinishHandler) - Method in class org.ofdrw.layout.element.Div
-
设置渲染完成回调事件
- onRenderFinish(RenderFinishHandler) - Method in class org.ofdrw.layout.OFDDoc
-
当渲染结束时的回调函数
- org.ofdrw.layout - package org.ofdrw.layout
- org.ofdrw.layout.areaholder - package org.ofdrw.layout.areaholder
- org.ofdrw.layout.edit - package org.ofdrw.layout.edit
- org.ofdrw.layout.element - package org.ofdrw.layout.element
- org.ofdrw.layout.element.canvas - package org.ofdrw.layout.element.canvas
- org.ofdrw.layout.engine - package org.ofdrw.layout.engine
- org.ofdrw.layout.engine.render - package org.ofdrw.layout.engine.render
- org.ofdrw.layout.exception - package org.ofdrw.layout.exception
- org.ofdrw.layout.handler - package org.ofdrw.layout.handler
P
- PageAreaFiller - Class in org.ofdrw.layout.element
-
页面剩余空间填充
- PageAreaFiller() - Constructor for class org.ofdrw.layout.element.PageAreaFiller
- PageLayout - Class in org.ofdrw.layout
-
虚拟页面样式
- PageLayout(Double, Double) - Constructor for class org.ofdrw.layout.PageLayout
- PageLayout(ST_Box) - Constructor for class org.ofdrw.layout.PageLayout
- Paragraph - Class in org.ofdrw.layout.element
-
段落
- Paragraph() - Constructor for class org.ofdrw.layout.element.Paragraph
-
创建一个段落对象
- Paragraph(double, double, double, double) - Constructor for class org.ofdrw.layout.element.Paragraph
-
创建绝对定位段落对象
- Paragraph(double, double, double, double, String, double) - Constructor for class org.ofdrw.layout.element.Paragraph
-
创建绝对定位段落对象
- Paragraph(Double, Double) - Constructor for class org.ofdrw.layout.element.Paragraph
-
创建一个固定大小段落对象
- Paragraph(String) - Constructor for class org.ofdrw.layout.element.Paragraph
-
新建一个段落对象
- Paragraph(String, Double) - Constructor for class org.ofdrw.layout.element.Paragraph
-
新建一个段落对象,并指定文字大小
- Paragraph(String, Double, Font) - Constructor for class org.ofdrw.layout.element.Paragraph
-
新建一个段落对象,并指定文字大小和字体
- Paragraph(String, Font) - Constructor for class org.ofdrw.layout.element.Paragraph
-
新建一个段落对象,并指定字体
- ParagraphRender - Class in org.ofdrw.layout.engine.render
-
段落渲染器
- ParagraphRender() - Constructor for class org.ofdrw.layout.engine.render.ParagraphRender
- pattern - Variable in class org.ofdrw.layout.element.canvas.CanvasPattern
-
OFD底纹
- pixel(double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
毫米转换为像素
- placeholder(double, double, AFloat) - Static method in class org.ofdrw.layout.element.Div
-
空间占位符
- placeholder(Rectangle, AFloat) - Static method in class org.ofdrw.layout.element.Div
-
空间占位符
- PlaceholderSpan - Class in org.ofdrw.layout.element
-
占位符
- PlaceholderSpan(double, double) - Constructor for class org.ofdrw.layout.element.PlaceholderSpan
-
创建占位符
- PlaceholderSpan(int, double) - Constructor for class org.ofdrw.layout.element.PlaceholderSpan
-
创建占位符
- PlaceholderSpan(int, Span) - Constructor for class org.ofdrw.layout.element.PlaceholderSpan
-
通过复制span的方式创建占位符
- Position - Enum in org.ofdrw.layout.element
-
定位方式
- PPM - Variable in class org.ofdrw.layout.element.canvas.DrawContext
-
每毫米像素数量 pixel per millimeter
- process(List) - Method in class org.ofdrw.layout.engine.SegmentationEngine
-
将输入的流式布局元素队列分段
- process(List) - Method in class org.ofdrw.layout.engine.VPageParseEngine
-
解析序列页面队列为OFD页面
- Processor - Interface in org.ofdrw.layout.engine.render
-
元素绘制器
- pubRes() - Method in class org.ofdrw.layout.engine.ResManager
-
获取公共资源清单
Q
- quadraticCurveTo(double, double, double, double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
通过二次贝塞尔曲线的指定控制点,向当前路径添加一个点。
R
- radialShd - Variable in class org.ofdrw.layout.element.canvas.CanvasRadialGradient
- readDirection - Variable in class org.ofdrw.layout.element.canvas.TextMetrics
-
阅读方向
- readImage(File) - Static method in class org.ofdrw.layout.element.Img
-
尝试读取图片文件为 BufferedImage
- rect(double, double, double, double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
创建矩形路径
- rect(double, double, double, double) - Static method in class org.ofdrw.layout.engine.GraphHelper
-
创建一个矩形轮廓
- Rectangle - Class in org.ofdrw.layout
-
矩形区域
- Rectangle(double, double) - Constructor for class org.ofdrw.layout.Rectangle
- Rectangle(double, double, double, double) - Constructor for class org.ofdrw.layout.Rectangle
- reduce(double) - Method in class org.ofdrw.layout.Rectangle
-
缩减矩形区域
- register(String, Processor) - Static method in class org.ofdrw.layout.engine.VPageParseEngine
-
注册处理器
- Relative - Enum constant in enum org.ofdrw.layout.element.Position
-
相对定位
- remove() - Method in class org.ofdrw.layout.engine.Segment
- render(CT_PageBlock, Div, AtomicInteger) - Static method in class org.ofdrw.layout.engine.render.DivRender
-
渲染Div元素到指定图层
- render(CT_PageBlock, ResManager, Canvas, AtomicInteger) - Static method in class org.ofdrw.layout.engine.render.CanvasRender
-
执行Canvas 渲染器
- render(CT_PageBlock, ResManager, Img, AtomicInteger) - Static method in class org.ofdrw.layout.engine.render.ImgRender
-
渲染图片对象
- render(CT_PageBlock, ResManager, Paragraph, AtomicInteger) - Static method in class org.ofdrw.layout.engine.render.ParagraphRender
-
将段落渲染到图层上
- render(ST_Loc, CT_PageBlock, ResManager, Div, AtomicInteger) - Method in class org.ofdrw.layout.engine.render.AreaHolderBlockRender
-
处理占位区域
- render(ST_Loc, CT_PageBlock, ResManager, Div, AtomicInteger) - Method in class org.ofdrw.layout.engine.render.CanvasRender
-
渲染Canvas对象
- render(ST_Loc, CT_PageBlock, ResManager, Div, AtomicInteger) - Method in class org.ofdrw.layout.engine.render.DivRender
-
执行Div元素渲染
- render(ST_Loc, CT_PageBlock, ResManager, Div, AtomicInteger) - Method in class org.ofdrw.layout.engine.render.ImgRender
-
执行图片渲染
- render(ST_Loc, CT_PageBlock, ResManager, Div, AtomicInteger) - Method in class org.ofdrw.layout.engine.render.ParagraphRender
-
执行段落渲染
- render(ST_Loc, CT_PageBlock, ResManager, Div, AtomicInteger) - Method in interface org.ofdrw.layout.engine.render.Processor
-
处理OFDRW元素转换为OFD元素
- render(DocDir, ST_Loc, CT_PageBlock, AreaHolderBlock, AtomicInteger) - Static method in class org.ofdrw.layout.engine.render.AreaHolderBlockRender
-
执行 AreaHolderBlockRender 渲染器
- render(PageInfo, Annotation) - Method in class org.ofdrw.layout.edit.AnnotationRender
-
注释 渲染器
- RenderException - Exception Class in org.ofdrw.layout.engine.render
-
渲染异常
- RenderException() - Constructor for exception class org.ofdrw.layout.engine.render.RenderException
- RenderException(String) - Constructor for exception class org.ofdrw.layout.engine.render.RenderException
- RenderException(String, Throwable) - Constructor for exception class org.ofdrw.layout.engine.render.RenderException
- RenderException(Throwable) - Constructor for exception class org.ofdrw.layout.engine.render.RenderException
- RenderFinishHandler - Interface in org.ofdrw.layout.handler
-
在文件渲染结束时触发的回调函数
- RenderPrepare - Interface in org.ofdrw.layout
-
渲染准备
- replaceText(int, Map) - Method in class org.ofdrw.layout.DocContentReplace
-
文档中的内容替换,对于OFD文档来说,替换的内容应为一行,如果是换行的内容,请以行为单位逐行替换
- replaceText(int, Map, ExtractorFilter) - Method in class org.ofdrw.layout.DocContentReplace
-
文档中的内容替换,对于OFD文档来说,替换的内容应为一行,如果是换行的内容,请以行为单位逐行替换
- replaceText(Map) - Method in class org.ofdrw.layout.DocContentReplace
-
文档中的内容替换,对于OFD文档来说,替换的内容应为一行,如果是换行的内容,请以行为单位逐行替换
- replaceText(Map, ExtractorFilter) - Method in class org.ofdrw.layout.DocContentReplace
-
扫描提取关键字相关的字体对象,并替换映射中文字
- replaceTextByTextObject(Map, List) - Method in class org.ofdrw.layout.DocContentReplace
-
文档中的内容替换,对于OFD文档来说,替换的内容应为一行,如果是换行的内容,请以行为单位逐行替换
- ResManager - Class in org.ofdrw.layout.engine
-
公共资源管理器
- ResManager(DocDir, AtomicInteger) - Constructor for class org.ofdrw.layout.engine.ResManager
-
Deprecated.缺少根容器可能导致部分资源无法获取,请使用
ResManager(OFDDir, DocDir, AtomicInteger) - ResManager(OFDDir, DocDir, AtomicInteger) - Constructor for class org.ofdrw.layout.engine.ResManager
-
创建资源管理器
- ResManager(OFDReader) - Constructor for class org.ofdrw.layout.engine.ResManager
-
创建资源管理器,
- restore() - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
还原绘图状态
- rgb(String) - Static method in class org.ofdrw.layout.element.canvas.NamedColor
-
解析颜色名 或 16进制颜色 RGB颜色 字符串为RGB参数
- right - Enum constant in enum org.ofdrw.layout.element.AFloat
-
向右浮动
- right - Enum constant in enum org.ofdrw.layout.element.canvas.TextAlign
-
文本右对齐
- right - Enum constant in enum org.ofdrw.layout.element.Clear
-
右侧不允许出现元素
- right - Enum constant in enum org.ofdrw.layout.element.TextAlign
- rotate(double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
旋转当前的绘图
S
- save() - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
保存当前绘图状态
- scale(double, double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
缩放当前绘图,更大或更小
- Segment - Class in org.ofdrw.layout.engine
-
段对象
- Segment(double) - Constructor for class org.ofdrw.layout.engine.Segment
- SegmentationEngine - Class in org.ofdrw.layout.engine
-
分段引擎
- SegmentationEngine(PageLayout) - Constructor for class org.ofdrw.layout.engine.SegmentationEngine
- setAngle(Double) - Method in class org.ofdrw.layout.edit.Watermark
-
设置旋转角度,表示基于坐标系(0,1)方向,向顺时针方向偏移的角度。 与数学意义上的圆弧角度存在360度偏差,即 360-angle=数学弧度。
- setAngle(Double) - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
设置旋转角度,基于坐标系(0,1)方向,向第4象限偏移的角度。 与数学意义上的弧度角度存在
- setAnnotation(Annotation) - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
设置水印注释信息
- setAreaName(String) - Method in class org.ofdrw.layout.areaholder.CT_AreaHolderBlock
-
【必选 属性】 设置 区域名称
- setAreaName(String) - Method in class org.ofdrw.layout.element.AreaHolderBlock
-
设置 区域名称
- setBackgroundColor(int[]) - Method in class org.ofdrw.layout.element.Div
-
设置背景颜色 RGB
- setBackgroundColor(int, int, int) - Method in class org.ofdrw.layout.element.Div
-
设置背景颜色 RGB
- setBackgroundColor(String) - Method in class org.ofdrw.layout.element.Div
-
设置 背景颜色
- setBeforePageParseHandler(VPageHandler) - Method in class org.ofdrw.layout.engine.VPageParseEngine
-
设置页面解析前处理器
- setBeginPoint(double[]) - Method in class org.ofdrw.layout.element.canvas.Line
-
设置线的起始点
- setBeginPoint(double, double) - Method in class org.ofdrw.layout.element.canvas.Line
-
设置线的起始点
- setBlob(Boolean) - Method in class org.ofdrw.layout.element.canvas.Cell
-
Deprecated.单词错误
Cell.getBold()设置 是否加粗 - setBlob(Boolean) - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
Deprecated.单词错误
CellContentDrawer.setBold(Boolean)设置 是否加粗
- setBold() - Method in class org.ofdrw.layout.element.canvas.FontSetting
-
设置字体为加粗格式
- setBold(boolean) - Method in class org.ofdrw.layout.element.canvas.ArtWord
-
设置是否加粗
- setBold(boolean) - Method in class org.ofdrw.layout.element.Span
-
设置是否加粗
- setBold(Boolean) - Method in class org.ofdrw.layout.edit.Watermark
-
是否粗体
- setBold(Boolean) - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
设置是否加粗
- setBold(Boolean) - Method in class org.ofdrw.layout.element.canvas.Cell
-
设置 是否加粗
- setBold(Boolean) - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
设置 是否加粗
- setBorder(Double...) - Method in class org.ofdrw.layout.element.Div
-
设置 边框宽度
- setBorderBottom(Double) - Method in class org.ofdrw.layout.element.Div
- setBorderColor(int[]) - Method in class org.ofdrw.layout.element.Div
-
设置 边框颜色
- setBorderColor(int, int, int) - Method in class org.ofdrw.layout.element.Div
-
设置边框颜色
- setBorderColor(String) - Method in class org.ofdrw.layout.element.Div
-
设置 边框颜色
- setBorderDash(Double...) - Method in class org.ofdrw.layout.element.Div
-
设置 边框虚线样式
- setBorderLeft(Double) - Method in class org.ofdrw.layout.element.Div
- setBorderRight(Double) - Method in class org.ofdrw.layout.element.Div
- setBorderTop(Double) - Method in class org.ofdrw.layout.element.Div
- setBoundary(ST_Box) - Method in class org.ofdrw.layout.areaholder.CT_AreaHolderBlock
-
【必选 属性】 设置 区域外接矩形
- setBoundary(ST_Box) - Method in class org.ofdrw.layout.edit.Annotation
- setBox(Double, Double, Double, Double) - Method in class org.ofdrw.layout.element.Div
-
设置盒式模型的主要属性
- setCap(LineCapType) - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
- setCharDirection(int) - Method in class org.ofdrw.layout.element.canvas.FontSetting
-
设置字符方向
- setClear(Clear) - Method in class org.ofdrw.layout.element.Div
- setColor(int[]) - Method in class org.ofdrw.layout.element.canvas.ArtWord
-
设置字体颜色
- setColor(int[]) - Method in class org.ofdrw.layout.element.Span
-
设置字体颜色
- setColor(int, int, int) - Method in class org.ofdrw.layout.element.canvas.ArtWord
-
设置字体颜色
- setColor(int, int, int) - Method in class org.ofdrw.layout.element.Span
-
设置字体颜色
- setColor(String) - Method in class org.ofdrw.layout.edit.Watermark
-
设置水印文字颜色
- setColor(String) - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
设置文字颜色
- setColor(String) - Method in class org.ofdrw.layout.element.canvas.ArtWord
-
设置字体颜色
- setColor(String) - Method in class org.ofdrw.layout.element.canvas.Cell
-
设置单元格颜色
- setColor(String) - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
设置单元格颜色
- setColor(String) - Method in class org.ofdrw.layout.element.Span
-
设置 文字颜色
- setContents(List) - Method in class org.ofdrw.layout.element.Paragraph
- setCreationDate(LocalDate) - Method in class org.ofdrw.layout.edit.Attachment
-
Deprecated.
- setCreationDate(LocalDateTime) - Method in class org.ofdrw.layout.edit.Attachment
-
【可选 属性】 设置 创建时间
- setCreator(String) - Method in class org.ofdrw.layout.edit.Annotation
-
设置 注释创建者
- setCtm(ST_Array) - Method in class org.ofdrw.layout.element.canvas.ClipFactory
-
Deprecated.
- setDashOffset(Double) - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
- setDashPattern(ST_Array) - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
- setData(AbbreviatedData) - Method in class org.ofdrw.layout.element.canvas.ClipFactory
-
Deprecated.
- setDEBUG(boolean) - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
设置调试状态
- setDefaultFont(double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
设置默认字体
- setDefaultFont(Font) - Method in class org.ofdrw.layout.element.Paragraph
- setDefaultFont(Font, boolean) - Method in class org.ofdrw.layout.element.Paragraph
-
设置默认字体
- setDefaultPageLayout(PageLayout) - Method in class org.ofdrw.layout.OFDDoc
-
设置页面默认的样式
- setDeleteLine(boolean) - Method in class org.ofdrw.layout.element.canvas.Cell
-
设置是否开启删除线
- setDeleteLine(boolean) - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
设置是否开启删除线
- setDisableReplace(boolean) - Method in class org.ofdrw.layout.edit.Attachment
-
设置是否禁用同名替换
- setDisplay(Display) - Method in class org.ofdrw.layout.element.Div
-
设置 显示样式
- setDrawer(WatermarkDrawer) - Method in class org.ofdrw.layout.edit.Watermark
-
设置水印绘制器
- setDrawer(Drawer) - Method in class org.ofdrw.layout.edit.Annotation
-
设置注释绘制器
- setDrawer(Drawer) - Method in class org.ofdrw.layout.element.canvas.Canvas
-
在进入渲染器之前可以对Canvas的绘制进行重设
- setDrawer(Drawer) - Method in class org.ofdrw.layout.element.canvas.Cell
-
设置单元格内容绘制器
- setEndPoint(double[]) - Method in class org.ofdrw.layout.element.canvas.Line
-
设置线的结束点
- setEndPoint(double, double) - Method in class org.ofdrw.layout.element.canvas.Line
-
设置线的结束点
- setFile(Path) - Method in class org.ofdrw.layout.edit.Attachment
-
设置附件文件
- setFill(boolean) - Method in class org.ofdrw.layout.element.Span
- setFillColor(int[]) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
设置填充颜色
- setFillColor(int[]) - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
- setFillColor(int, int, int) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
设置填充颜色
- setFirstLineIndent(Integer) - Method in class org.ofdrw.layout.element.Paragraph
-
设置段落首行缩进
- setFirstLineIndentWidth(double) - Method in class org.ofdrw.layout.element.Paragraph
-
设置段落首行缩进数值
- setFloat(AFloat) - Method in class org.ofdrw.layout.element.Div
-
设置浮动样式
- setFont(String, Path) - Method in class org.ofdrw.layout.edit.Watermark
-
设置单元格绘制器使用的外部字体
- setFont(String, Path) - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
设置单元格绘制器使用的外部字体
- setFont(String, Path) - Method in class org.ofdrw.layout.element.canvas.Cell
-
设置单元格使用的外部字体
- setFont(String, Path) - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
设置单元格绘制器使用的外部字体
- setFont(Font) - Method in class org.ofdrw.layout.element.canvas.ArtWord
- setFont(Font) - Method in class org.ofdrw.layout.element.canvas.FontSetting
-
设置文字对象
- setFont(Font) - Method in class org.ofdrw.layout.element.Span
- setFont(FontSetting) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
设置绘制文字信息
- setFontFile(String) - Method in class org.ofdrw.layout.areaholder.CT_AreaHolderBlock
-
【必选】 设置 页面文件
- setFontName(String) - Method in class org.ofdrw.layout.edit.Watermark
-
设置字体名称
- setFontName(String) - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
设置字体名称
- setFontName(String) - Method in class org.ofdrw.layout.element.canvas.Cell
-
设置字体名称
- setFontName(String) - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
设置字体名称
- setFontSize(double) - Method in class org.ofdrw.layout.edit.Watermark
-
设置字体大小
- setFontSize(double) - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
设置字号
- setFontSize(double) - Method in class org.ofdrw.layout.element.canvas.Cell
-
设置字号
- setFontSize(double) - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
设置字号
- setFontSize(double) - Method in class org.ofdrw.layout.element.canvas.FontSetting
-
设置文字字号
- setFontSize(Double) - Method in class org.ofdrw.layout.element.canvas.ArtWord
- setFontSize(Double) - Method in class org.ofdrw.layout.element.Paragraph
-
设置段落内默认的字体大小
- setFontSize(Double) - Method in class org.ofdrw.layout.element.Span
- setFontSize(Double, boolean) - Method in class org.ofdrw.layout.element.Paragraph
-
设置段落内默认的字体大小
- setFontWeight(Integer) - Method in class org.ofdrw.layout.element.canvas.FontSetting
-
设置字体宽度
- setFontWeight(String) - Method in class org.ofdrw.layout.edit.Watermark
-
字体宽度
- setFontWeight(String) - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
设置字体宽度
- setFontWeight(String) - Method in class org.ofdrw.layout.element.canvas.Cell
-
设置字体宽度
- setFontWeight(String) - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
设置字体宽度
- setFormat(String) - Method in class org.ofdrw.layout.edit.Attachment
-
【可选 属性】 设置 附件格式
- setGlobalAlpha(Double) - Method in class org.ofdrw.layout.edit.Watermark
-
设置水印透明度,可取值 0.0~1.0,默认 0.5
- setGlobalAlpha(Double) - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
设置透明度
- setGlobalAlpha(Double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
设置 绘图透明度值
- setHeight(double) - Method in class org.ofdrw.layout.Rectangle
- setHeight(Double) - Method in class org.ofdrw.layout.element.Div
- setHeight(Double) - Method in class org.ofdrw.layout.PageLayout
- setHoldChars(int) - Method in class org.ofdrw.layout.element.PlaceholderSpan
-
设置占位的字符
- setHoldWidth(double) - Method in class org.ofdrw.layout.element.PlaceholderSpan
-
设置占位符宽度
- setHorizontalInclination(double) - Method in class org.ofdrw.layout.element.canvas.ArtWord
- setHorizontalScaling(double) - Method in class org.ofdrw.layout.element.canvas.ArtWord
- setImageSize(double, double) - Method in class org.ofdrw.layout.element.canvas.CanvasPattern
-
设置图片的尺寸(每个重复单元尺寸)
- setIntegrity(Boolean) - Method in class org.ofdrw.layout.element.Div
- setIntegrity(Boolean) - Method in class org.ofdrw.layout.element.Span
- setIntervalX(Double) - Method in class org.ofdrw.layout.edit.Watermark
-
水印横向间距
- setIntervalX(Double) - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
设置水印横向间距
- setIntervalY(Double) - Method in class org.ofdrw.layout.edit.Watermark
-
水印纵向间距
- setIntervalY(Double) - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
设置水印纵向间距
- setItalic(boolean) - Method in class org.ofdrw.layout.element.canvas.ArtWord
- setItalic(boolean) - Method in class org.ofdrw.layout.element.canvas.FontSetting
-
设置字体是否为斜体
- setItalic(boolean) - Method in class org.ofdrw.layout.element.Span
- setItalic(Boolean) - Method in class org.ofdrw.layout.edit.Watermark
-
是否斜体
- setItalic(Boolean) - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
设置是否斜体
- setItalic(Boolean) - Method in class org.ofdrw.layout.element.canvas.Cell
-
设置 是否斜体
- setItalic(Boolean) - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
设置 是否斜体
- setJoin(LineJoinType) - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
- setLastModDate(LocalDate) - Method in class org.ofdrw.layout.edit.Annotation
-
设置 最近一次修改的时间
- setLayer(Type) - Method in class org.ofdrw.layout.element.Div
-
设置 图层
- setLeft(Double) - Method in class org.ofdrw.layout.element.Div
- setLetterSpacing(double) - Method in class org.ofdrw.layout.element.canvas.FontSetting
-
设置字间距
- setLetterSpacing(Double) - Method in class org.ofdrw.layout.edit.Watermark
-
设置文字字间距
- setLetterSpacing(Double) - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
设置文字之间的间距
- setLetterSpacing(Double) - Method in class org.ofdrw.layout.element.canvas.ArtWord
- setLetterSpacing(Double) - Method in class org.ofdrw.layout.element.canvas.Cell
-
设置 文字之间的间距
- setLetterSpacing(Double) - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
设置 文字之间的间距
- setLetterSpacing(Double) - Method in class org.ofdrw.layout.element.Span
- setLinebreak(boolean) - Method in class org.ofdrw.layout.element.Span
-
设置Span为占满剩下行空间的元素
- setLineCap(LineCapType) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
设置端点样式
- setLineColor(String) - Method in class org.ofdrw.layout.element.canvas.Line
-
设置线的颜色
- setLineDash(Double...) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
设置线段虚线样式
- setLineDash(Double, Double[]) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
设置线段虚线样式
- setLineJoin(LineJoinType) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
设置线条连接样式,指定了两个线的端点结合时采用的样式。
- setLineOpacity(double) - Method in class org.ofdrw.layout.element.canvas.Line
-
设置线的透明度
- setLineSpace(Double) - Method in class org.ofdrw.layout.element.canvas.Cell
-
设置 行间距
- setLineSpace(Double) - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
设置 行间距
- setLineSpace(Double) - Method in class org.ofdrw.layout.element.Paragraph
- setLineWidth(double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
获取当前线宽度
- setLineWidth(double) - Method in class org.ofdrw.layout.element.canvas.Line
-
设置线的宽度
- setLineWidth(Double) - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
- setMargin(Double...) - Method in class org.ofdrw.layout.element.Div
-
设置 外边距
- setMargin(Double...) - Method in class org.ofdrw.layout.PageLayout
- setMarginBottom(double) - Method in class org.ofdrw.layout.PageLayout
- setMarginBottom(Double) - Method in class org.ofdrw.layout.element.Div
- setMarginLeft(double) - Method in class org.ofdrw.layout.PageLayout
- setMarginLeft(Double) - Method in class org.ofdrw.layout.element.Div
- setMarginRight(double) - Method in class org.ofdrw.layout.PageLayout
- setMarginRight(Double) - Method in class org.ofdrw.layout.element.Div
- setMarginTop(double) - Method in class org.ofdrw.layout.PageLayout
- setMarginTop(Double) - Method in class org.ofdrw.layout.element.Div
- setMiterLimit(Double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
设置最大斜接长度,也就是结合点长度截断值
- setMiterLimit(Double) - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
- setModDate(LocalDate) - Method in class org.ofdrw.layout.edit.Attachment
-
Deprecated.
- setModDateTime(LocalDateTime) - Method in class org.ofdrw.layout.edit.Attachment
-
【可选 属性】 设置 修改时间
- setName(String) - Method in class org.ofdrw.layout.edit.Attachment
-
【必选 属性】 设置 附件名称
- setNoRotate(boolean) - Method in class org.ofdrw.layout.edit.Annotation
-
设置 对象的 Remark 信息是否不随页面旋转而旋转
- setNoZoom(boolean) - Method in class org.ofdrw.layout.edit.Annotation
-
设置 对象的 Remark 信息是否不随页面缩放而同步缩放
- setOffsetX(double) - Method in class org.ofdrw.layout.element.canvas.ArtWord
- setOffsetY(double) - Method in class org.ofdrw.layout.element.canvas.ArtWord
- setOpacity(Double) - Method in class org.ofdrw.layout.element.Div
-
设置透明度
- setPadding(Double...) - Method in class org.ofdrw.layout.element.Div
-
设置 内边距
- setPaddingBottom(Double) - Method in class org.ofdrw.layout.element.Div
- setPaddingLeft(Double) - Method in class org.ofdrw.layout.element.Div
- setPaddingRight(Double) - Method in class org.ofdrw.layout.element.Div
- setPaddingTop(Double) - Method in class org.ofdrw.layout.element.Div
- setPageBlockID(ST_RefID) - Method in class org.ofdrw.layout.areaholder.CT_AreaHolderBlock
-
【必选 属性】 设置 页块引用
- setPageFile(ST_Loc) - Method in class org.ofdrw.layout.areaholder.CT_AreaHolderBlock
-
【必选】 设置 页面文件
- setPageLoc(ST_Loc) - Method in class org.ofdrw.layout.edit.AdditionVPage
-
设置 页面的绝对路径
- setPageNum(int) - Method in class org.ofdrw.layout.VirtualPage
-
设置虚拟页面页码
- setPageNum(Integer) - Method in class org.ofdrw.layout.StreamCollect
-
设置 插入页码
- setPlaceholder(boolean) - Method in class org.ofdrw.layout.element.Div
-
设置是否为 占位符
- setPosition(Position) - Method in class org.ofdrw.layout.element.Div
- setPreferBlock(CT_PageBlock) - Method in class org.ofdrw.layout.element.canvas.Canvas
-
设置 优先使用的页面块
- setPrint(boolean) - Method in class org.ofdrw.layout.edit.Annotation
-
设置 对象的Remark 信息是否随页面一起打印
- setReadDirection(int) - Method in class org.ofdrw.layout.element.canvas.FontSetting
-
设置阅读方向
- setReadOnly(boolean) - Method in class org.ofdrw.layout.edit.Annotation
-
设置 对象的 Remark 信息是否不能被用户更改
- setRelative(ST_RefID) - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
- setRemark(String) - Method in class org.ofdrw.layout.edit.Annotation
-
设置 注释说明内容
- setReplaceTextCgTransformHandler(DocContentReplace.ReplaceTextCgTransformHandler) - Method in class org.ofdrw.layout.DocContentReplace
-
设置 字体变换类型的替换处理器
- setReplaceTextHandler(DocContentReplace.ReplaceTextHandler) - Method in class org.ofdrw.layout.DocContentReplace
-
设置 内容替换处理器
- setRight(Double) - Method in class org.ofdrw.layout.element.Div
- setRoot(OFDDir) - Method in class org.ofdrw.layout.engine.ResManager
-
设置文档的根节点
- setSrc(Path) - Method in class org.ofdrw.layout.element.Img
- setStrokeColor(int[]) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
设置描边颜色
- setStrokeColor(int[]) - Method in class org.ofdrw.layout.element.canvas.DrawParamCache
-
Deprecated.
- setStrokeColor(int, int, int) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
设置描边颜色
- setStyle(PageLayout) - Method in class org.ofdrw.layout.VirtualPage
- setSubtype(String) - Method in class org.ofdrw.layout.edit.Annotation
-
设置 注释子类型
- setText(String) - Method in class org.ofdrw.layout.element.canvas.ArtWord
- setText(String) - Method in class org.ofdrw.layout.element.Span
- setTextAlign(TextAlign) - Method in class org.ofdrw.layout.element.canvas.ArtWord
- setTextAlign(TextAlign) - Method in class org.ofdrw.layout.element.canvas.Cell
-
设置 文字对齐方式
- setTextAlign(TextAlign) - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
设置 文字对齐方式
- setTextAlign(TextAlign) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
设置文本对齐方式
- setTextAlign(TextAlign) - Method in class org.ofdrw.layout.element.canvas.FontSetting
-
设置文本对齐方式
- setTextAlign(TextAlign) - Method in class org.ofdrw.layout.element.Paragraph
-
设置段落内字体浮动
- setTextLayoutAlign(TextAlign) - Method in class org.ofdrw.layout.element.canvas.ArtWord
- setTop(Double) - Method in class org.ofdrw.layout.element.Div
- setTransform(double[]) - Method in class org.ofdrw.layout.element.canvas.CanvasPattern
-
设置底纹单元变换矩阵 改变换矩阵将应用于底纹单元,以便将其映射到目标区域。
- setTransform(double, double, double, double, double, double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
设置变换矩阵
- setTransform(AffineTransform) - Method in class org.ofdrw.layout.element.canvas.CanvasPattern
-
设置底纹单元变换矩阵 改变换矩阵将应用于底纹单元,以便将其映射到目标区域。
- setType(AnnotType) - Method in class org.ofdrw.layout.edit.Annotation
-
设置 注释类型
- setUnderline(boolean) - Method in class org.ofdrw.layout.element.canvas.ArtWord
-
设置 下划线
- setUnderline(boolean) - Method in class org.ofdrw.layout.element.canvas.Cell
-
设置是否开启下划线
- setUnderline(boolean) - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
设置是否开启下划线
- setUnderline(boolean) - Method in class org.ofdrw.layout.element.Span
-
设置 下划线
- setUnderline(boolean, double, double) - Method in class org.ofdrw.layout.element.canvas.ArtWord
-
设置下划线
- setUnderline(boolean, double, double) - Method in class org.ofdrw.layout.element.Span
-
设置下划线
- setUsage(String) - Method in class org.ofdrw.layout.edit.Attachment
-
【可选 属性】 设置 附件用途
- setValue(String) - Method in class org.ofdrw.layout.edit.Watermark
-
设置文字水印内容
- setValue(String) - Method in class org.ofdrw.layout.edit.WatermarkDrawer
-
设置水印文字内容
- setValue(String) - Method in class org.ofdrw.layout.element.canvas.Cell
-
设置单元格文字内容
- setValue(String) - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
设置单元格文字内容
- setValue(Path) - Method in class org.ofdrw.layout.element.canvas.Cell
-
设置图片
- setValue(Path) - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
设置图片
- setValue(Path, double, double) - Method in class org.ofdrw.layout.element.canvas.Cell
-
设置图片
- setValue(Path, double, double) - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
设置图片
- setVerticalAlign(VerticalAlign) - Method in class org.ofdrw.layout.element.canvas.Cell
-
设置 文字垂直方向浮动方式
- setVerticalAlign(VerticalAlign) - Method in class org.ofdrw.layout.element.canvas.CellContentDrawer
-
设置 文字垂直方向浮动方式
- setVerticalInclination(double) - Method in class org.ofdrw.layout.element.canvas.ArtWord
- setVerticalScaling(double) - Method in class org.ofdrw.layout.element.canvas.ArtWord
- setVisible(boolean) - Method in class org.ofdrw.layout.edit.Annotation
-
设置 表示该注释对象是否显示
- setVisible(Boolean) - Method in class org.ofdrw.layout.edit.Attachment
-
【可选 属相】 设置 附件是否可见
- setWeight(Weight) - Method in class org.ofdrw.layout.element.canvas.ArtWord
-
设置字体粗细
- setWeight(Weight) - Method in class org.ofdrw.layout.element.Span
-
设置字体粗细
- setWidth(double) - Method in class org.ofdrw.layout.Rectangle
- setWidth(Double) - Method in class org.ofdrw.layout.element.Div
- setWidth(Double) - Method in class org.ofdrw.layout.PageLayout
- setX(double) - Method in class org.ofdrw.layout.Rectangle
- setX(Double) - Method in class org.ofdrw.layout.element.Div
- setXY(Double, Double) - Method in class org.ofdrw.layout.element.Div
-
设置位置
- setY(double) - Method in class org.ofdrw.layout.Rectangle
- setY(Double) - Method in class org.ofdrw.layout.element.Div
- size() - Method in class org.ofdrw.layout.element.TxtLineBlock
-
获取行所占据的区域大小
- Span - Class in org.ofdrw.layout.element
-
字体基础单元
- Span() - Constructor for class org.ofdrw.layout.element.Span
- Span(String) - Constructor for class org.ofdrw.layout.element.Span
- Span(Font, Double, String) - Constructor for class org.ofdrw.layout.element.Span
- split(double) - Method in class org.ofdrw.layout.element.Div
-
根据给定的高度切分元素
- split(double) - Method in class org.ofdrw.layout.element.Img
-
不允许切分
- split(double) - Method in interface org.ofdrw.layout.engine.ElementSplit
-
根据给定的高度切分元素
- split(int) - Method in class org.ofdrw.layout.element.Span
-
切分元素
- splitLineBreak() - Method in class org.ofdrw.layout.element.PlaceholderSpan
-
获取经过行内换行处理之后的Span列表
- splitLineBreak() - Method in class org.ofdrw.layout.element.Span
-
获取经过行内换行处理之后的Span列表
- start - Enum constant in enum org.ofdrw.layout.element.canvas.TextAlign
-
文本在指定的位置开始
- Static - Enum constant in enum org.ofdrw.layout.element.Position
-
静态定位(由渲染器决定)
- StreamCollect - Class in org.ofdrw.layout
-
流式布局的页面内容
- StreamCollect() - Constructor for class org.ofdrw.layout.StreamCollect
- StreamCollect(Integer) - Constructor for class org.ofdrw.layout.StreamCollect
-
创建插入页面流
- StreamingLayoutAnalyzer - Class in org.ofdrw.layout.engine
-
流式布局分析器
- StreamingLayoutAnalyzer(PageLayout) - Constructor for class org.ofdrw.layout.engine.StreamingLayoutAnalyzer
- stroke() - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
绘制已定义的路径
- strokeRect(double, double, double, double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
创建并描边矩形路径
- strokeStyle - Variable in class org.ofdrw.layout.element.canvas.DrawContext
-
描边颜色
T
- TextAlign - Enum in org.ofdrw.layout.element.canvas
-
文本内容的当前对齐方式
- TextAlign - Enum in org.ofdrw.layout.element
-
文字布局状态
- TextFontInfo - Interface in org.ofdrw.layout.element
-
文本字体信息
- TextMeasureTool - Class in org.ofdrw.layout.element.canvas
-
字体测量工具
- TextMeasureTool() - Constructor for class org.ofdrw.layout.element.canvas.TextMeasureTool
- TextMetrics - Class in org.ofdrw.layout.element.canvas
-
测量的文字信息
- TextMetrics() - Constructor for class org.ofdrw.layout.element.canvas.TextMetrics
- TextMetricsArea - Class in org.ofdrw.layout.element.canvas
-
测量的文字区域信息
- TextMetricsArea() - Constructor for class org.ofdrw.layout.element.canvas.TextMetricsArea
- top - Enum constant in enum org.ofdrw.layout.element.canvas.VerticalAlign
-
定边对齐
- toString() - Method in class org.ofdrw.layout.element.Div
- toString() - Method in class org.ofdrw.layout.Rectangle
- transform(double, double, double, double, double, double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
变换矩阵
- transform(AbbreviatedData, ST_Array) - Static method in class org.ofdrw.layout.element.canvas.DrawContext
-
对路径应用变换矩阵
- translate(double, double) - Method in class org.ofdrw.layout.element.canvas.DrawContext
-
重新映射画布上的 (0,0) 位置
- tryAdd(Div) - Method in class org.ofdrw.layout.engine.Segment
-
向段中添加元素
- tryAdd(Span) - Method in class org.ofdrw.layout.element.TxtLineBlock
-
尝试向行中加入文字单元
- trySplitAdd(Span) - Method in class org.ofdrw.layout.element.TxtLineBlock
-
尝试通过切分文字单元的方式加入行内
- TxtGlyph - Class in org.ofdrw.layout.element
-
文字字符块
- TxtGlyph(char, TextFontInfo) - Constructor for class org.ofdrw.layout.element.TxtGlyph
- TxtLineBlock - Class in org.ofdrw.layout.element
-
行内文字
- TxtLineBlock(double, Double) - Constructor for class org.ofdrw.layout.element.TxtLineBlock
-
创建行块
- TxtLineBlock(double, Double, TextAlign) - Constructor for class org.ofdrw.layout.element.TxtLineBlock
-
创建行块
V
- valueOf(String) - Static method in enum org.ofdrw.layout.element.AFloat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ofdrw.layout.element.canvas.TextAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ofdrw.layout.element.canvas.VerticalAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ofdrw.layout.element.Clear
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ofdrw.layout.element.Display
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ofdrw.layout.element.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ofdrw.layout.element.TextAlign
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.ofdrw.layout.element.AFloat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ofdrw.layout.element.canvas.TextAlign
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ofdrw.layout.element.canvas.VerticalAlign
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ofdrw.layout.element.Clear
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ofdrw.layout.element.Display
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ofdrw.layout.element.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ofdrw.layout.element.TextAlign
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VerticalAlign - Enum in org.ofdrw.layout.element.canvas
-
内容垂直对其方式
- VirtualPage - Class in org.ofdrw.layout
-
虚拟页面
- VirtualPage() - Constructor for class org.ofdrw.layout.VirtualPage
- VirtualPage(Double, Double) - Constructor for class org.ofdrw.layout.VirtualPage
- VirtualPage(PageLayout) - Constructor for class org.ofdrw.layout.VirtualPage
- VPageHandler - Interface in org.ofdrw.layout.handler
-
虚拟页面处理器
- VPageParseEngine - Class in org.ofdrw.layout.engine
-
虚拟页面解析引擎
- VPageParseEngine(PageLayout, DocDir, ResManager, AtomicInteger) - Constructor for class org.ofdrw.layout.engine.VPageParseEngine
-
创建虚拟页面解析器
W
- Watermark - Class in org.ofdrw.layout.edit
-
水印,是一种特殊的注释。
- Watermark(double, double, double, double) - Constructor for class org.ofdrw.layout.edit.Watermark
-
根据水印绘制区域坐标和大小构建水印对象
- Watermark(PageLayout) - Constructor for class org.ofdrw.layout.edit.Watermark
-
根据页面布局样式构建水印对象
- WatermarkDrawer - Class in org.ofdrw.layout.edit
-
水印绘制器
- WatermarkDrawer() - Constructor for class org.ofdrw.layout.edit.WatermarkDrawer
-
初始化一个水印绘制器
- width - Variable in class org.ofdrw.layout.element.canvas.MeasureBody
-
文本在阅读方向上的总宽度
- width - Variable in class org.ofdrw.layout.element.canvas.TextMetrics
-
文字宽度(单位毫米mm)
- width - Variable in class org.ofdrw.layout.element.canvas.TextMetricsArea
-
文字区域宽度(单位毫米mm)
- widthPlus() - Method in class org.ofdrw.layout.element.Div
- with(double) - Method in class org.ofdrw.layout.element.canvas.MeasureBody
-
加上偏移量后的宽度
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
AdditionVPage(Page, ST_Loc)