Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 212,631 for

formatting

(0.07 sec)
  1. Document Builder Overview in C++|Aspose.Words f...

    DocumentBuilder allows you to build dynamic documents from scratch or add new elements to existing ones using C++. DocumentBuilder provides methods to insert text, checkboxes, tables, images, and other content elements in C++....fonts, paragraph or section formatting, and perform other operations...easily insert content and formatting. Operations that are possible...

    docs.aspose.com/words/cpp/document-builder-over...
  2. Copy Range Data with Style|Documentation

    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....copy a range complete with formatting. This article explains how...Style object with specified formatting attributes. Applies the style...

    docs.aspose.com/cells/net/copy-range-data-with-...
  3. ImportFormatMode Enum | Aspose.Words for .NET

    Discover how Aspose.Words.ImportFormatMode enhances document Formatting by seamlessly merging styles from imported content for optimal results....enumeration Specifies how formatting is merged when importing...this option specifies how formatting is resolved when both documents...

    reference.aspose.com/words/net/aspose.words/imp...
  4. HtmlInsertOptions | Aspose.Words for Java

    Specifies options for the MAspose.Words.DocumentBuilder.InsertHtmlSystem.StringAspose.Words.HtmlInsertOptions method in Java....USE_BUILDER_FORMATTING Use font and paragraph formatting specified...in DocumentBuilder as base formatting for text inserted from HTML...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose::Words::Tables::Row::get_RowFormat metho...

    Aspose::Words::Tables::Row::get_RowFormat method. Provides access to the Formatting properties of the row in C++....method Provides access to the formatting properties of the row. System...Examples Shows how to modify the format of rows and cells in a table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  6. Copy Range Style Only with C++|Documentation

    Learn how to copy only the style of a range in Excel using Aspose.Cells with C++....its own or complete with formatting. It is also possible to copy...copy only the formatting. This article shows how. This example...

    docs.aspose.com/cells/cpp/copy-range-style-only/
  7. Document.join_runs_with_same_formatting method ...

    Document.join_runs_with_same_Formatting method. Joins runs with same Formatting in all paragraphs of the document....join_runs_with_same_formatting method join_runs_with_same_formatting() Joins...Joins runs with same formatting in all paragraphs of the document...

    reference.aspose.com/words/python-net/aspose.wo...
  8. How to Format Number to Special|Documentation

    This article will introduce how to Format Number to Special using Aspose.Cells for JavaScript via C++ API....How to Format Number to Special Contents [ Hide ] Possible Usage...Usage Scenarios Formatting numbers to a special format in Excel is...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  9. Setting a table font issue - Free Support Forum...

    I found that if I just did: Table table1 = builder.StartTable(); builder.InsertCell().CellFormat.Borders.LineStyle = LineStyle.None; //table1.Style = document.Styles["tableStyle"]; builder.InsertParagraph(); b…...several ways to apply font formatting. Set default font across...table. Specify explicit font formatting in DocumentBuilder : Document...

    forum.aspose.com/t/setting-a-table-font-issue/3...
  10. Copy Range Data Only with Golang via C++|Docume...

    Learn how to copy range data only without Formatting using Aspose.Cells with Golang via C++....copying the data only, not the formatting. Aspose.Cells offers this...specified formatting attributes. Apply the style formatting to the...

    docs.aspose.com/cells/go-cpp/copy-range-data-only/