Sort Score
Result 10 results
Languages All
Labels All
Results 4,531 - 4,540 of 153,283 for

2

(0.47 sec)
  1. 在C++中使用图表|Aspose.Words对于C++

    图表特性介绍,如何使用C++创建和操作图表....Category 1" , u "AW Category 2" }); // Adding new series. Value...:: MakeArray < double > ({ 1 , 2 })); auto series2 = seriesColl...

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

    Aspose.3D for .NET allows creating a polygon in a mesh. In order to use the functionality, the API offers CreatePolygon method of Mesh class....CreatePolygon ( new int [] { 0 , 1 , 2 }); //The old CreatePolygon needs...mesh . CreatePolygon ( 0 , 1 , 2 ); //The new overloads doesn't...

    docs.aspose.com/3d/net/create-polygon-in-mesh/
  3. ChartLegend.LegendEntries | Aspose.Words for .NET

    Explore the ChartLegend LegendEntries property to access a comprehensive collection of legend entries for all series and trendlines in your chart...."AW Category 1" , "AW Category 2" }; ChartSeries series1 = series...double [] { 1 , 2 }); series . Add ( "Series 2" , categories ...

    reference.aspose.com/words/net/aspose.words.dra...
  4. There is a gap between the footer added to the ...

    I use Aspose.pdf for NET 25.8 to add a footer to a PDF. There is always a gap between the added footer and the bottom of the page void Main() { InitCoreComponent(); // Open PDF document var document = new Aspose.Pdf…...aspose-pdf-net sullivan August 29, 2025, 2:44pm 1 I use Aspose.pdf for NET...Save(@"C:\Users\54390\Desktop\inxun\2\output.pdf"); } Demo file demo...

    forum.aspose.com/t/there-is-a-gap-between-the-f...
  5. Aspose.3D Create mesh from linear extrusion | p...

    Learn how to create a mesh using linear extrusion on a 2D shape...png //ExStepSummary:2: The following code demonstrates...different sub mesh. //ExStepImage:2:step-2.png //ExStart //ExStep:0-...

    products.aspose.com/3d/tutorial/split-mesh-usin...
  6. SectionCollection class | Aspose.Words for Node.js

    Aspose.Words.SectionCollection class. A collection of [Section](../section/) objects in the document... write ( "Section 2" ); expect ( doc . getText ()...toEqual ( "Section 1\u000cSection 2" ); // Delete the first section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Lists::ListLevel::get_RestartAft...

    Aspose::Words::Lists::ListLevel::get_RestartAfterLevel method. Sets or returns the list level that must appear before the specified list level restarts numbering in C++....( u "Heading 1" )); // Level 2 labels will display the current...get_ListLevels () -> idx_get ( 2 ) -> set_NumberFormat ( u "- \x0002...

    reference.aspose.com/words/cpp/aspose.words.lis...
  8. Aspose::Words::Lists::ListLevel::get_LinkedStyl...

    Aspose::Words::Lists::ListLevel::get_LinkedStyle method. Gets or sets the paragraph style that is linked to this list level in C++....( u "Heading 1" )); // Level 2 labels will display the current...get_ListLevels () -> idx_get ( 2 ) -> set_NumberFormat ( u "- \x0002...

    reference.aspose.com/words/cpp/aspose.words.lis...
  9. Field.update method | Aspose.Words for Python

    aspose.words.fields.Field.update method...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...
  10. Tagged PDF: Placement, Padding, and BBox on Str...

    Product / Version: Aspose.PDF for .NET v26.x Runtime: .NET (I can provide exact framework/runtime if needed) Evaluation: I’m currently selecting a product to generate structured (tagged) PDFs and need guidance before f…...[] { 20, 20, 20, 20 }) Div #2 : created/retrieved Layout attributes...Padding (4‑number array). Div #2: BBox via SetRectangleValue(new...

    forum.aspose.com/t/tagged-pdf-placement-padding...