Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 219,462 for

formatting

(0.2 sec)
  1. MergeFormatMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.LowCode.MergeFormatMode enum to optimize document merging. Enhance Formatting control when combining multiple files effortlessly....enumeration Specifies how formatting is merged when combining...MergeFormatting 0 Combine the formatting of the merged documents....

    reference.aspose.com/words/net/aspose.words.low...
  2. DocumentBuilder.insert_html method | Aspose.Wor...

    aspose.words.DocumentBuilder.insert_html method...insert_html(html, use_builder_formatting) Inserts an HTML string into...html : str , use_builder_formatting : bool ): ... Parameter Type...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DocumentBuilder.insertHtml method | Aspose.Word...

    Aspose.Words.DocumentBuilder.insertHtml method...value indicating whether formatting specified in DocumentBuilder...DocumentBuilder is used as base formatting for text imported from HTML....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Modify an Existing Style with Golang via C++|Do...

    Aspose.Cells is a C++ library for working with spreadsheet files that allows users to modify existing cell styles. This article will introduce how to modify an existing cell style with the Aspose.Cells library so that users can change the appearance of the cells as they need....same formatting options to cells, create a new formatting style... A formatting style object is a combination of formatting characteristics...

    docs.aspose.com/cells/go-cpp/modify-an-existing...
  5. Interop to aspose c# - Free Support Forum - asp...

    Hi . I ahve a legacy app which is working on interop . The flow is the word templates are in DB , via mail merge all the dynamic values are populated and then word is craeted (WITH Interop). I satrted with few margin , s…...functionality that preserves document formatting and handles fields reliably...with dynamic data. Preserve Formatting : Aspose.Words maintains...

    forum.aspose.com/t/interop-to-aspose-c/324832
  6. How to create .msg files using Aspose Email clo...

    I am fetching emails from my clients mailbox using ms graph and then saving them as .msg using Aspose Email Cloud API. Till now, I am able to handle the attachments and others. However, when I am trying to open the save…...body of the mail is not well formatted. The issues that I face in...spacing and lines. Any other formatting like, bold, italics, highlights...

    forum.aspose.com/t/how-to-create-msg-files-usin...
  7. Aspose.Words.Lists module | Aspose.Words for No...

    The Aspose.Words.Lists module contains classes for working with bulleted and numbered lists defined in a document....ListCollection Stores and manages formatting of bulleted and numbered...Allows to control what list formatting is applied to a paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::DocumentBuilderOptions::get_Cont...

    Aspose::Words::DocumentBuilderOptions::get_ContextTableFormatting method. True if the Formatting applied to table content does not affect the Formatting of the content that follows it. Default value is true in C++....matti method True if the formatting applied to table content...content does not affect the formatting of the content that follows it...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. DocumentBuilderOptions.ContextTableFormatting |...

    Discover the ContextTableFormatting property in DocumentBuilderOptions. Ensure table Formatting remains independent, enhancing your document's clarity and style....ContextTableFormatti property True if the formatting applied to table content...content does not affect the formatting of the content that follows it...

    reference.aspose.com/words/net/aspose.words/doc...
  10. fontType distinction is not available between a...

    Hi Team, I will briefly explain my use case. The code I am using: auto fontData = portionFormat->get_LatinFont(); if (fontData != nullptr) { fontFamily = fontData->get_FontName().ToUtf8String()…... The portion format properties such as get_FontBold()...the text formatting, not the source of that formatting . There...

    forum.aspose.com/t/fonttype-distinction-is-not-...