Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 219,498 for

formatting

(0.35 sec)
  1. Copy Range Data Only with JavaScript via C++|Do...

    Learn how to copy data from one range of cells to another using Aspose.Cells for JavaScript via C++....copying only the data—not the formatting. Aspose.Cells offers this...specified formatting attributes. Apply the style formatting to the...

    docs.aspose.com/cells/javascript-cpp/copy-range...
  2. Format PowerPoint Shapes in JavaScript|Aspose.S...

    Format PowerPoint shapes in JavaScript using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control....Format PowerPoint Shapes in JavaScript Contents [ Hide ] Overview...are made up of lines, you can format them by modifying or applying...

    docs.aspose.com/slides/nodejs-java/shape-format...
  3. Document.append_document method | Aspose.Words ...

    aspose.words.Document.append_document method...append_document(src_doc, import_format_mode) Appends the specified... words . Document , import_format_mode : aspose . words . ImportFormatMode...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ShadowFormat.clear method | Aspose.Words for Py...

    ShadowFormat.clear method. Clears shadow format....method clear() Clears shadow format. def clear ( self ): ... Examples...how to work with a shadow formatting for the shape. doc = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Render Custom Date Format Pattern g and ge mm d...

    Aspose.Cells is a C++ library for working with spreadsheet files that supports rendering dates using custom date format patterns 'g' and 'ge'. This article will describe how to render custom date format patterns using the Aspose.Cells library so that users can control how dates are displayed if they want....Render Custom Date Format Pattern g and ge mm dd with Golang...able to render the custom date format patterns like g, ge.mm.dd and...

    docs.aspose.com/cells/go-cpp/render-custom-date...
  6. Merger.merge_to_images_streams method | Aspose....

    Merger.merge_to_images_streams method. Merges the given input document streams into a single output document using specified image save options...reams, save_options, merge_format_mode) Merges the given input.... ImageSaveOptions , merge_format_mode : aspose . words . lowcode...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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...
  8. Font.bold property | Aspose.Words for Node.js

    Font.bold property. True if the font is formatted as bold....property True if the font is formatted as bold. get bold () : boolean...Examples Shows how to insert formatted text using DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 使用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...
  10. Setting builder.Font.Bold = false affects Inser...

    Hi, I have this code: [TestMethod] public void GenerateWordWithStrong() { Document doc = new Document(); // We can position where we want the table to be inserted and specify any extra Formatting to the t…...inserted and specify any extra formatting to the table. DocumentBuilder...tested whether other HTML formatting (like for italics) behaves...

    forum.aspose.com/t/setting-builder-font-bold-fa...