Sort Score
Result 10 results
Languages All
Labels All
Results 3,251 - 3,260 of 155,282 for

2

(0.71 sec)
  1. GeneralFormatCollection.add method | Aspose.Wor...

    GeneralFormatCollection.add method. Adds a general format to the collection....insert_field ( '= 2 + 3' ) self . assertEqual ( '= 2 + 3' , field...update () self . assertEqual ( '= 2 + 3 \\ # $###.00' , field . get_field_code...

    reference.aspose.com/words/python-net/aspose.wo...
  2. GeneralFormatCollection.remove method | Aspose....

    GeneralFormatCollection.remove method. Removes all occurrences of the specified general format from the collection....insert_field ( '= 2 + 3' ) self . assertEqual ( '= 2 + 3' , field...update () self . assertEqual ( '= 2 + 3 \\ # $###.00' , field . get_field_code...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Markup::XmlMapping::Delete metho...

    Aspose::Words::Markup::XmlMapping::Delete method. Deletes mapping of the parent structured document to XML data in C++....#1</text><text>Text element #2</text></root>" ; System :: SharedPtr...#1</text><text>Text element #2</text></root>" , System :: Text...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. The position of number in △ is changing after P...

    Hello Team, When trying to convert Word file into pdf, Inside the document, the position of number inside △ is changing after pdf conversion. kindly find the attached screenshot for your reference....Product Family Manish7320 April 2, 2026, 11:56am 1 Hello Team, When...KB alexey.noskov April 2, 2026, 12:08pm 2 @Manish7320 Could you...

    forum.aspose.com/t/the-position-of-number-in-is...
  5. Werk Met Kaarte in C++|Aspose.Words vir C++

    Inleiding Tot Grafiek funksie, hoe om kaarte te skep en te manipuleer met behulp van C++....Category 1" , u "AW Category 2" }); // Adding new series. Value...:: MakeArray < double > ({ 1 , 2 })); auto series2 = seriesColl...

    docs.aspose.com/words/af/cpp/how-to-set-fill-an...
  6. Create Polygon In Mesh|Documentation

    Aspose.3D for Java allows creating a polygon in a mesh....createPolygon(new int[] { 0, 1, 2 }); //The new overloads doesn't...mesh . createPolygon ( 0 , 1 , 2 ); //Or You can create a polygon...

    docs.aspose.com/3d/java/create-polygon-in-mesh/
  7. 给模板文件中的数据透视表pivot加筛选器fitler出现问题 - Free Support ...

    SyntaxEditor Code Snippet var wb=new Workbook(@“F:\mao\2items\7.1\05报表模块\warehouse\alarm_3.xlsx”); var pivot=wb.Worksheets[0].PivotTables[0]; var rowField=pivot.RowFields[“device_name”]; rowField.GetFilters().Count()…...Dump();//2 rowField.FilterByValue(13,PivotFilterType...PivotFilterType.ValueGreaterThan,2,0); rowField.GetFilters().Count()...

    forum.aspose.com/t/pivot-fitler/319909
  8. 3D 图表|Aspose.Slides for Node.js via .NET 文档

    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....defaultWorksheetInde , 0 , 2 , "Series 2" ), chart . getType ());...defaultWorksheetInde , 2 , 0 , "Caetegoty 2" )); chart . getChartData...

    docs.aspose.com/slides/zh/nodejs-java/3d-chart/
  9. 使用 Java 在演示文稿中自定义 3D 图表|Aspose.Slides 文档

    了解如何在 Aspose.Slides for Java 中创建和自定义 3-D 图表,支持 PPT 和 PPTX 文件——提升您的演示文稿。...defaultWorksheetInde , 0 , 2 , "Series 2" ), chart . getType ());...defaultWorksheetInde , 2 , 0 , "Caetegoty 2" )); chart . getChartData...

    docs.aspose.com/slides/zh/java/3d-chart/
  10. DocumentBuilder.EndRow | Aspose.Words for .NET

    Effortlessly end table rows in your documents with DocumentBuilder's EndRow method. Streamline your formatting and enhance document clarity!... Write ( "Row 1, Col 2" ); builder . EndRow (); // Changing...InsertCell (); builder . Write ( "Row 2, Col 1" ); builder . InsertCell...

    reference.aspose.com/words/net/aspose.words/doc...