Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 35,601 for

index

(0.21 sec)
  1. HeaderFooterCollection Class | Aspose.Words for...

    Discover Aspose.Words.HeaderFooterCollection for easy, typed access to Section HeaderFooter nodes, streamlining document management and enhancing your workflow....HeaderFooter at the given index. (3 indexers) Methods Name Description...Node ) Returns the zero-based index of the specified node. Insert...

    reference.aspose.com/words/net/aspose.words/hea...
  2. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    This article describes how to use bookmarks in a PDF file with our Aspose.PDF for .NET library....by specifying the bookmark’s index. Once you have retrieved the...bookmark using appropriate index values. Save the updated PDF...

    docs.aspose.com/pdf/net/get-update-and-expand-b...
  3. CompositeNode.GetChild | Aspose.Words for .NET

    Discover the CompositeNode GetChild method to easily retrieve the Nth child node of a specific type, enhancing your data management efficiency....GetChild ( NodeType nodeType , int index , bool isDeep ) Parameter Type...the child node. index Int32 Zero based index of the child node...

    reference.aspose.com/words/net/aspose.words/com...
  4. Aspose::Words::Fonts::FontInfoCollection::idx_g...

    Aspose::Words::Fonts::FontInfoCollection::idx_get method. Gets a font with the specified name in C++....Gets a font at the specified index. System :: SharedPtr < Aspose...( int32_t index ) Parameter Type Description index int32_t Zero-based...

    reference.aspose.com/words/cpp/aspose.words.fon...
  5. PageSavingArgs.pageIndex property | Aspose.Word...

    PageSavingArgs.pageIndex property. Current page Index....pageIndex property Current page index. get pageIndex () : number See...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 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...
  7. Add Slides to Presentations with Python|Aspose....

    Easily add slides to your PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET—seamless, efficient slide insertion in seconds....are ordered by a zero-based index. This article shows how to use...add a slide at the required index rather than only at the end...

    docs.aspose.com/slides/python-net/add-slide-to-...
  8. How to get the gridspan of a cell in table - Fr...

    I have the table structure something like: <w:tr> <w:tc> <w:p><w:r><w:t>T3 Row3 -1</w:t></w:r></w:p> </w:tc> <w:tc> <w:tcPr> <w:gridSpan w:val=“2”/> </w:tcPr> <w:p><w:r><w:t>T3 Row3 -2</w:t></w:r></w:p> </w:tc> <w:tc> <w…...0; // logical column index (not cell index) for (Cell cell : row...cellText ); // Move column index by grid span columnIndex +=...

    forum.aspose.com/t/how-to-get-the-gridspan-of-a...
  9. Aspose::Words::LowCode::Splitter::ExtractPages ...

    Aspose::Words::LowCode::Splitter::ExtractPages method. Extracts a specified range of pages from a document stream and saves the extracted pages to an output stream using the specified save format in C++....startPageIndex int32_t The zero-based index of the first page to extract...startPageIndex int32_t The zero-based index of the first page to extract...

    reference.aspose.com/words/cpp/aspose.words.low...
  10. 如何通过 C++ 使用 JavaScript 合并 PDF|Aspose.PDF for Ja...

    本页解释如何使用 Aspose.PDF for JavaScript via C++ 将 PDF 文档合并成单个 PDF 文件...function readFile ( index ) { /*仅两个文件*/ if ( index >= e . target .... files . length || index >= 2 ) { /*合并两个 PDF 文件并保存为 "ResultMerge...

    docs.aspose.com/pdf/zh/javascript-cpp/merge-pdf/