Sort Score
Result 10 results
Languages All
Labels All
Results 8,811 - 8,820 of 182,181 for

doc

(0.13 sec)
  1. 使用 Python 将 Word 转换为 Excel

    请参考本文了解如何使用 Python 将 Word 转换为 Excel。文章包含 IDE 设置说明、详细步骤列表以及使用 Python 编写 Word Doc 到 Excel 转换器的示例代码。...本文详细介绍了 IDE 设置、转换步骤,以及开发一个基本的 Word DOC 到 Excel 转换器的 Python 示例代码 。您将学习如何使用...SaveFormat 设置输入与输出格式。 使用 Python 将 DOC 转换为 XLSX 的步骤 配置开发环境,使用 Aspose...

    kb.aspose.com/zh/words/python/conversion-from-w...
  2. TableStyleOptions | Aspose.Words for Java

    Specifies how table style is applied to a table in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Table table = builder.startTable();...

    reference.aspose.com/words/java/com.aspose.word...
  3. CommentRangeEnd | Aspose.Words for Java

    Denotes the end of a region of text that has a comment associated with it in Java....throws Exception { Document doc = new Document(); Comment newComment...newComment = new Comment(doc); { newComment.setAuthor("VDeryushev");...

    reference.aspose.com/words/java/com.aspose.word...
  4. 将多页文档转换为C#中的图像|Aspose.Words为.NET

    将多页文档导出为光栅图像(JPG, PNG, GIF, BMP, TIFF, WebP) 使用C#。...下面的代码示例演示如何将多页DOCX文档保存为具有水平布局的JPEG图像: Document doc = new Document ( "Rendering.docx"...MultiPageLayout . Horizontal ( 10 ); doc . Save ( "ImageSaveOptions.HorizontalLayout...

    docs.aspose.com/words/zh/net/convert-a-multi-pa...
  5. Field.unlink method | Aspose.Words for Python

    Field.unlink method. Performs the field unlink.... doc = aw . Document ( file_name =...MY_DIR + 'Linked fields.docx' ) doc . range . fields [ 1 ] . unlink...

    reference.aspose.com/words/python-net/aspose.wo...
  6. SaveOptions | Aspose.Words for Java

    This is an abstract base class for classes that allow the user to specify additional options when saving a Document into a particular format in Java.... Document doc = new Document(getMyDir() + "Rendering...setExportDocumentPro(true); doc.save(getArtifactsDir() + "HtmlSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Drawing::Charts::ChartSeriesColl...

    Aspose::Words::Drawing::Charts::ChartSeriesCollection::Add method. Adds new ChartSeries to this collection. Use this method to add series to Histogram charts in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a Histogram chart...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. FindReplaceOptions.matchCase property | Aspose....

    FindReplaceOptions.matchCase property. True indicates case-sensitive comparison, false indicates case-insensitive comparison.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Ruby...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. DocumentProperty.LinkSource | Aspose.Words for ...

    Discover the LinkSource property for DocumentProperty, effortlessly access the source of your linked custom Document properties for enhanced Document management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . StartBookmark (...

    reference.aspose.com/words/net/aspose.words.pro...
  10. FootnoteSeparatorCollection class | Aspose.Word...

    aspose.words.notes.FootnoteSeparatorCollection class. Provides typed access to [FootnoteSeparator](../footnoteseparator/) nodes of a Document.... doc = aw . Document ( file_name =...docx' ) footnote_separator = doc . footnote_separators . get_...

    reference.aspose.com/words/python-net/aspose.wo...