Sort Score
Result 10 results
Languages All
Labels All
Results 2,491 - 2,500 of 236,024 for

cells

(0.11 sec)
  1. Table.cellSpacing property | Aspose.Words for N...

    Table.Cellspacing property. Gets or sets the amount of space (in points) between the Cells....space (in points) between the cells. get cellSpacing () : number...spacing between individual cells in a table. let doc = new aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Round Points|Aspose.Words for JasperReports

    Aspose Words for JasperReports can try to round all the coordinates of objects in a report....page contents (namely – table cells) in the exported documents are...bean > Setting Style for Empty Cells Processing Images for HTML output...

    docs.aspose.com/words/jasperreports/round-points/
  3. 用C++显示和隐藏网格线及行列标题|Documentation

    本文提供使用C++ API或库通过编程隐藏或显示Excel工作表的网格线、行和列标题的示例代码。...Cells支持隐藏和显示工作表中默认情况下可见的网格线。它还提供了控制工作表的行列标题的可见性。...单元格都易于识别。 控制网格线的可见性 Aspose.Cells提供一个类 Workbook ,代表一个Microsoft...

    docs.aspose.com/cells/zh/cpp/show-and-hide-grid...
  4. Adding or Inserting a Row into Worksheet|Docume...

    This article introduces how to add or insert row in GridDesktop....Cells.GridDesktop. The basic difference...the steps below: Add Aspose.Cells.GridDesktop control to your...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  5. Get Max Range In A Worksheet with Golang via C+...

    This article describes how to get the max range, max data range, and max display range of Excel files with Aspose.Cells for C++ library....Cells for C++ contains different ways...Getting max range In Aspose.Cells, if the Row and Column objects...

    docs.aspose.com/cells/go-cpp/get-max-range-in-a...
  6. Manage Axes of Excel Charts with JavaScript via...

    Learn how to configure chart axes in Aspose.Cells for JavaScript via C++. Our guide will show you how to adjust the primary and secondary axes, set their ranges, and modify their properties to enhance your charts....Cells for JavaScript via C++ also...> < head > < title > Aspose.Cells Example - Chart Axes </ title...

    docs.aspose.com/cells/javascript-cpp/chart-axes/
  7. 使用 C++ 将特定工作表导出为 PDF|Documentation

    使用 Aspose.Cells 与 C++ 导出特定工作表为 PDF。...Cells 会将工作簿中所有 可见 工作表保存为一个 PDF 文件。使用...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/save-specified-wor...
  8. PreferredWidth class | Aspose.Words for Python

    aspose.words.tables.PreferredWidth class. Represents a value and its unit of measure that is used to specify the preferred width of a table or a cell...preferred width of a table or a cell. To learn more, visit the Working...builder . insert_cell () builder . write ( 'Cell #1' ) builder ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 使用C++访问和修改单元格富文本部分|Documentation

    学习如何通过Aspose.Cells for C++ API访问和更新单元格富文本的部分内容。...Cells允许您访问和更新单元格的富文本的部分。为此,您可以使用 Cell->GetCharacters()...Cell->GetCharacters() 和 Cell->SetCharacters() 方法。这些方法将返回并接受 FontSetting 对象数组...

    docs.aspose.com/cells/zh/cpp/access-and-update-...
  10. Encrypting Excel Files with C++|Documentation

    Learn how to encrypt and password protect Excel files using Aspose.Cells with C++....Cells allows you to encrypt and password‑protect...password. Encryption with Aspose.Cells The following example shows...

    docs.aspose.com/cells/cpp/encrypting-excel-files/