Sort Score
Result 10 results
Languages All
Labels All
Results 6,621 - 6,630 of 246,428 for

cells

(0.5 sec)
  1. LayoutEnumerator.move_next_logical method | Asp...

    LayoutEnumerator.move_next_logical method. Moves to the next sibling entity in a logical order....Layout entities are pages, cells, rows, lines, and other objects...

    reference.aspose.com/words/python-net/aspose.wo...
  2. LayoutEnumerator.move_previous_logical method |...

    LayoutEnumerator.move_previous_logical method. Moves to the previous sibling entity in a logical order....Layout entities are pages, cells, rows, lines, and other objects...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CompatibilityOptions.DoNotSnapToGridInCell | As...

    Discover how to disable the 'Do Not Snap to Grid' feature in table Cells, enhancing your document layout and object placement for better design control....Snap to Document Grid in Table Cells with Objects. public bool DoNotSnapToGridInCel...

    reference.aspose.com/words/net/aspose.words.set...
  4. 如何添加数据条条件格式|Documentation

    如何使用 Aspose.Cells for Python via .NET 库应用 Data Bars 条件格式。通过调整这些条件,您可以更好地控制单元格的外观和显示方式。...Cells for Python via .NET 添加 Data...Data Bars 条件格式 Aspose.Cells for Python via .NET 完全支持在 XLSX 格式中,运行时对...

    docs.aspose.com/cells/zh/python-net/how-to-add-...
  5. How to Fit Image to Cell Width in Aspose.Cells ...

    Hello, I’m trying to fit images to the width of a cell. Currently, I’m using the following code: C# foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { s.AspectRatioLocked = true; s.Width = 100; // This …...How to Fit Image to Cell Width in Aspose.Cells Instead of Fixed...Fixed Width? Aspose.Cells Product Family e.scanlan October 22, 2025...

    forum.aspose.com/t/how-to-fit-image-to-cell-wid...
  6. Print area is not honored - Free Support Forum ...

    Hello, We are experiencing PDF export differences when rendering with Aspose.Cells. Excel document which has Print Area specified is being rendered differently compared with Excel print. It does not matter if we select …...Cells Product Family cells-net dennis.abreo...when rendering with Aspose.Cells. Excel document which has Print...

    forum.aspose.com/t/print-area-is-not-honored/32...
  7. Chart labels are rendered incorrectly when conv...

    Hi Aspose team, I’m trying to convert a range of Cells in excel that contains a chart to an EMF image using the following code: //Load the Excel file Workbook workbook = new Workbook(dir + @"\Test_07312025\Chart_templa…...Cells Product Family words-net JThomas98...trying to convert a range of cells in excel that contains a chart...

    forum.aspose.com/t/chart-labels-are-rendered-in...
  8. Extract Text and Images from XLSM File Online a...

    Online XLSM file parser app. Java API code to extract text in rows and Cells from XLSM spreadhseets....Iterator class Iterate through each cell and extract information Java...app or utility? With Aspose.Cells for Java a child API of Aspose...

    products.aspose.com/total/java/parse/xlsm/
  9. Extract Text and Images from XLSB File Online a...

    Online XLSB file parser app. Java API code to extract text in rows and Cells from XLSB spreadhseets....Iterator class Iterate through each cell and extract information Java...app or utility? With Aspose.Cells for Java a child API of Aspose...

    products.aspose.com/total/java/parse/xlsb/
  10. Trying to create a word-like text box in PDF - ...

    Hi, I’m trying to create a word-like text box in a PDF document. I was able to do it in a Word file (using aspose of course), but don’t know how to do it in PDF. This text box needs to have a small picture, a text and …...left: how can we make the table cell background color become semi-transparent...// set the border for table cells table.setDefaultCellBorder(new...

    forum.aspose.com/t/trying-to-create-a-word-like...