Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 38,165 for

index

(0.48 sec)
  1. Remove Slides from Presentations in C++|Aspose....

    Effortlessly remove slides from PowerPoint and OpenDocument presentations with Aspose.Slides for C++. Get clear code examples and boost your workflow....Using pointers (reference or index) for a known ISlide object,...to remove through its ID or Index. Remove the referenced slide...

    docs.aspose.com/slides/cpp/remove-slide-from-pr...
  2. CustomXmlPartCollection.Add | Aspose.Words for ...

    Discover the CustomXmlPartCollection Add method to effortlessly enhance your collections by adding new items with ease and efficiency.... // 1 - By an index in the custom XML part collection:...CustomXmlParts . GetEnumerator ()) { int index = 0 ; while ( enumerator . MoveNext...

    reference.aspose.com/words/net/aspose.words.mar...
  3. CustomXmlSchemaCollection | Aspose.Words for Java

    A collection of strings that represent XML schemas that are associated with a custom XML part in Java.... // 1 - Remove a schema by index: schemas.removeAt(2); // 2 -...get(int index) Gets the element at the specified index. getCount()...

    reference.aspose.com/words/java/com.aspose.word...
  4. OdsoFieldMapDataCollection.Item | Aspose.Words ...

    Discover OdsoFieldMapDataCollection's Item property to easily manage and customize your data collection. Enhance your data handling today!...Hide ] OdsoFieldMapDataColl indexer Gets or sets an item in this...OdsoFieldMapData this [ int index ] { get ; set ; } Examples Shows...

    reference.aspose.com/words/net/aspose.words.set...
  5. Differentiation between Comments and Reference ...

    Hello Everyone and @alexey.noskov, In my Java code I remove comments from my document. When converting word to PDF using Aspose.words: com.aspose.words.NodeCollection comments = (com.aspose.words.NodeCollection)doc.ge…...getPages(); int index; PdfAnnotationEditor annotationEditor...pageCollection) { for (index = 1; index <= page.getAnnotations()...

    forum.aspose.com/t/differentiation-between-comm...
  6. ChartSeries class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartSeries class. Represents chart series properties...using index. By default returns Series plus one based index. seriesType...point with the specified index. insert(index, xValue) Inserts the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. CustomXmlPart class | Aspose.Words for Node.js

    Aspose.Words.Markup.CustomXmlPart class. Represents a Custom XML Data Storage Part (custom XML data within a package)... // 1 - By an index in the custom XML part collection:...each part. for ( let index = 0 ; index < doc . customXmlParts...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Cut and Paste Range with Golang via C++|Documen...

    Learn how to cut and paste cells within a worksheet using Aspose.Cells for C++.... Row Index: The index of the row where cells...will be inserted. Column Index: The index of the column where cells...

    docs.aspose.com/cells/go-cpp/cut-and-paste-cells/
  9. Add Watermark To PDF with Node.js via C++|Docum...

    Learn how to add text and image watermarks to PDF while converting Excel to PDF using Aspose.Cells for Node.js via C++.... putValue ( "Page1" ); let index = wb . getWorksheets (). add...wb . getWorksheets (). get ( index ). getCells (). get ( "A1" )...

    docs.aspose.com/cells/nodejs-cpp/add-watermark-...
  10. 删除注释(facades)|Aspose.PDF for Java

    本节介绍如何使用 Aspose.PDF Facades 和 PdfAnnotationEditor 类删除注释。...pdf" ); int index ; for ( index = 1 ; index <= document . getPages...size (); index ++ ) { System . out . println ( index + ". " +...

    docs.aspose.com/pdf/zh/java/delete-annotations/