Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 219,493 for

formatting

(0.1 sec)
  1. 使用C++添加双色标度和三色标度条件格式|Documentation

    如何在C++中使用Aspose.Cells库为两个颜色比例和三个颜色比例添加条件格式。通过调整这些条件,您可以更好地控制单元格的外观和显示。...2-Color Scale Conditional Formatting CellArea ca = CellArea ::...3-Color Scale Conditional Formatting ca = CellArea :: CreateCellArea...

    docs.aspose.com/cells/zh/cpp/adding-2-color-sca...
  2. Aspose::Words::ConditionalStyle::get_ParagraphF...

    Aspose::Words::ConditionalStyle::get_ParagraphFormat method. Gets the paragraph Formatting of the conditional style in C++....method Gets the paragraph formatting of the conditional style...// Conditional styles are formatting changes that affect only...

    reference.aspose.com/words/cpp/aspose.words/con...
  3. FieldTA.isBold property | Aspose.Words for Node.js

    FieldTA.isBold property. Gets or sets whether to apply bold Formatting to the page number for the entry....sets whether to apply bold formatting to the page number for the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DocumentBase.import_node method | Aspose.Words ...

    aspose.words.DocumentBase.import_node method...USE_DESTINATION_STYLES option to resolve formatting. Importing a node creates...is_import_children, import_format_mode) Imports a node from another...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartNumberFormat class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartNumberFormat class. Represents number Formatting of the parent element...ChartNumberFormat class Represents number formatting of the parent element. To...Description format_code Gets or sets the format code applied...

    reference.aspose.com/words/python-net/aspose.wo...
  6. WarningType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.WarningType enum, which categorizes warnings during document loading or saving, enhancing your document management experience....MajorFormattingLoss 100 Generic major formatting loss, no specific code. ...MinorFormattingLoss 10000 Generic minor formatting loss, no specific code. FontSubstitution...

    reference.aspose.com/words/net/aspose.words/war...
  7. Aspose::Words::StyleCollection::get_DefaultPara...

    Aspose::Words::StyleCollection::get_DefaultParagraphFormat method. Gets document default paragraph Formatting in C++....document default paragraph formatting. System :: SharedPtr < Aspose...OOXML formats ( Docx ) only. Earlier document formats have no...

    reference.aspose.com/words/cpp/aspose.words/sty...
  8. Font.Color | Aspose.Words for .NET

    Discover the Font Color property to easily customize text colors in your designs. Enhance readability and aesthetics with vibrant, eye-catching hues!...Examples Shows how to insert formatted text using DocumentBuilder...( doc ); // Specify font formatting, then add text. Aspose ....

    reference.aspose.com/words/net/aspose.words/fon...
  9. ConditionalStyle.shading property | Aspose.Word...

    ConditionalStyle.shading property. Gets a [Shading](../../shading/) object that refers to the shading Formatting for this conditional style....that refers to the shading formatting for this conditional style...# Conditional styles are formatting changes that affect only...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Join Tables in C++|Aspose.Words for C++

    Advanced table manipulations. How to merge two tables into one C++. Join tables using C++.... Q: Will the formatting of the original rows be preserved...cloned with Clone(true) , all formatting, cell widths, and styles...

    docs.aspose.com/words/cpp/join-tables/