Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 150,870 for

2

(0.13 sec)
  1. CellFormat.fitText property | Aspose.Words for ...

    CellFormat.fitText property. If ``true``, fits text in the cell, compressing each paragraph to the width of the cell.... write ( "Row 1, Col 2" ); builder . endRow (); // Changing...insertCell (); builder . write ( "Row 2, Col 1" ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. XmlMapping.isMapped property | Aspose.Words for...

    XmlMapping.isMapped property. Returns ``true`` if the parent structured document tag is successfully mapped to XML data....#1</text><text>Text element #2</text></root>" ; let xmlPart =...#1</text><text>Text element #2</text></root>" ); // Create a...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. XmlMapping.xpath property | Aspose.Words for Py...

    XmlMapping.xpath property. Returns the XPath expression, which is evaluated to find the custom XML node that is mapped to the parent structured document tag....#1</text><text>Text element #2</text></root>' xml_part = doc...#1</text><text>Text element #2</text></root>' , xml_part . data...

    reference.aspose.com/words/python-net/aspose.wo...
  4. RowFormat.borders property | Aspose.Words for P...

    RowFormat.borders property. Gets the collection of default cell borders for the row.... write ( 'Row 1, Col 2' ) builder . end_row () # Changing...insert_cell () builder . write ( 'Row 2, Col 1' ) builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 管理单元格|Aspose.Slides for Node.js via .NET 文档

    PowerPoint 演示文稿中的表格单元格(使用 JavaScript)...如果我们合并两对单元格 (1, 1) 与 (2, 1) 以及 (1, 2) 与 (2, 2),得到的表格将带有编号。以下 JavaScript...( 5 ); } } // 合并单元格 (1, 1) x (2, 1) tbl . mergeCells ( tbl . get_Item...

    docs.aspose.com/slides/zh/nodejs-java/manage-ce...
  6. PDF to TIFF Conversion Produces Only Black & Wh...

    Environment Aspose.PDF Version: 21.6.0 Platform: .NET 3.0 Operating System: Windows / Linux Conversion Type: PDF → TIFF (Color) Issue Description We are facing a critical issue while converting PDF documents to TIFF f…...mukeshkanna December 29, 2025, 2:50pm 1 Environment Aspose.PDF...Discourse December 29, 2025, 2:51pm 2 @mukeshkanna Are you observing...

    forum.aspose.com/t/pdf-to-tiff-conversion-produ...
  7. CellFormat.FitText | Aspose.Words for .NET

    Discover the CellFormat FitText property, easily compress text to fit your cell's width, enhancing readability and presentation in your spreadsheets.... Write ( "Row 1, Col 2" ); builder . EndRow (); // Changing...InsertCell (); builder . Write ( "Row 2, Col 1" ); builder . InsertCell...

    reference.aspose.com/words/net/aspose.words.tab...
  8. XmlMapping.CustomXmlPart | Aspose.Words for .NET

    Discover the XmlMapping CustomXmlPart property, which links your structured document tags to custom XML data parts for enhanced document integration....#1</text><text>Text element #2</text></root>" ; CustomXmlPart...#1</text><text>Text element #2</text></root>" )); // Create a...

    reference.aspose.com/words/net/aspose.words.mar...
  9. CellFormat.fit_text property | Aspose.Words for...

    CellFormat.fit_text property. If ``True``, fits text in the cell, compressing each paragraph to the width of the cell.... write ( 'Row 1, Col 2' ) builder . end_row () # Changing...insert_cell () builder . write ( 'Row 2, Col 1' ) builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 在演示文稿中使用 C++ 管理表格单元格|Aspose.Slides 文档

    使用 Aspose.Slides for C++,轻松管理 PowerPoint 中的表格单元格。快速掌握访问、修改和样式设置,实现无缝幻灯片自动化。...of merged cell with RowSpan={2} and ColSpan={3} starting from...合并单元格中的编号 如果我们合并两对单元格 (1,1)×(2,1) 和 (1,2)×(2,2),得到的表格将会编号。下面的 C# 代码演示了该过程:...

    docs.aspose.com/slides/zh/cpp/manage-cells/