Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 37,077 for

index

(0.22 sec)
  1. Merge materials and split mesh in sub-meshes ba...

    We are working with huge 3D mesh objects and are evaluating the Aspose library. We Aspose reads the obj or fbx files we get 1 Mesh ChildNode with a million materials. When using Assimp we get 4 meshes and 4 materials. H…...FileName)) { var index = meshes.Count; meshes[tex.FileName]...FileName] = new() { Index = index, Uvs = [], Trimesh = new()...

    forum.aspose.com/t/merge-materials-and-split-me...
  2. 设置 Excel 和 ODS 文件的条件格式|Documentation

    如何在JavaScript via C++中对Excel和ODS文件应用条件格式。...conditional formatting const index = sheet . conditionalFormattin...conditionalFormattin . get ( index ); // Sets the conditional format...

    docs.aspose.com/cells/zh/javascript-cpp/conditi...
  3. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations with Aspose.Slides for Node.js. Add, format, and edit charts with practical code examples in JavaScript....slide’s reference through its index. Add a chart with some data...setShowValue ( true ); // Sets the index for the chart data sheet var...

    docs.aspose.com/slides/nodejs-java/create-chart/
  4. 档案

    档案...Presentation->getSlides()->idxget (int32t index) 方法检索要添加形状的幻灯片。 使用 ISlide->...Presentation->getSlides()->idxget (int32t index) 方法检索要添加形状的幻灯片。 使用 ISlide->...

    blog.aspose.com/zh/slides/working-with-shapes-i...
  5. CustomXmlSchemaCollection.add method | Aspose.W...

    CustomXmlSchemaCollection.add method. Adds an item to the collection.... index_of ( 'http://schemas.microsoft...collection. # 1 - Remove a schema by index: schemas . remove_at ( 2 ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose.PSD for .NET 20.3 - 发行说明|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....( var index = layers . Length - 1 ; index >= 0 ; index --) {...{ var layer = layers [ index ] as TextLayer ; if ( layer == null...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  7. Code snippet to create combination chart - Free...

    Hi Aspose team, Could you please help us code snippet to provide a combination chart containing Stacked horizontal bar in primary axis with clustered bar in secondary axis but as a hidden bar only the datalabel has to b…...xlsx"); int index = workbook.getWorksheets().add();...workbook.getWorksheets().get(index).getCharts().add(com.aspose...

    forum.aspose.com/t/code-snippet-to-create-combi...
  8. Public API Changes in Aspose.Diagram 17.01|Docu...

    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....Shapes ; // get shapes by page index and shape ID, and then add in...

    docs.aspose.com/diagram/net/public-api-changes-...
  9. Generating a Thumbnail from a Slide with User D...

    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....desired slide by using its ID or index. Get the X and Y scaling factors...

    docs.aspose.com/slides/net/generating-a-thumbna...
  10. Create Union Range with C++|Documentation

    Create Union Range in Excel files using Aspose.Cells with C++....create the union range, and the index of the worksheet. The CreateUnionRange...

    docs.aspose.com/cells/cpp/create-union-range/