跳过导航链接
A B C D E F G H I L M O P R S T U V W X Y 

A

addAliasMapping(String, String, String, String) - 类 中的方法org.ofdrw.converter.FontLoader
追加字体映射
addAliasMapping(String, String, String, String) - 类 中的静态方法org.ofdrw.converter.utils.FontUtils
已过时。
 
addSimilarFontReplaceRegexMapping(String, String, String, String) - 类 中的方法org.ofdrw.converter.FontLoader
追加相似字体正则匹配规则
addSystemFontMapping(String, String, String) - 类 中的方法org.ofdrw.converter.FontLoader
增加字体映射 用于解决部分字体不存在时的替代
addSystemFontMapping(String, String, String) - 类 中的静态方法org.ofdrw.converter.utils.FontUtils
已过时。
 
adjustPos(double, double, double, double, ST_Box) - 类 中的静态方法org.ofdrw.converter.utils.PointUtil
 
appendChild(Element) - 类 中的方法org.ofdrw.converter.html.Element
 
arc - 类 中的变量org.ofdrw.converter.point.PathPoint
 
AWTMaker - org.ofdrw.converter中的类
AWT设备转换类
AWTMaker(OFDReader, int) - 类 的构造器org.ofdrw.converter.AWTMaker
创建图片转换对象实例 OFD内部使用毫米作为基本单位 如果需要更加精确的表示单位请使用 AWTMaker.AWTMaker(org.ofdrw.reader.OFDReader, double)
AWTMaker(OFDReader, double) - 类 的构造器org.ofdrw.converter.AWTMaker
创建图片转换对象实例 OFD内部使用毫米作为基本单位
AWTMaker.Config - org.ofdrw.converter中的类
 

B

base() - 类 中的静态方法org.ofdrw.converter.utils.MatrixUtils
 

C

calPathPoint(List<PathPoint>) - 类 中的静态方法org.ofdrw.converter.utils.PointUtil
 
calPdfPathPoint(double, double, ST_Box, List<PathPoint>, boolean, ST_Array, ST_Box, ST_Array, boolean) - 类 中的静态方法org.ofdrw.converter.utils.PointUtil
 
calPdfTextCoordinate(double, double, ST_Box, float, List<TextCode>, boolean, ST_Array, boolean) - 类 中的静态方法org.ofdrw.converter.utils.PointUtil
 
calPdfTextCoordinate(double, double, ST_Box, float, List<TextCode>, List<CT_CGTransform>, ST_Box, ST_Array, boolean, ST_Array, boolean) - 类 中的静态方法org.ofdrw.converter.utils.PointUtil
 
calTextPoint(List<TextCode>) - 类 中的静态方法org.ofdrw.converter.utils.PointUtil
 
cmykToRgb(int, int, int, int) - 类 中的静态方法org.ofdrw.converter.ColorConvert
转换 CMYK为RGB
ColorConvert - org.ofdrw.converter中的类
色彩转换
ColorConvert() - 类 的构造器org.ofdrw.converter.ColorConvert
 
CommonUtil - org.ofdrw.converter.utils中的类
转换工具集合
CommonUtil() - 类 的构造器org.ofdrw.converter.utils.CommonUtil
 
config - 类 中的变量org.ofdrw.converter.AWTMaker
 
Config() - 类 的构造器org.ofdrw.converter.AWTMaker.Config
 
converJbig2(File) - 类 中的静态方法org.ofdrw.converter.utils.CommonUtil
 
converterDpi(double) - 类 中的静态方法org.ofdrw.converter.utils.CommonUtil
 
ConvertHelper - org.ofdrw.converter中的类
PDF 转换 工具
ConvertHelper() - 类 的构造器org.ofdrw.converter.ConvertHelper
 
ConvertHelper.Lib - org.ofdrw.converter中的枚举
 
convertOfdColor(ST_Array) - 类 中的静态方法org.ofdrw.converter.ColorConvert
转换为PDF RGB颜色
convertOfdColor(ST_Array) - 类 中的静态方法org.ofdrw.converter.utils.CommonUtil
convertOfdColorToHtml(ST_Array) - 类 中的静态方法org.ofdrw.converter.ColorConvert
转换为HTML RGB颜色
convertOfdColorToHtml(ST_Array) - 类 中的静态方法org.ofdrw.converter.utils.CommonUtil
 
convertPathAbbreviatedDatatoPoint(String) - 类 中的静态方法org.ofdrw.converter.utils.PointUtil
解析压缩路径为点坐标
convertPDColor(ST_Array) - 类 中的静态方法org.ofdrw.converter.utils.CommonUtil
 
convertV1SignTime(String) - 类 中的静态方法org.ofdrw.converter.utils.CommonUtil
 
create(double, double, double, double, double, double) - 类 中的静态方法org.ofdrw.converter.utils.MatrixUtils
 
createAffineTransform(Matrix) - 类 中的静态方法org.ofdrw.converter.utils.MatrixUtils
 
createMultiImageWriter(OutputStream) - 接口 中的方法org.apache.xmlgraphics.image.writer.ImageWriter
 
ctm(Double...) - 类 中的静态方法org.ofdrw.converter.utils.MatrixUtils
 
ctmCalPoint(double, double, Double[]) - 类 中的静态方法org.ofdrw.converter.utils.PointUtil
 

D

displayOfdDiv(List<Element>, List<String>, List<ST_Box>) - 类 中的方法org.ofdrw.converter.HtmlMaker
 
doubleArrayToFloatArray(Double[]) - 类 中的静态方法org.ofdrw.converter.utils.CommonUtil
 
dpiToPpm(int) - 类 中的静态方法org.ofdrw.converter.utils.CommonUtil
获取指定DPI下的每毫米像素数量

E

Element - org.ofdrw.converter.html中的类
 
Element() - 类 的构造器org.ofdrw.converter.html.Element
 
enableSimilarFontReplace() - 类 中的静态方法org.ofdrw.converter.FontLoader

F

FixOS2(String) - 类 中的静态方法org.ofdrw.converter.FontLoader
修复了字体 小写os/2导致无法读取的问题
FontLoader - org.ofdrw.converter中的类
字体加载器
FontUtils - org.ofdrw.converter.utils中的类
已过时。
FontUtils() - 类 的构造器org.ofdrw.converter.utils.FontUtils
已过时。
 
FontWrapper<T> - org.ofdrw.converter.font中的类
标识字体是否是被相近字体替换
FontWrapper() - 类 的构造器org.ofdrw.converter.font.FontWrapper
 
FontWrapper(T, boolean) - 类 的构造器org.ofdrw.converter.font.FontWrapper
 

G

GeneralConvertException - org.ofdrw.converter中的异常错误
转换通用错误
GeneralConvertException() - 异常错误 的构造器org.ofdrw.converter.GeneralConvertException
 
GeneralConvertException(String) - 异常错误 的构造器org.ofdrw.converter.GeneralConvertException
 
GeneralConvertException(String, Throwable) - 异常错误 的构造器org.ofdrw.converter.GeneralConvertException
 
GeneralConvertException(Throwable) - 异常错误 的构造器org.ofdrw.converter.GeneralConvertException
 
generateTempFilePath() - 类 中的静态方法org.ofdrw.converter.utils.CommonUtil
 
get_index() - 类 中的方法org.ofdrw.converter.html.Element
 
getAlphaCompositeFilterSet() - 类 中的方法org.apache.batik.svggen.SVGAlphaComposite
 
getAttribute() - 类 中的方法org.ofdrw.converter.html.Element
 
getChildren() - 类 中的方法org.ofdrw.converter.html.Element
 
getColor(CT_Color) - 类 中的方法org.ofdrw.converter.AWTMaker
 
getData() - 类 中的方法org.ofdrw.converter.image.ImageMedia
 
getFirst() - 类 中的方法org.ofdrw.converter.point.Tuple2
 
getFont() - 类 中的方法org.ofdrw.converter.font.FontWrapper
 
getFromat() - 类 中的方法org.ofdrw.converter.image.ImageMedia
 
getGlyph() - 类 中的方法org.ofdrw.converter.point.TextCodePoint
 
getImageMatrixFromOfd(ImageObject, ST_Box, ST_Array) - 类 中的静态方法org.ofdrw.converter.utils.CommonUtil
 
getImageMatrixFromOfd(ImageObject, ST_Box) - 类 中的静态方法org.ofdrw.converter.utils.CommonUtil
 
getInnerHTML() - 类 中的方法org.ofdrw.converter.html.Element
 
getInstance() - 类 中的静态方法org.apache.batik.ext.awt.image.spi.ImageWriterRegistry
 
getInstance() - 类 中的静态方法org.ofdrw.converter.FontLoader
 
getMIMEType() - 接口 中的方法org.apache.xmlgraphics.image.writer.ImageWriter
 
getNamespaceURI() - 类 中的方法org.ofdrw.converter.html.Element
 
getOSname() - 类 中的静态方法org.ofdrw.converter.utils.OSinfo
获取操作系统名字
getPageBox(CT_PageArea, double, double) - 类 中的静态方法org.ofdrw.converter.utils.CommonUtil
 
getPdfFont() - 类 中的方法org.ofdrw.converter.font.PdfFontWrapper
已过时。
 
getReplaceSimilarFontPath(String, String) - 类 中的方法org.ofdrw.converter.FontLoader
获取配置的 相似字体 对应的字体路径
getSecond() - 类 中的方法org.ofdrw.converter.point.Tuple2
 
getStampBackgroundGray() - 类 中的方法org.ofdrw.converter.AWTMaker.Config
 
getStampComposite() - 类 中的方法org.ofdrw.converter.AWTMaker
印章混合模式
getStampComposite() - 类 中的方法org.ofdrw.converter.SVGMaker
SVG只支持有限的颜色混合,使用透明度混合
getStampOpacity() - 类 中的方法org.ofdrw.converter.AWTMaker.Config
 
getStyle() - 类 中的方法org.ofdrw.converter.html.Element
 
getSystemFontPath(String, String) - 类 中的方法org.ofdrw.converter.FontLoader
从操作系统字体目下获取字体路径
getSystemFontPath(String, String) - 类 中的静态方法org.ofdrw.converter.utils.FontUtils
已过时。
 
getTagName() - 类 中的方法org.ofdrw.converter.html.Element
 
getText() - 类 中的方法org.ofdrw.converter.point.TextCodePoint
 
getVersion() - 类 中的方法org.ofdrw.converter.html.Element
 
getWriterFor(String) - 类 中的方法org.apache.batik.ext.awt.image.spi.ImageWriterRegistry
get the ImageWriter registered for mime, or null.
getX() - 类 中的方法org.ofdrw.converter.html.Element
 
getX() - 类 中的方法org.ofdrw.converter.point.TextCodePoint
 
getX1() - 类 中的方法org.ofdrw.converter.point.PathPoint
 
getX2() - 类 中的方法org.ofdrw.converter.point.PathPoint
 
getX3() - 类 中的方法org.ofdrw.converter.point.PathPoint
 
getY() - 类 中的方法org.ofdrw.converter.html.Element
 
getY() - 类 中的方法org.ofdrw.converter.point.TextCodePoint
 
getY1() - 类 中的方法org.ofdrw.converter.point.PathPoint
 
getY2() - 类 中的方法org.ofdrw.converter.point.PathPoint
 
getY3() - 类 中的方法org.ofdrw.converter.point.PathPoint
 

H

HtmlMaker - org.ofdrw.converter中的类
ofd转换为html
HtmlMaker(OFDReader, String, int) - 类 的构造器org.ofdrw.converter.HtmlMaker
转HTML构造方法

I

ImageMaker - org.ofdrw.converter中的类
图片转换类
ImageMaker(OFDReader, int) - 类 的构造器org.ofdrw.converter.ImageMaker
创建图片转换对象实例 OFD内部使用毫米作为基本单位 如果需要更加精确的表示请使用ImageMaker.ImageMaker(OFDReader, double)
ImageMaker(OFDReader, double) - 类 的构造器org.ofdrw.converter.ImageMaker
创建图片转换对象实例 OFD内部使用毫米作为基本单位
imageMatrix(Matrix, double, double, double) - 类 中的静态方法org.ofdrw.converter.utils.MatrixUtils
 
ImageMedia - org.ofdrw.converter.image中的类
图像媒体对象
ImageMedia() - 类 的构造器org.ofdrw.converter.image.ImageMedia
 
ImageWriter - org.apache.xmlgraphics.image.writer中的接口
 
ImageWriterRegistry - org.apache.batik.ext.awt.image.spi中的类
 
init() - 类 中的方法org.ofdrw.converter.FontLoader
 
init() - 类 中的静态方法org.ofdrw.converter.utils.FontUtils
已过时。
 
isAix() - 类 中的静态方法org.ofdrw.converter.utils.OSinfo
 
isBlank(String) - 类 中的静态方法org.ofdrw.converter.utils.StringUtils
 
isChineseByBlock(char) - 类 中的静态方法org.ofdrw.converter.HtmlMaker
 
isClearStampBackground() - 类 中的方法org.ofdrw.converter.AWTMaker.Config
 
isClip() - 类 中的方法org.ofdrw.converter.AWTMaker.Config
 
isDigitalUnix() - 类 中的静态方法org.ofdrw.converter.utils.OSinfo
 
isDrawBoundary() - 类 中的方法org.ofdrw.converter.AWTMaker.Config
 
isEnableSimilarFontReplace() - 类 中的方法org.ofdrw.converter.font.FontWrapper
 
isEnableSimilarFontReplace() - 类 中的方法org.ofdrw.converter.font.PdfFontWrapper
已过时。
 
isFreeBSD() - 类 中的静态方法org.ofdrw.converter.utils.OSinfo
 
isFunctional() - 接口 中的方法org.apache.xmlgraphics.image.writer.ImageWriter
 
isHPUX() - 类 中的静态方法org.ofdrw.converter.utils.OSinfo
 
isIrix() - 类 中的静态方法org.ofdrw.converter.utils.OSinfo
 
isLinux() - 类 中的静态方法org.ofdrw.converter.utils.OSinfo
 
isMacOS() - 类 中的静态方法org.ofdrw.converter.utils.OSinfo
 
isMacOSX() - 类 中的静态方法org.ofdrw.converter.utils.OSinfo
 
isMPEiX() - 类 中的静态方法org.ofdrw.converter.utils.OSinfo
 
isNetWare() - 类 中的静态方法org.ofdrw.converter.utils.OSinfo
 
isOpenVMS() - 类 中的静态方法org.ofdrw.converter.utils.OSinfo
 
isOS2() - 类 中的静态方法org.ofdrw.converter.utils.OSinfo
 
isOS390() - 类 中的静态方法org.ofdrw.converter.utils.OSinfo
 
isOSF1() - 类 中的静态方法org.ofdrw.converter.utils.OSinfo
 
isSolaris() - 类 中的静态方法org.ofdrw.converter.utils.OSinfo
 
isStamp - 类 中的变量org.ofdrw.converter.AWTMaker
是否是印章,用于渲染印章
isSunOS() - 类 中的静态方法org.ofdrw.converter.utils.OSinfo
 
isWindows() - 类 中的静态方法org.ofdrw.converter.utils.OSinfo
 
ItextMaker - org.ofdrw.converter中的类
pdf生成器
ItextMaker(OFDReader) - 类 的构造器org.ofdrw.converter.ItextMaker
 

L

leftTop(Matrix) - 类 中的静态方法org.ofdrw.converter.utils.MatrixUtils
 
lib - 类 中的静态变量org.ofdrw.converter.ConvertHelper
转换使用库名称
loadDefaultFont() - 类 中的方法org.ofdrw.converter.FontLoader
加载默认字体
loadExternalFont(String) - 类 中的方法org.ofdrw.converter.FontLoader
loadExternalFont(String, String, String) - 类 中的方法org.ofdrw.converter.FontLoader
加载外部字体
loadFont(ResourceLocator, CT_Font) - 类 中的方法org.ofdrw.converter.FontLoader
加载字体 兼容性保留
loadFont(Path) - 类 中的方法org.ofdrw.converter.FontLoader
加载字体到映射中
loadFont(File) - 类 中的方法org.ofdrw.converter.FontLoader
加载字体到映射中
loadFont(File) - 类 中的静态方法org.ofdrw.converter.utils.FontUtils
已过时。
 
loadFontSimilar(ResourceLocator, CT_Font) - 类 中的方法org.ofdrw.converter.FontLoader
加载字体
loadPDFFont(ResourceLocator, CT_Font) - 类 中的方法org.ofdrw.converter.FontLoader
加载字体 兼容性保留
loadPDFFontSimilar(ResourceLocator, CT_Font) - 类 中的方法org.ofdrw.converter.FontLoader
尽可能的加载字体 如果字体无法加载时使用相近字体替换
loadSystemFont(String, String) - 类 中的方法org.ofdrw.converter.FontLoader
尝试从系统字体目录中加载字体
loadSystemFont(String, String) - 类 中的静态方法org.ofdrw.converter.utils.FontUtils
已过时。
 

M

makePage(int) - 类 中的方法org.ofdrw.converter.ImageMaker
渲染OFD页面为图片
makePage(PdfDocument, PageInfo) - 类 中的方法org.ofdrw.converter.ItextMaker
ofd每页的object画到pdf
makePage(PageInfo) - 类 中的方法org.ofdrw.converter.PdfboxMaker
已过时。
转换OFD页面为PDF页面
makePage(int) - 类 中的方法org.ofdrw.converter.SVGMaker
渲染OFD页面为SVG
matrixFrom(ST_Array) - 类 中的静态方法org.ofdrw.converter.utils.CommonUtil
 
MatrixUtils - org.ofdrw.converter.utils中的类
 
MatrixUtils() - 类 的构造器org.ofdrw.converter.utils.MatrixUtils
 
millimetersToPixel(double, double) - 类 中的静态方法org.ofdrw.converter.utils.CommonUtil
 
move(Matrix, double, double) - 类 中的静态方法org.ofdrw.converter.utils.MatrixUtils
 

O

ofd2pdf(Object, Object) - 类 中的静态方法org.ofdrw.converter.ConvertHelper
OFD转换PDF
org.apache.batik.ext.awt.image.spi - 程序包 org.apache.batik.ext.awt.image.spi
 
org.apache.batik.svggen - 程序包 org.apache.batik.svggen
 
org.apache.xmlgraphics.image.writer - 程序包 org.apache.xmlgraphics.image.writer
 
org.ofdrw.converter - 程序包 org.ofdrw.converter
 
org.ofdrw.converter.font - 程序包 org.ofdrw.converter.font
 
org.ofdrw.converter.html - 程序包 org.ofdrw.converter.html
 
org.ofdrw.converter.image - 程序包 org.ofdrw.converter.image
 
org.ofdrw.converter.point - 程序包 org.ofdrw.converter.point
 
org.ofdrw.converter.utils - 程序包 org.ofdrw.converter.utils
 
OSinfo - org.ofdrw.converter.utils中的类
 
OSinfo.EPlatform - org.ofdrw.converter.utils中的枚举
 

P

pages - 类 中的变量org.ofdrw.converter.AWTMaker
 
pageSize() - 类 中的方法org.ofdrw.converter.AWTMaker
 
parse() - 类 中的方法org.ofdrw.converter.HtmlMaker
开始转换
parseDelta(ST_Array) - 类 中的静态方法org.ofdrw.converter.AWTMaker
 
PathPoint - org.ofdrw.converter.point中的类
 
PathPoint(String, float, float, float, float, float, float) - 类 的构造器org.ofdrw.converter.point.PathPoint
 
PathPoint(String, float, float, float, float, float, float, float) - 类 的构造器org.ofdrw.converter.point.PathPoint
 
PdfboxMaker - org.ofdrw.converter中的类
已过时。
PdfboxMaker(OFDReader, PDDocument) - 类 的构造器org.ofdrw.converter.PdfboxMaker
已过时。
 
PdfFontWrapper - org.ofdrw.converter.font中的类
已过时。
PdfFontWrapper() - 类 的构造器org.ofdrw.converter.font.PdfFontWrapper
已过时。
 
PdfFontWrapper(PdfFont) - 类 的构造器org.ofdrw.converter.font.PdfFontWrapper
已过时。
 
PdfFontWrapper(PdfFont, boolean) - 类 的构造器org.ofdrw.converter.font.PdfFontWrapper
已过时。
 
pdfRGB(ResourceManage, CT_Color) - 类 中的静态方法org.ofdrw.converter.ColorConvert
PDF的RGB颜色
pixelToMillimeters(double, double) - 类 中的静态方法org.ofdrw.converter.utils.CommonUtil
 
pointTransform(Matrix, Double, Double) - 类 中的静态方法org.ofdrw.converter.utils.MatrixUtils
 
PointUtil - org.ofdrw.converter.utils中的类
 
PointUtil() - 类 的构造器org.ofdrw.converter.utils.PointUtil
 
ppm - 类 中的变量org.ofdrw.converter.AWTMaker
每毫米像素数量(Pixels per millimeter) 默认为: 7.874015748031496 ppm (约200 dpi)

R

register(ImageWriter) - 类 中的方法org.apache.batik.ext.awt.image.spi.ImageWriterRegistry
 
requiresBackgroundAccess() - 类 中的方法org.apache.batik.svggen.SVGAlphaComposite
 
rgb(ResourceManage, CT_Color) - 类 中的静态方法org.ofdrw.converter.ColorConvert
转换为RGB颜色
rotation - 类 中的变量org.ofdrw.converter.point.PathPoint
 
rx - 类 中的变量org.ofdrw.converter.point.PathPoint
 
ry - 类 中的变量org.ofdrw.converter.point.PathPoint
 

S

scale(Matrix, double, double) - 类 中的静态方法org.ofdrw.converter.utils.MatrixUtils
 
scanFontDir(Path) - 类 中的方法org.ofdrw.converter.FontLoader
扫描目录下所有字体并加载
scanFontDir(File) - 类 中的方法org.ofdrw.converter.FontLoader
扫描目录下所有字体并加兹安
scanFontDir(File) - 类 中的静态方法org.ofdrw.converter.utils.FontUtils
已过时。
 
Separator - 类 中的静态变量org.ofdrw.converter.FontLoader
 
SeparatorRegex - 类 中的静态变量org.ofdrw.converter.FontLoader
 
set_index(int) - 类 中的方法org.ofdrw.converter.html.Element
 
setAttribute(String, String) - 类 中的方法org.ofdrw.converter.html.Element
 
setAttribute(Map<String, String>) - 类 中的方法org.ofdrw.converter.html.Element
 
setChildren(List<Element>) - 类 中的方法org.ofdrw.converter.html.Element
 
setClearStampBackground(boolean) - 类 中的方法org.ofdrw.converter.AWTMaker.Config
 
setClip(boolean) - 类 中的方法org.ofdrw.converter.AWTMaker.Config
 
setData(byte[]) - 类 中的方法org.ofdrw.converter.image.ImageMedia
 
setDrawBoundary(boolean) - 类 中的方法org.ofdrw.converter.AWTMaker.Config
 
setEnableSimilarFontReplace(boolean) - 类 中的方法org.ofdrw.converter.font.FontWrapper
 
setEnableSimilarFontReplace(boolean) - 类 中的方法org.ofdrw.converter.font.PdfFontWrapper
已过时。
 
setFirst(X) - 类 中的方法org.ofdrw.converter.point.Tuple2
 
setFont(T) - 类 中的方法org.ofdrw.converter.font.FontWrapper
 
setFromat(String) - 类 中的方法org.ofdrw.converter.image.ImageMedia
 
setGlyph(String) - 类 中的方法org.ofdrw.converter.point.TextCodePoint
 
setInnerHTML(String) - 类 中的方法org.ofdrw.converter.html.Element
 
setNamespaceURI(String) - 类 中的方法org.ofdrw.converter.html.Element
 
setPdfFont(PdfFont) - 类 中的方法org.ofdrw.converter.font.PdfFontWrapper
已过时。
 
setSecond(Y) - 类 中的方法org.ofdrw.converter.point.Tuple2
 
setSimilarFontReplace(boolean) - 类 中的静态方法org.ofdrw.converter.FontLoader
设置是否开启相近字体替换 该方法用于在字体无法识别的情况下采用默认的字体进行替换 防止渲染时字体内容缺失。
setStampBackgroundGray(int) - 类 中的方法org.ofdrw.converter.AWTMaker.Config
印章背景灰度阈值,高于此值被设置为透明
setStampOpacity(float) - 类 中的方法org.ofdrw.converter.AWTMaker.Config
 
setStyle(String) - 类 中的方法org.ofdrw.converter.html.Element
 
setTagName(String) - 类 中的方法org.ofdrw.converter.html.Element
 
setText(String) - 类 中的方法org.ofdrw.converter.point.TextCodePoint
 
setVersion(String) - 类 中的方法org.ofdrw.converter.html.Element
 
setX(double) - 类 中的方法org.ofdrw.converter.html.Element
 
setX(double) - 类 中的方法org.ofdrw.converter.point.TextCodePoint
 
setY(double) - 类 中的方法org.ofdrw.converter.html.Element
 
setY(double) - 类 中的方法org.ofdrw.converter.point.TextCodePoint
 
StringUtils - org.ofdrw.converter.utils中的类
 
StringUtils() - 类 的构造器org.ofdrw.converter.utils.StringUtils
 
supportsMultiImageWriter() - 接口 中的方法org.apache.xmlgraphics.image.writer.ImageWriter
 
SVGAlphaComposite - org.apache.batik.svggen中的类
Utility class that converts an AlphaComposite object into a set of SVG properties and definitions.
SVGAlphaComposite(SVGGeneratorContext) - 类 的构造器org.apache.batik.svggen.SVGAlphaComposite
 
SVGMaker - org.ofdrw.converter中的类
SVG转换类
SVGMaker(OFDReader, int) - 类 的构造器org.ofdrw.converter.SVGMaker
已过时。
SVGMaker(OFDReader, double) - 类 的构造器org.ofdrw.converter.SVGMaker
创建SVG转换对象实例 OFD内部使用毫米作为基本单位
sweep - 类 中的变量org.ofdrw.converter.point.PathPoint
 

T

TextCodePoint - org.ofdrw.converter.point中的类
 
TextCodePoint(double, double, String) - 类 的构造器org.ofdrw.converter.point.TextCodePoint
 
toHtml(OFDReader, String, int) - 类 中的静态方法org.ofdrw.converter.ConvertHelper
转HTML 需要手动关闭外部Reader
toHtml(Path, Path, int) - 类 中的静态方法org.ofdrw.converter.ConvertHelper
OFD转HTML
toPdf(InputStream, OutputStream) - 类 中的静态方法org.ofdrw.converter.ConvertHelper
转PDF
toPdf(InputStream, File) - 类 中的静态方法org.ofdrw.converter.ConvertHelper
转PDF
toPdf(InputStream, String) - 类 中的静态方法org.ofdrw.converter.ConvertHelper
转PDF
toPdf(Path, OutputStream) - 类 中的静态方法org.ofdrw.converter.ConvertHelper
转PDF
toPdf(Path, File) - 类 中的静态方法org.ofdrw.converter.ConvertHelper
转PDF
toPdf(Path, Path) - 类 中的静态方法org.ofdrw.converter.ConvertHelper
转PDF
toPdf(String, String, boolean) - 类 中的静态方法org.ofdrw.converter.ConvertHelper
转PDF,源文件目录为已经解压的OFD根目录
toPFMatrix(Matrix) - 类 中的静态方法org.ofdrw.converter.utils.CommonUtil
 
toString() - 枚举 中的方法org.ofdrw.converter.utils.OSinfo.EPlatform
 
toSVG(GraphicContext) - 类 中的方法org.apache.batik.svggen.SVGAlphaComposite
Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
toSVG(AlphaComposite) - 类 中的方法org.apache.batik.svggen.SVGAlphaComposite
 
Tuple2<X,Y> - org.ofdrw.converter.point中的类
 
Tuple2(X, Y) - 类 的构造器org.ofdrw.converter.point.Tuple2
 
type - 类 中的变量org.ofdrw.converter.point.PathPoint
 

U

useIText() - 类 中的静态方法org.ofdrw.converter.ConvertHelper
使用iText作为转换实现
usePDFBox() - 类 中的静态方法org.ofdrw.converter.ConvertHelper
使用PDFBox作为转换实现

V

valueOf(String) - 枚举 中的静态方法org.ofdrw.converter.ConvertHelper.Lib
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.ofdrw.converter.utils.OSinfo.EPlatform
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.ofdrw.converter.ConvertHelper.Lib
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.ofdrw.converter.utils.OSinfo.EPlatform
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

writeImage(RenderedImage, OutputStream) - 接口 中的方法org.apache.xmlgraphics.image.writer.ImageWriter
 
writeImage(RenderedImage, OutputStream, ImageWriterParams) - 接口 中的方法org.apache.xmlgraphics.image.writer.ImageWriter
 
writePage(Graphics2D, PageInfo, Matrix) - 类 中的方法org.ofdrw.converter.AWTMaker
绘制页面
writeToFile(String, String) - 类 中的方法org.ofdrw.converter.HtmlMaker
将字符串写入文件

X

x - 类 中的变量org.ofdrw.converter.point.PathPoint
 
x - 类 中的变量org.ofdrw.converter.point.TextCodePoint
 
x1 - 类 中的变量org.ofdrw.converter.point.PathPoint
 
x2 - 类 中的变量org.ofdrw.converter.point.PathPoint
 
x3 - 类 中的变量org.ofdrw.converter.point.PathPoint
 

Y

y - 类 中的变量org.ofdrw.converter.point.PathPoint
 
y - 类 中的变量org.ofdrw.converter.point.TextCodePoint
 
y1 - 类 中的变量org.ofdrw.converter.point.PathPoint
 
y2 - 类 中的变量org.ofdrw.converter.point.PathPoint
 
y3 - 类 中的变量org.ofdrw.converter.point.PathPoint
 
A B C D E F G H I L M O P R S T U V W X Y 
跳过导航链接

Copyright © 2021. All rights reserved.