Sort Score
Result 10 results
Languages All
Labels All
Results 3,611 - 3,620 of 241,712 for

aspose cells

(0.17 sec)
  1. ConditionalStyle.font property | Aspose.Words f...

    ConditionalStyle.font property. Gets the character formatting of the conditional style....@property def font ( self ) -> aspose . words . Font : ... Examples...builder . insert_cell () builder . write ( 'Cell 1' ) builder ....

    reference.aspose.com/words/python-net/aspose.wo...
  2. 使用C++加密和解密ODS文件|Documentation

    使用纯C++库Aspose.Cells for C++对ODS文件进行密码保护和加密。... Aspose.Cells允许加密和解密ODS文件。解密后的ODS文件可以...字段中键入所需的密码。 点击 确定 按钮以保存文件。 使用Aspose.Cells for C++加密ODS文件 要对ODS文件进行加密,加载文件并在保存之前将...

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...
  3. RevisionOptions.deleteCellColor property | Aspo...

    RevisionOptions.deleteCellColor property. Allows to specify the color to be used for deleted Cells [RevisionType.Deletion](../../../Aspose.words/revisiontype/#Deletion)...color to be used for deleted cells RevisionType.Deletion . Default.... get deleteCellColor () : Aspose . Words . Layout . RevisionColor...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Border Settings with C++|Documentation

    How to use the Aspose.Cells library in C++ to set the border style and color of Cells. By adjusting the width, style, and color of the border, you have more control over how Cells look and appear....Borders to Cells Microsoft Excel allows users to format cells by adding...added to the top position of a cell. Users can also modify the borders'...

    docs.aspose.com/cells/cpp/cells-border-settings/
  5. ConditionalStyle.paragraph_format property | As...

    ConditionalStyle.paragraph_format property. Gets the paragraph formatting of the conditional style....paragraph_format ( self ) -> aspose . words . ParagraphFormat :...builder . insert_cell () builder . write ( 'Cell 1' ) builder ....

    reference.aspose.com/words/python-net/aspose.wo...
  6. ConditionalStyleCollection.even_column_banding ...

    ConditionalStyleCollection.even_column_banding property. Gets the even column banding style....even_column_banding ( self ) -> aspose . words . ConditionalStyle...builder . insert_cell () builder . write ( 'Cell 1' ) builder ....

    reference.aspose.com/words/python-net/aspose.wo...
  7. ConditionalStyleCollection.even_row_banding pro...

    ConditionalStyleCollection.even_row_banding property. Gets the even row banding style....even_row_banding ( self ) -> aspose . words . ConditionalStyle...builder . insert_cell () builder . write ( 'Cell 1' ) builder ....

    reference.aspose.com/words/python-net/aspose.wo...
  8. 使用C++控制工作表标签栏的方法|Documentation

    学习如何通过Aspose.Cells for C++ API控制工作表标签栏。...Aspose.Cells支持这些功能。Aspose.Cells提供以下属性和方法帮助你实现目标。...GetFirstVisibleTab() ** 使用Aspose.Cells for C++控制工作表标签栏的方法** 此示例演示如何:...

    docs.aspose.com/cells/zh/cpp/how-to-control-she...
  9. Configuring Fonts for Rendering Spreadsheets wi...

    Learn how to configure fonts for rendering spreadsheets to images, PDF, and XPS formats using Aspose.Cells for C++....Possible Usage Scenarios Aspose.Cells APIs provide the facility...required fonts are not present, Aspose.Cells APIs will attempt to substitute...

    docs.aspose.com/cells/cpp/configuring-fonts-for...
  10. Generate Conditional Formatting DataBars Images...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports the generation of conditionally formatted data bars and images, allowing users to customize the display of the spreadsheet based on the value of the Cells. This article will introduce how to use the Aspose.Cells library to generate conditionally formatted data bars and images.... You can use Aspose.Cells DataBar.ToImage() method...generate a DataBar image using Aspose.Cells. The following sample code...

    docs.aspose.com/cells/cpp/generate-conditional-...