Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 36,364 for

list

(0.08 sec)
  1. MapiContact.FromVCard - Free Support Forum - as...

    Hello, Just checking how MapiContact.FromVCard will handle the code if source vcf is multi contacts? Thanks....vcf"; List<MapiContact> contacts = new List<MapiContact>();...

    forum.aspose.com/t/mapicontact-fromvcard/311336
  2. XamlFlowSaveOptions.ImagesFolder | Aspose.Words...

    Discover how the XamlFlowSaveOptions ImagesFolder property allows you to easily specify a folder for saving images when exporting documents to XAML format....imagesFolderAlias ; Resources = new List < string >(); } void IImageSavingCallback...ImagesFolderAlias { get ; } public List < string > Resources { get ;...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Create Bookmarks in PDF using Java

    This article guides on how to create bookmarks in PDF using Java. It shares the information to set the IDE, a List of steps, and a sample code to bookmark PDF document using Java....Create an array of titles and a list of pages for defining bookmarks...PDF, create bookmarks for the list of pages, and save the resultant...

    kb.aspose.com/pdf/java/create-bookmarks-in-pdf-...
  4. How to Insert Comment in Excel using Node.js

    This article guides on how to insert comment in Excel using Node.js. It has the information about setting the development environment, a List of steps, and a runnable sample code to add comments in Excel using Node.js....the development environment, a list of programming tasks, and a...width, and visibility flag to list a few. In this short article...

    kb.aspose.com/cells/nodejs/how-to-insert-commen...
  5. How to Convert XML to CSV using Node.js

    This article guides on how to convert XML to CSV using Node.js. It provides IDE settings, a List of steps, and a runnable sample code to transform XML to CSV using Node.js....non-printable characters to list a few options. The output format...format can be used from a list of options including AUTO, BMP...

    kb.aspose.com/cells/nodejs/how-to-convert-xml-t...
  6. How to Delete PDF Pages in C#

    This quick guide explores how to delete PDF pages in C#. It has the IDE settings details, a List of steps and a runnable sample code to remove pages from PDF file in C#....an array of integers having a list of page numbers to be removed...method providing the input file, list of pages to remove, and the...

    kb.aspose.com/pdf/net/how-to-delete-pdf-pages-i...
  7. Unhide Multiple Sheets using Excel in Node.js

    This article describes how to unhide multiple sheets in Excel using Node.js. It has IDE settings, a List of steps, and sample code to unhide worksheet using Node.js....the development environment, a list of steps to write the application...getName(), and getType() to list a few. This article has taught...

    kb.aspose.com/cells/nodejs/unhide-multiple-shee...
  8. Tag Replacement : In Single Row : Row not getti...

    Hello Team , We are replacing tag in word template , we have require if tag present in single line and value is empty , we need to remove line , to avoid blank line in completed doc . using below code to replace tag p…...Document; List<Run> matchedRuns = GetMatchedRuns(args);...ReplaceAction.Skip; } protected static List<Run> GetMatchedRuns(ReplacingArgs...

    forum.aspose.com/t/tag-replacement-in-single-ro...
  9. Using Contextual Object Member Access in C#|Asp...

    Use contextual object member to access some objects without specifying the objects id in template expressions using C#....use the following template to list the contents of the table. No...the host language. Restarting List Numbering Dynamically in C#...

    docs.aspose.com/words/net/using-contextual-obje...
  10. Working with Headings in PDF|Aspose.PDF for C++

    Create numbering in heading your PDF document with C++. Aspose.PDF for C++ shows different kinds of numbering styles....); heading -> set_Text ( u "List 1" ); heading -> set_Style (...); heading2 -> set_Text ( u "List 2" ); heading2 -> set_Style...

    docs.aspose.com/pdf/cpp/working-with-headings/