Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 216,052 for

formatting

(0.66 sec)
  1. ImportFormatMode enumeration | Aspose.Words for...

    aspose.words.ImportFormatMode enumeration. Specifies how Formatting is merged when importing content from another document....enumeration Specifies how formatting is merged when importing...this option specifies how formatting is resolved when both documents...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ImportFormatMode enumeration | Aspose.Words for...

    Aspose.Words.ImportFormatMode enumeration. Specifies how Formatting is merged when importing content from another document....enumeration Specifies how formatting is merged when importing...this option specifies how formatting is resolved when both documents...

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

    Configure run-merging behavior in Aspose.Words. Control how document runs with similar Formatting are combined for cleaner, optimized Word documents....when joining runs with same formatting. IgnoreRedundant { get; set;...when joining runs with same formatting. IgnoreSpacing { get; set;...

    reference.aspose.com/words/net/aspose.words/joi...
  4. Font.clear_formatting method | Aspose.Words for...

    Font.clear_Formatting method. Resets to default font Formatting....clear_formatting method clear_formatting() Resets to default...default font formatting. def clear_formatting ( self ): ... Remarks...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ImportFormatOptions.ignoreHeaderFooter property...

    ImportFormatOptions.ignoreHeaderFooter property. Gets or sets a boolean value that specifies that source Formatting of headers/footers content ignored if [ImportFormatMode.KeepSourceFormatting](../../importformatmode/#KeepSourceFormatting) mode is used...that specifies that source formatting of headers/footers content...specifies ignoring or not source formatting of headers/footers content...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Working with Fonts in C#|Aspose.Words for .NET

    Font Formatting in details using C#. Emphasis mark in C#. Get font line spacing using C#.... Font Formatting The current font formatting is represented...example shows how to set font formatting: Fill properties are also...

    docs.aspose.com/words/net/working-with-fonts/
  7. Aspose::Words::ImportFormatMode enum | Aspose.W...

    Aspose::Words::ImportFormatMode enum. Specifies how Formatting is merged when importing content from another document in C++....ImportFormatMode enum Specifies how formatting is merged when importing...this option specifies how formatting is resolved when both documents...

    reference.aspose.com/words/cpp/aspose.words/imp...
  8. Modify an Existing Style|Documentation

    Learn how to change styles in Excel with Microsoft Excel and with Aspose.Cells for Java API....same formatting options to cells, create a new formatting style... A formatting style object is a combination of formatting characteristics...

    docs.aspose.com/cells/java/modify-an-existing-s...
  9. Change the format of a cell with Golang via C++...

    How to use Aspose.Cells library in C++ to change the Formatting of cells, including font, color, border, etc. By adjusting these properties, you have more control over how cells look and appear....Change the format of a cell with Golang via C++ Contents [ Hide...change the format of a cell in Excel To change the format of a single...

    docs.aspose.com/cells/go-cpp/how-to-change-form...
  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-...