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

index

(0.45 sec)
  1. ChartSeries.name property | Aspose.Words for No...

    ChartSeries.name property. Gets or sets the name of the series, if name is not set explicitly it is generated using Index...using index. By default returns Series plus one based index. get...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FootnoteType enumeration | Aspose.Words for Python

    aspose.words.notes.FootnoteType enumeration. Specifies whether this is a footnote or an endnote....reference mark # will be its index among all the section's footnotes...footnote will use instead of its index number. footnote . reference_mark...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Printing Barcodes in Report Using Data Source|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....JRDataSource { private int index = - 1 ; private String Symbology...throws JRException { index ++; return ( index < data . length );...

    docs.aspose.com/barcode/jasperreports/printing-...
  4. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection class. A collection of individual bookmarks outline level. To learn more, visit the documentation article in C++....outline level at the specified index. idx_set (const System::String&...outline level at the specified index. IndexOfKey (const System::String&)...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. 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...
  6. 档案

    档案...for (var index = 0; index < coordinates.Length; index += 2) yield...PointF(coordinates[index], coordinates[index + 1]); } private static...

    blog.aspose.com/zh/imaging/create-clipping-path...
  7. Aspose::Words::HeaderFooterCollection class | A...

    Aspose::Words::HeaderFooterCollection class. Provides typed access to HeaderFooter nodes of a Section. To learn more, visit the documentation article in C++....a HeaderFooter at the given index. idx_get (Aspose::Words::HeaderFooterType)...>&) Returns the zero-based index of the specified node. Insert...

    reference.aspose.com/words/cpp/aspose.words/hea...
  8. PageLayoutCallbackArgs class | Aspose.Words for...

    Aspose.Words.Layout.PageLayoutCallbackArgs class. An argument passed into [IPageLayoutCallback.notify()](../ipagelayoutcallback/notify/#pagelayoutcallbackargs) To learn more, visit the [Converting to Fixed-page Format](https://docs.aspose.com/words/nodejs-net/converting-to-fixed-page-format/) documentation article.... pageIndex Gets 0-based index of the page in the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 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...
  10. 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...