Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 37,077 for

index

(0.56 sec)
  1. IIndexFilter Interface | Aspose.Words for .NET

    Defines filters in Aspose.Words to skip document items by Index for faster, flexible processing....the item with the specified index should be skipped. See Also...

    reference.aspose.com/words/net/aspose.words/iin...
  2. ChartDataPoint class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartDataPoint class. Allows to specify formatting of a single data point on the chart... index Index of the data point this object...data_point_size assert i == point . index i += 1 See Also module aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Properties::CustomDocumentProper...

    Aspose::Words::Properties::CustomDocumentProperties class. A collection of custom document properties. To learn more, visit the documentation article in C++....by index. IndexOf (const System::String&) Gets the index of a...a property at the specified index. static Type () Remarks Each...

    reference.aspose.com/words/cpp/aspose.words.pro...
  4. ChartSeries | Aspose.Words for Java

    Represents chart series properties in Java....data point with the specified index. getBubble3D() Specifies whether...explicitly it is generated using index. getSeriesType() Gets the type...

    reference.aspose.com/words/java/com.aspose.word...
  5. MailMergeSettings.activeRecord property | Aspos...

    MailMergeSettings.activeRecord 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/nodejs-net/aspose.wo...
  6. Accessing Cells of a Worksheet|Documentation

    This article shows how to get the maximum display range of a worksheet and access cells through the Aspose.Cells for JavaScript via C++ API....cell’s row and column index. Using a cell index in the Cells collection...of the Worksheet class as an index. If you create a blank worksheet...

    docs.aspose.com/cells/javascript-cpp/accessing-...
  7. PageExtractOptions.unlink_pages_number_fields p...

    PageExtractOptions.unlink_pages_number_fields property. Specifies whether NUMPAGES fields in the resulting document will be replaced with their actual resulting values... extract_pages ( index = 1 , count = 1 ) extracted_doc1...extracted_doc2 = doc . extract_pages ( index = 1 , count = 1 , options =...

    reference.aspose.com/words/python-net/aspose.wo...
  8. LayoutEnumerator class | Aspose.Words for Node.js

    Aspose.Words.Layout.LayoutEnumerator class. Enumerates page layout entities of a document....type, geometry, text and page index where entity is rendered, as...pageIndex Gets the 1-based index of a page which contains the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Create a Presentation Viewer in Python|Aspose.S...

    Learn how to create a custom presentation viewer in Python using Aspose.Slides. Easily display PowerPoint (PPTX, PPT) and OpenDocument (ODP) files without Microsoft PowerPoint or other office software....reference to the slide by its index. Open a file stream. Save the...aspose.slides as slides slide_index = 0 with slides . Presentation...

    docs.aspose.com/slides/python-net/presentation-...
  10. Pdf to tiff conversion 24bpp format incorrectly...

    This is on linux using dotnet 8 Here is a small code sample to reproduce the issue: Stream documentStream = File.OpenRead(“any.pdf”); TiffSettings settings = new TiffSettings(); settings.De…...ToList(); foreach (int index in selectedPages) { using(Stream...NewGuid()+".pdf")){ int pageIndex = index + 1; tiffDevice.Process(inputPdf...

    forum.aspose.com/t/pdf-to-tiff-conversion-24bpp...