Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 150,852 for

2

(0.37 sec)
  1. CellFormat.WrapText | Aspose.Words for .NET

    Discover the CellFormat WrapText property to enhance your spreadsheet's readability by automatically wrapping text in cells for a cleaner look.... 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...
  2. XmlMapping.delete method | Aspose.Words for Nod...

    XmlMapping.delete method. Deletes mapping of the parent structured document 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.is_mapped property | Aspose.Words fo...

    XmlMapping.is_mapped property. Returns ``True`` if the parent structured document tag is successfully mapped to XML data....#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. 在演示文稿中使用 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/
  5. ChartDataPoint | Aspose.Words for Java

    Allows to specify formatting of a single data point on the chart in Java....assertEquals("Series 2", chart.getSeries().get(1).getName());...assertEquals("Series 3", chart.getSeries().get(2).getName()); // Emphasize the...

    reference.aspose.com/words/java/com.aspose.word...
  6. RowFormat.height property | Aspose.Words for Py...

    RowFormat.height property. Gets or sets the height of the table row in points....write ( 'Header Row, \n Cell 2' ) builder . insert_cell () builder...builder . write ( 'Row 1, Cell 2.' ) builder . insert_cell () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Cut and Paste Range with JavaScript via C++|Doc...

    Learn how to cut and paste cells within a worksheet using Aspose.Cells for JavaScript via C++....zero-based; C is column 2) worksheet . cells . get ( 0 , 2 ). value = 1...( 1 , 2 ). value = 2 ; worksheet . cells . get ( 2 , 2 ). value...

    docs.aspose.com/cells/javascript-cpp/cut-and-pa...
  8. How to Use Aspose.Tasks for Java Reporting Serv...

    Learn how to utilize Aspose.Tasks for Java-based reporting services within your project....mpp" ); 2 project. saveReport ( "ProjectOverView...Project( "OzBuild 16 Orig.mpp" ); 2 project. saveReport ( "ResourceCostOverview...

    docs.aspose.com/tasks/java/reporting-services/
  9. Aspose::Words::Drawing::Charts::ChartDataLabel:...

    Aspose::Words::Drawing::Charts::ChartDataLabel::get_Left method. Gets or sets the distance of the data label in points from the left edge of the chart or from the position specified by its Position property, depending on the value of the LeftMode property in C++....titleAreaHeight ) / 2 ; const double doughnutCenterX = chartWidth / 2.0 ; const...doughnutCenterY - yMargin - labelHeight / 2 ; // Because the data points start...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Add PDF Page Stamps in PDF|Aspose.PDF for C++

    Add a page stamp to a PDF file using the PdfPageStamp class with C++....input document and we want apply 2 kinds of border with blue and..._dataDir + pageStampFileName , 2 ); plumPageStamp -> set_Height...

    docs.aspose.com/pdf/cpp/page-stamps-in-the-pdf-...