Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 215,164 for

formatting

(0.13 sec)
  1. Document Builder Overview in Python|Aspose.Word...

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

    docs.aspose.com/words/python-net/document-build...
  2. ImportFormatMode | Aspose.Words for Java

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

    reference.aspose.com/words/java/com.aspose.word...
  3. Row.RowFormat | Aspose.Words for .NET

    Discover the Row RowFormat property for easy access to customizable row Formatting options, enhancing your data presentation effortlessly....property Provides access to the formatting properties of the row. public...Examples Shows how to modify formatting of a table row. Document...

    reference.aspose.com/words/net/aspose.words.tab...
  4. Modify an Existing Style|Documentation

    Aspose.Cells is a .NET 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/net/modify-an-existing-st...
  5. How to Format Number as Currency|Documentation

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

    docs.aspose.com/cells/javascript-cpp/format-num...
  6. DocumentBuilderOptions class | Aspose.Words for...

    aspose.words.DocumentBuilderOptions class. Allows to specify additional options for the document building process....context_table_formatting True if the formatting applied to table...content does not affect the formatting of the content that follows...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Document::ExpandTableStylesToDir...

    Aspose::Words::Document::ExpandTableStylesToDirectFormatting method. Converts Formatting specified in table styles into direct Formatting on tables in the document in C++....tylesToD method Converts formatting specified in table styles...styles into direct formatting on tables in the document. void Aspose...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Aspose::Words::ImportFormatOptions::get_IgnoreH...

    Aspose::Words::ImportFormatOptions::get_IgnoreHeaderFooter method. Gets or sets a boolean value that specifies that source Formatting of headers/footers content ignored if KeepSourceFormatting mode is used. The default value is true in C++....that specifies that source formatting of headers/footers content...specifies ignoring or not source formatting of headers/footers content...

    reference.aspose.com/words/cpp/aspose.words/imp...
  9. ListFormat class | Aspose.Words for Python

    aspose.words.lists.ListFormat class. Allows to control what list Formatting is applied to a paragraph...Allows to control what list formatting is applied to a paragraph...numbered, it is said that list formatting is applied to the paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  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-...