Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 36,393 for

list

(0.88 sec)
  1. Watermarker Class | Aspose.Words for .NET

    Discover the Aspose.Words.LowCode.Watermarker class for easy watermark insertion in documents. Elevate your document presentation effortlessly!... To ( List<Stream>, SaveFormat ) Specifies...output Document streams list. To ( List<Stream>, SaveOptions )...

    reference.aspose.com/words/net/aspose.words.low...
  2. Getting Headers or Footers with C++|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the C++ API or Library....Headers and Footers to Command List The header or footer text can...headers and footers as a command list. The following code shows how...

    docs.aspose.com/cells/cpp/get-headers-or-footers/
  3. Aspose.Email.Graph in WinForm app - Free Suppor...

    Hi I got the console example working to connect to Exchange via Microsoft.Graph to List email folders. However I can’t get this to work when I convert it to a WinForms application. It appears to hang on ExecutionHangs…...Graph to list email folders. However I can’t...wrong? Regards Ian Tyrrell Code listed below Form1.cs using Aspose...

    forum.aspose.com/t/aspose-email-graph-in-winfor...
  4. Get the titles of all the slides|Aspose.Slides ...

    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.... ReadKey (); // Get a list of the titles of all the slides...presentationDocument ); } } // Get a list of the titles of all the slides...

    docs.aspose.com/slides/net/get-the-titles-of-al...
  5. Document.webExtensionTaskPanes property | Aspos...

    Document.webExtensionTaskPanes property. Returns a collection that represents a List of task pane add-ins....collection that represents a list of task pane add-ins. get webExtensionTaskPane...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Markdown export: compound NumberFormat not expa...

    Markdown export: compound NumberFormat not expanded + ExtractPages resets sub-level counters Environment Aspose.Words version: 25.11.0 .NET target: net8.0 Attached files: repro_source.docx, BugReport.cs Context We con…...document has a 3-level automatic list linked to Heading styles: Level...ExtractPages() resets sub-level list counters Description Our pipeline...

    forum.aspose.com/t/markdown-export-compound-num...
  7. Adding Slide to Presentation|Aspose.Slides Docu...

    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....slide ID list in the presentation part. // The slide ID list should...highest slide ID in the current list. uint maxSlideId = 1 ; SlideId...

    docs.aspose.com/slides/net/adding-slide-to-pres...
  8. Getting Started|Documentation

    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....Supported File Formats Feature List Known Issues System Requirements...

    docs.aspose.com/drawing/net/getting-started/
  9. Data Validation in Excel Made Easy with Python

    Learn how to implement data validation in Excel using Python. Discover how to add dropdown Lists and more with Aspose.Cells for Python....library Creating Excel dropdown list validation in Python Add a whole...date range. Provide dropdown lists of valid choices. Enforce custom...

    blog.aspose.com/cells/data-validation-in-excel-...
  10. Redlines in pdf - Free Support Forum - aspose.com

    when we compare two pdf files and the resulting pdf has redlines to indicate the changes, how can we programmatically identify which pages has the redlines?...Generic; public List<int> GetPagesWithRedlines(string...pdfFilePath) { List<int> pagesWithRedlines = new List<int>(); Document...

    forum.aspose.com/t/redlines-in-pdf/315965