Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 219,487 for

formatting

(0.54 sec)
  1. Copy and Move Worksheets Within and Between Wor...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....of worksheets with common formatting and data entry. For example...Worksheets including data, formatting, tables, matrices, charts...

    docs.aspose.com/cells/python-net/copy-and-move-...
  2. 生成条件格式数据条形图像|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 JavaScript 库。它支持生成有条件格式的数据条和图片,让用户可以根据单元格的值自定义电子表格的显示。本文将介绍如何使用 Aspose.Cells 库生成有条件格式的数据条和图片。...which contains conditional formatting databar const cell = worksheet...Create and get the conditional formatting of the worksheet const idx...

    docs.aspose.com/cells/zh/javascript-cpp/generat...
  3. HTML Export Images Folder|Aspose.Words for Repo...

    HTML Export Images Folder setting of the Aspose.Words for Reporting Services....when exporting reports to HTML format, Aspose.Words for Reporting...all images inside it. HTML Formatting Shrink Space...

    docs.aspose.com/words/reportingservices/html-ex...
  4. DocumentBuilder.Underline | Aspose.Words for .NET

    Discover DocumentBuilder's Underline property to easily customize font styles. Enhance your documents with versatile underline options for a professional look....set ; } Examples Shows how to format text inserted by a document...; // The builder applies formatting to its current paragraph...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Document.appendDocument method | Aspose.Words f...

    Aspose.Words.Document.appendDocument method...Specifies how to merge style formatting that clashes. appendDocument(srcDoc...Specifies how to merge style formatting that clashes. importFormatOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Adding an Anonymous or Custom Object into Smart...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Document Assistant Close Formatting Smart Markers Analyzing your...

    docs.aspose.com/cells/net/adding-anonymous-or-c...
  7. Line Breaks and Text Wrapping with Golang via C...

    How to implement text wrapping and word wrap using the Aspose.Cells library in C++. By using the Aspose.Cells library, you can easily insert text in cells and set the text wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference....Alignment and Keep Existing Formatting with Golang via C++...

    docs.aspose.com/cells/go-cpp/line-breaks-and-te...
  8. HorizontalRuleAlignment enumeration | Aspose.Wo...

    Aspose.Words.Drawing.HorizontalRuleAlignment enumeration. Represents the alignment for the specified horizontal rule....shape, and customize its formatting. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. HorizontalRuleFormat.color property | Aspose.Wo...

    HorizontalRuleFormat.color property. Gets or sets the brush color that fills the horizontal rule....shape, and customize its formatting. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...processes the document’s formatting and content. Subtle differences...the document structure or formatting can lead to discrepancies...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...