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

doc

(0.4 sec)
  1. IResourceSavingCallback Interface | Aspose.Word...

    Control Aspose.Words resource saving with the IResourceSavingCallback interface. Manage images, fonts, and CSS for optimized HTML or SVG Documents....md" ; Document doc = new Document ( MyDir + "Rendering...ResourceSavingCallba = new ChangeUriPath (); doc . Save ( outputPath , saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  2. IFieldResultFormatter class | Aspose.Words for ...

    Aspose.Words.Fields.IFieldResultFormatter class. Implement this interface if you want to control how the field result is formatted....'FieldResultFormattin' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let formatter = new FieldResultFormatter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ListLevel.numberFormat property | Aspose.Words ...

    ListLevel.numberFormat property. Returns or sets the number format for the list level.... let doc = new aw . Document (); // A...its list levels. let list = doc . lists . add ( aw . Lists ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. MailMergeOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.MailMergeOptions class for seamless low-code mail merge solutions. Enhance your Document automation with customizable features!...operation: string doc = MyDir + "Mail merge.doc" ; string [] fieldNames..."Classified" }; MailMerger . Execute ( doc , ArtifactsDir + "LowCode.MailMerge...

    reference.aspose.com/words/net/aspose.words.low...
  5. Aspose::Words::DocumentBuilder::EndEditableRang...

    Aspose::Words::DocumentBuilder::EndEditableRange method. Marks the current position in the Document as an editable range end in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Document > (); doc -> Protect ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Aspose::Words::Lists::ListFormat::RemoveNumbers...

    Aspose::Words::Lists::ListFormat::RemoveNumbers method. Removes numbers or bullets from the current paragraph and sets list level to zero in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Aspose...

    reference.aspose.com/words/cpp/aspose.words.lis...
  7. 使用 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...
  8. 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...
  9. 将多页文档转换为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...
  10. | Aspose

    Sample code for WBMP to Doc Java conversion. Use API example code for batch WBMP files to Doc conversion within any Web or Desktop Java based application....Conversion WBMP to Doc HTML JPG OCR XML BMP DOC Aspose.OCR for Java...that converts an WBMP image to DOC document: Create an instance...

    products.aspose.com/ocr/java/conversion/wbmp-to...