Sort Score
Result 10 results
Languages All
Labels All
Results 4,001 - 4,010 of 153,248 for

2

(0.2 sec)
  1. out_delete.xlsx

    Sheet1 Fruit Count Apple 5 Mango 3 Blackberry 6 Cherry 4 Guava 5 Carambola 2 Banana 20 Fruit Sum of Count Banana 20 Blackberry 6 Apple 5 Guava 5 Cherry 4 Mango 3 Carambola 2 Grand Total 45 Evaluati......6 Cherry 4 Guava 5 Carambola 2 Banana 20 Fruit Sum of Count Banana...5 Cherry 4 Mango 3 Carambola 2 Grand Total 45 Evaluation Warning...

    docs.aspose.com/cells/tr/net/add-or-clear-pivot...
  2. out_delete.xlsx

    Sheet1 Fruit Count Apple 5 Mango 3 Blackberry 6 Cherry 4 Guava 5 Carambola 2 Banana 20 Fruit Sum of Count Banana 20 Blackberry 6 Apple 5 Guava 5 Cherry 4 Mango 3 Carambola 2 Grand Total 45 Evaluati......6 Cherry 4 Guava 5 Carambola 2 Banana 20 Fruit Sum of Count Banana...5 Cherry 4 Mango 3 Carambola 2 Grand Total 45 Evaluation Warning...

    docs.aspose.com/cells/fr/cpp/add-or-clear-pivot...
  3. 修改脚注内容序号的颜色 - Free Support Forum - aspose.com

    for (Paragraph paragraph : footnote.getParagraphs()) { paragraph.getParagraphFormat().setStyleIdentifier(StyleIdentifier.NORMAL); for (Run run : paragraph.getRuns()) { run.getFont().setColor(Color.…...words-java Crane March 28, 2025, 2:21pm 1 for (Paragraph paragraph...deryushev March 28, 2025, 4:21pm 2 Answer How to modify footnote...

    forum.aspose.com/t/topic/310540
  4. Triangulation of a Simple Polygon|Documentation

    Using Aspose.3D for .NET API, developers can triangulate a simple polygon. Any polygon can be divided into triangles. All of the operations and calculations for triangles can be piecewise applied to the polygon.... Format ( "#{0}: {1} {2}" , Index , X , Y ); } } class...} else if ( points . Count == 2 ) { // Draw virtual triangle PointF...

    docs.aspose.com/3d/net/triangulation-of-a-simpl...
  5. Working with Linear Extrusion|Documentation

    Aspose.3D for Node.js via Java offers LinearExtrusion class, which takes a 2D shape as an input and extends the shape in the 3rd dimension....LinearExtrusion ( profile , 2 ); extrusion1 . setSlices ( 2 ); left . createChildNode... LinearExtrusion ( profile , 2 ); extrusion2 . setSlices ( 10...

    docs.aspose.com/3d/nodejs-java/working-with-lin...
  6. PPT文檔圖表通過C++ | products.aspose.com

    C++ 示例代碼,用於在 Windows 32 位、Windows 64 位和 Linux 64 位的 C++ 運行時環境中繪製和轉換 PPT 文件中的圖表或圖表。...e, 0 , 2 , ObjectExt::Box<System::String>(u "Series 2" )), chart->get_Type());...de, 2 , 0 , ObjectExt::Box<System::String>(u "Category 2" )));...

    products.aspose.com/slides/zh-hant/cpp/chart/ppt/
  7. ChartSeries.explosion property | Aspose.Words f...

    ChartSeries.explosion property. Specifies the amount the data point shall be moved from the center of the pie...toEqual ( "Series 2" ); expect ( chart . series . at ( 2 ). name ).... at ( 1 ). dataLabels . at ( 2 ); dataLabel . format . fill ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Table.setBorders method | Aspose.Words for Node.js

    Table.setBorders method. Sets all table borders to the specified line style, width and color.... Single , 2.0 , "#000000" ); // Create a row...builder . writeln ( "Row 1, Cell 2." ); builder . endRow (); // Reset...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Table.SetBorders | Aspose.Words for .NET

    Customize your tables effortlessly with the SetBorders method, adjusting line style, width, and color for a polished, professional look.... Single , 2.0 , Color . Black ); // Create...builder . Writeln ( "Row 1, Cell 2." ); builder . EndRow (); // Reset...

    reference.aspose.com/words/net/aspose.words.tab...
  10. ControlChar | Aspose.Words for Java

    Control characters often encountered in documents in Java....assertEquals(2, doc.getFirstSection().getBody()...getPageSetup().getTextColumns().setCount(2); // We can use a control character...

    reference.aspose.com/words/java/com.aspose.word...