Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 36,465 for

index

(1.58 sec)
  1. ConditionalStyleCollection | Aspose.Words for Java

    Represents a collection of ConditionalStyle objects in Java....BLUE); // 2 - By index: tableStyle.getConditionalStyles()...get(int index) Retrieves a ConditionalStyle object by index. getBottomLeftCell()...

    reference.aspose.com/words/java/com.aspose.word...
  2. Copying Rows and Columns with Node.js via C++|D...

    This article shows how to copy rows and columns through the Aspose.Cells for Node.js via C++ API....the source row index, and the destination row index. Use this method...Microsoft Excel: If the source row index is 5, the image, chart, etc...

    docs.aspose.com/cells/nodejs-cpp/copying-rows-a...
  3. Annotations and Special Text using Python|Aspos...

    This section contains articles on annotation and special Text extraction from PDF documents using Aspose.PDF in Python...., page_number , annotation_index , outfile ): """ Extracts text...page_number (int): 1-based index of the page containing the stamp...

    docs.aspose.com/pdf/python-net/annotation-and-s...
  4. Render Presentation Slides as SVG Images in .NE...

    Learn how to render PowerPoint slides as SVG images using Aspose.Slides for .NET. High-quality visuals with simple C# code examples....( var index = 0 ; index < pres . Slides . Count ; index ++) {...ISlide slide = pres . Slides [ index ]; using ( FileStream fileStream...

    docs.aspose.com/slides/net/render-a-slide-as-an...
  5. Insert hyperlink doesnt work when doc is conver...

    We are using below code to insert hyper link after every paragraph . But once the document is converted to pdf, hyper link isnt working. foreach (Paragraph paragraph in doc.GetChildNodes(NodeType.Paragraph, true)) { …...Paragraph, true)) { int index; if (paragraph.GetAncestor(NodeType...StyleName = "Heading 11"; //get index of current paragraph and insert...

    forum.aspose.com/t/insert-hyperlink-doesnt-work...
  6. Apply Conditional Formatting in Worksheets with...

    How to use Aspose.Cells library in C++ to apply conditional formatting in worksheets. By adjusting these criteria, you have more control over how cells look and appear....conditional formatting int index = sheet . GetConditionalFormat...GetConditionalFormat (). Get ( index ); // Sets the conditional format...

    docs.aspose.com/cells/cpp/apply-conditional-for...
  7. MailMergeSettings.active_record property | Aspo...

    MailMergeSettings.active_record property. Specifies the one-based Index of the record from the data source which shall be displayed in Microsoft Word...property Specifies the one-based index of the record from the data...

    reference.aspose.com/words/python-net/aspose.wo...
  8. OdsoFieldMapData.column property | Aspose.Words...

    OdsoFieldMapData.column property. Specifies the zero-based Index of the column within an external data source which shall be mapped to the local name of a specific MERGEFIELD field...property Specifies the zero-based index of the column within an external...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::NodeCollection class | Aspose.Wo...

    Aspose::Words::NodeCollection class. Represents a collection of nodes of a specific type. To learn more, visit the documentation article in C++....Retrieves a node at the given index. IndexOf (const System::Sha...>&) Returns the zero-based index of the specified node. Insert...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. TextColumnCollection class | Aspose.Words for P...

    aspose.words.TextColumnCollection class. A collection of [TextColumn](../textcolumn/) objects that represent all the columns of text in a section of a document... Use the indexer to access individual TextColumn...margins. Indexers Name Description __getitem__(index) Returns...

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