Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 27,596 for

index

(0.26 sec)
  1. HeaderFooterCollection class | Aspose.Words for...

    Aspose.Words.HeaderFooterCollection class. Provides typed access to [HeaderFooter](../headerfooter/) nodes of a [Section](../section/)...indexOf(node) Returns the zero-based index of the specified node. (Inherited...from NodeCollection ) insert(index, node) Inserts a node into the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 在 C# 中將 HTML 轉換為 JPG | products.aspose.com

    在 C# 中將 HTML 轉換為 JPG。使用 .NET 庫 API 將 HTML 文件轉換為 JPG 圖像...for ( var index = 0 ; index < pres.Slides.Count; index++) { ISlide...ISlide slide = pres.Slides[index]; slide.GetThumbnail( new Size(...

    products.aspose.com/slides/zh-hant/net/conversi...
  3. 在 C# 中將 HTML 轉換為 XML | products.aspose.com

    在 C# 中將 HTML 轉換為 XML。使用 .NET 庫 API 將 HTML 文檔轉換為 XML 文件...for ( var index = 0 ; index < pres.Slides.Count; index++) { ISlide...ISlide slide = pres.Slides[index]; using (FileStream stream = new...

    products.aspose.com/slides/zh-hant/net/conversi...
  4. DigitalSignatureCollection | Aspose.Words for Java

    Provides a read-only collection of digital signatures attached to a document in Java....Method Description get(int index) Gets a document signature at...at the specified index. getCount() Gets the number of elements...

    reference.aspose.com/words/java/com.aspose.word...
  5. Modern API|Aspose.Slides Documentation

    Modern API...for ( int index = 0 ; index < bitmaps . length ; index ++) { android...Bitmap thumbnail = bitmaps [ index ]; FileOutputStream fos = null...

    docs.aspose.com/slides/androidjava/modern-api/
  6. Public API and Backwards Incompatible Changes i...

    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....getPropertyName(int index)., .remove(String name), .contains(String...IDocumentProperties.getPropertyName(int index)., .remove(string name), .contains(string...

    docs.aspose.com/slides/java/public-api-and-back...
  7. Managing Document Properties in Python|Document...

    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....Developers can make use of the Index or Name of the property to get...property by using the property index #customProperty1 = customProperties...

    docs.aspose.com/cells/java/managing-document-pr...
  8. Public API and Backwards Incompatible Changes i...

    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....point based on series index, data point index, parentSeriesGroup...

    docs.aspose.com/slides/java/public-api-and-back...
  9. RevisionGroupCollection class | Aspose.Words fo...

    aspose.words.RevisionGroupCollection class. A collection of [RevisionGroup](../revisiongroup/) objects that represent revision groups in the document... Indexers Name Description __getitem__(index) Returns...revision group at the specified index. Properties Name Description...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convert PPTX to SVG using C++ application | pro...

    Sample C++ conversion code for PPTX document to SVG format. Use example code for batch PPTX to SVG conversion within any C++ Application.... for (int32_t index = 0 ; index < prs->get_Slides()->get_Count();...prs->get_Slides()->get_Count(); index++) { auto fileName = String::Format(u "slide-{0}...

    products.aspose.com/slides/cpp/conversion/pptx-...