Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 157,248 for

2

(0.37 sec)
  1. Working with Cylinder|Documentation

    Aspose.3D for Node.js via Java allows customizing Offset Top of a cylinder. In order to use this functionality, you can use setOffsetTop() method of Cylinder class.... Cylinder ( 2 , 2 , 10 , 20 , 1 , false ); //...aspose . threed . Cylinder ( 2 , 2 , 10 , 20 , 1 , false ); //...

    docs.aspose.com/3d/nodejs-java/working-with-cyl...
  2. Manage Table Cells in Presentations with Python...

    Effortlessly manage table cells in PowerPoint and OpenDocument with Aspose.Slides for Python via .NET. Master accessing, modifying, and styling cells quickly for seamless slide automation....example, (1, 1) x (2, 1) and (1, 2) x (2, 2)—the resulting table...row_heights ) # Merge cells (1,1) and (2,1). table . merge_cells ( table...

    docs.aspose.com/slides/python-net/manage-cells/
  3. 与气缸一起工作|Documentation

    Aspose.3D for Node.js via Java 允许自定义圆柱体的偏移顶部。为了使用此功能,您可以使用Cylinder类的setOffsetTop() 方法。... Cylinder ( 2 , 2 , 10 , 20 , 1 , false ); //...aspose . threed . Cylinder ( 2 , 2 , 10 , 20 , 1 , false ); //...

    docs.aspose.com/3d/zh/nodejs-java/working-with-...
  4. RowCollection | Aspose.Words for Java

    Provides typed access to a collection of Row nodes in Java....assertEquals(2, tables.toArray().length); for...write("Run 1. "); builder.write("Run 2. "); // Every invocation of the...

    reference.aspose.com/words/java/com.aspose.word...
  5. PdfSaveOptions.saveFormat property | Aspose.Wor...

    PdfSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...serve as TOC entries of levels 1, 2, and then 3. builder . paragraphFormat...builder . writeln ( "Heading 1.2" ); builder . paragraphFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose.PDF Java HTML-to-PDF duplicates most bod...

    Simple test as shown below results in most of the html’s body being duplicated. Oddly, the majority of the body in the resulting PDF is included twice in a row. HTML displays find in browser. What am I doing wrong? B…...ilyazhuykov March 24, 2026, 10:19am 2 @aweber1nj1 Hi, terribly sorry...investigate the issue ilyazhuykov April 2, 2026, 9:21am 6 @aweber1nj1 Thank...

    forum.aspose.com/t/aspose-pdf-java-html-to-pdf-...
  7. Cloned Placeholder Shape Loses Image and Custom...

    Aspose Team, We convert individual items in PPTX to images using aspose slides cpp. We have attached a cpp file and 2 presentation files, demonstrating the following two issues we are currently facing. Issue 2: Cloning…...have attached a cpp file and 2 presentation files, demonstrating...we are currently facing. Issue 2: Cloning shapes with base placeholder...

    forum.aspose.com/t/cloned-placeholder-shape-los...
  8. ChartDataLabel.left property | Aspose.Words for...

    ChartDataLabel.left property. 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 [ChartDataLabel.position](../position/) property, depending on the value of the [ChartDataLabel.leftMode](../leftMode/) property....titleAreaHeight ) / 2 ; const doughnutCenterX = chartWidth / 2 ; const labelHeight...doughnutCenterY - yMargin - labelHeight / 2 ; // Because the data points start...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Adding Custom Labels to Data Points in the Seri...

    Learn how to add custom labels to data points in the series of a chart using Aspose.Cells for JavaScript via C++. This guide will demonstrate how to modify labels' appearance, position, and formatting, while linking them to your data source for accurate representation.... value = 2 ; sheet . cells . get ( 0 , 2 ). value = 3 ;...get ( 1 , 2 ). value = 6 ; sheet . cells . get ( 2 , 0 ). value...

    docs.aspose.com/cells/javascript-cpp/adding-cus...
  10. Merge Cells|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... merge ( 5 , 2 , 2 , 3 ); //Input data into the...worksheet . getCells (). get ( 5 , 2 ). setValue ( "This is a test...

    docs.aspose.com/cells/java/merge-cells/