Dispatch document = Dispatch.call(dispatch, "Open", wordFile, false, true).toDispatch(); //Dispatch.call(document, "ExportAsFixedFormat", pdfFile, WORD_FORMAT_PDF); Dispatch.call(document, "SaveAs", pdfFile, WORD_FORMAT_PDF); Dispatch.call(document, "Close", false); long end = System.c...
ContentType DocumentFormat.OpenXml.Office.CoverPageProps DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel DocumentFormat.OpenXml.Office.CustomUI DocumentFormat.OpenXml.Office.CustomXsn DocumentFormat.OpenXml.Office.Drawing DocumentFormat.OpenXml.Office.Excel DocumentFormat.OpenXml.Office.LongPropert...
WdCursorType WdCustomLabelPageSize WdDateLanguage WdDefaultFilePath WdDefaultListBehavior WdDefaultTableBehavior WdDeleteCells WdDeletedTextMark WdDiacriticColor WdDictionaryType WdDictionaryTypeHID WdDisableFeaturesIntroducedAfter WdDocPartInsertOptions WdDocumentDirection WdDocumentKind WdDocumentMedium WdDocument...
Word_Document 对象 Document对象'代表一个文档。Document对象是Documents集合的成员。Documents集合中包含当前在Word中打开的所有Document对象。 方法 AcceptAllRevisions'接受对指定文档的所有修订。 AcceptAllRevisionsShown'接受显示在屏幕上的指定文档中的所有修订。 Activate'激活指定的文档,使其成为活动文档。 AddTo...
通常情况下,Word文档的ContentType为"application/msword"或"application/vnd.openxmlformats-officedocument.wordprocessingml.document"。其中,"application/msword"用于描述旧版的Word文档,而"application/vnd.openxmlformats-officedocument.wordprocessingml.document"用于描述新版的Word文档,也就是.docx格式的文档。
File outputFile=newFile(pdfFilePath);try{ InputStream inputStream=newFileInputStream(inputFile); OutputStream outputStream=newFileOutputStream(outputFile); IConverter converter=LocalConverter.builder().build(); converter.convert(inputStream).as(DocumentType.DOCX).to(outputStream).as(DocumentType.PDF)...
Container Gets the container application for the document. Content Gets a Range that represents the main document story. ContentControls Gets the collection of all the content controls in the document. ContentTypeProperties Gets the metadata that is stored in a document, such as author name, su...
import java.io.; import java.nio.file.Files; import java.util.;/**@Author:Internet_worm @Date:2024/7/26:09:59 @Description: word 操作工具类 */ public class WordUtils {/***@Description :替换段落文本 @param document docx解析对象 @param textMap 需要替换的信息集合 @return void */ public...
ContentType DocumentFormat.OpenXml.Office.CoverPageProps DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel DocumentFormat.OpenXml.Office.CustomUI DocumentFormat.OpenXml.Office.CustomXsn DocumentFormat.OpenXml.Office.Drawing DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed DocumentFormat.OpenXml.Office....
LinkedToFile LinkStyles LinkToQuery ListEntryFormField ListItem ListSeparator Lock Locked LockingValues LongHexNumberType MacroNameType MacWordSmallCaps MailAsAttachment MailMerge MailMergeDataValues MailMergeDestinationValues MailMergeDocumentValues MailMergeFieldType MailMergeOdsoFieldValues MailMergeSource Mail...