Sort Score
Result 10 results
Languages All
Labels All
Results 5,401 - 5,410 of 153,328 for

2

(0.6 sec)
  1. Move PDF Pages|Aspose.PDF for Java

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for Java.... get_Item ( 2 ); dstDocument . getPages ()....srcDocument . getPages (). delete ( 2 ); srcDocument . save ( dstFileName...

    docs.aspose.com/pdf/java/move-pages/
  2. Create Polygon In Mesh|Documentation

    Aspose.3D for Python via .NET allows creating a polygon in a mesh. In order to use the functionality, the API offers CreatePolygon method of Mesh class....([ 0 , 1 , 2 ]) mesh . create_polygon ( 0 , 1 , 2 ) Convert Mesh...

    docs.aspose.com/3d/python-net/create-polygon-in...
  3. Display Bullets by setting Cell Value using HTM...

    Add bullets to Excel Cells using HTML and the easy to use Aspose.Cells for C++ API....0pt;color:#009DD9;mso-font-charset:2;'>l</font>" u "<font style='f...:top;text-align:left;'> Text 2 </font>" u "<font style='font...

    docs.aspose.com/cells/cpp/display-bullets-by-se...
  4. RevisionGroup | Aspose.Words for Java

    Represents a group of sequential Revision objects in Java....type: {1} \n\tRevision text: {2}", group.getAuthor(), group.getRevisionType()...type: {1} \n\tRevision text: {2}", group.getAuthor(), group.getRevisionType()...

    reference.aspose.com/words/java/com.aspose.word...
  5. Copying formulas with cell referecing other she...

    Hi, I have a workbook with following formula in cell G3 in Sheet1 which is referencing Sheet2. When I try to copy this formula to cell C3 in Sheet1, the relative cell reference part is the same as source and won’t ajust…...Discourse September 29, 2025, 1:57am 2 @wwu To achieve the expected behavior...know! wwu September 29, 2025, 2:03am 3 I am afraid for this use...

    forum.aspose.com/t/copying-formulas-with-cell-r...
  6. Section Break as revision - How to get that spe...

    Hello Aspose Team, I have a specific situation in my Word file: I need to find revisions which are actually Section Breaks and then accept those revisions programmatically. I am using Java and Aspose.Words. Is there a …...Family words-java NevenaB December 2, 2025, 9:40am 1 Hello Aspose Team...Professionalize.Discourse December 2, 2025, 9:42am 2 @NevenaB Solution Iterate...

    forum.aspose.com/t/section-break-as-revision-ho...
  7. Cast and Receive Shadows on 3D Geometries|Docum...

    Generally, some 3D file formats can store shadow related settings in geometry like FBX. Using Aspose.3D for .NET, developers can render an image by mapping shadows from the viewpoint of a light source. The image quality depends on the light source, elevation angle and distance between the camera and geometric objects.... PI * 2 )). ToMesh (); Node torus = scene... Translation = new Vector3 ( 2 , 1 , 1 ); { // Create a blue...

    docs.aspose.com/3d/net/cast-and-receive-shadows...
  8. Move PDF Pages programmatically C++|Aspose.PDF ...

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for C++....-> get_Pages () -> idx_get ( 2 ); dstDocument -> get_Pages ()...srcDocument -> get_Pages () -> Delete ( 2 ); srcDocument -> Save ( dstFileName...

    docs.aspose.com/pdf/cpp/move-pages/
  9. Eliminate Extra spacing\lines in MS Word before...

    Hello We use MS Word Template with xml data to create pdfs using Aspose. Currently we are facing an issue when we assemble multiple Word Templates together before mailmerge. Looking to see how to eliminate the extra li…...Family WCBP4DocGenUser January 2, 2026, 3:47pm 1 Hello We use MS...between the 2 black banded sections which are coming from 2 MS Word...

    forum.aspose.com/t/eliminate-extra-spacing-line...
  10. ChartSeries.name property | Aspose.Words for Py...

    ChartSeries.name property. Gets or sets the name of the series, if name is not set explicitly it is generated using index... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Apply data labels...

    reference.aspose.com/words/python-net/aspose.wo...