类 com.zhuozhengsoft.pageoffice.DocumentOpenType
的使用

使用 DocumentOpenType 的软件包
com.zhuozhengsoft.pageoffice   
 

com.zhuozhengsoft.pageofficeDocumentOpenType 的使用
 

返回 DocumentOpenTypecom.zhuozhengsoft.pageoffice 中的方法
static DocumentOpenType DocumentOpenType.valueOf(java.lang.String name)
          返回带有指定名称的该类型的枚举常量。
static DocumentOpenType[] DocumentOpenType.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 

参数类型为 DocumentOpenTypecom.zhuozhengsoft.pageoffice 中的方法
 void FileMakerCtrl.createDocumentAsPDF(DocumentOpenType documentType, java.lang.String destFileName)
          创建一个新文档并动态填充生成PDF文档。
 void FileMakerCtrl.fillDocument(java.lang.String documentURL, DocumentOpenType documentType)
          在线动态生成Office文档。
 void FileMakerCtrl.fillDocumentAs(java.lang.String documentURL, DocumentOpenType documentType, java.lang.String destFileName)
          在线动态生成Office文档。
 void FileMakerCtrl.fillDocumentAsPDF(java.lang.String documentURL, DocumentOpenType documentType, java.lang.String destFileName)
          在线动态生成PDF文档。