Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 40,630 for

one

(0.49 sec)
  1. How to Secure OneNote file using C#

    This article entails how to secure OneNote file using C#. It includes the IDE settings, programming steps and a sample code to password protect OneNote document in C#....ONE file from the disk using an instance...Save the password protected .ONE file on the disk The aforementioned...

    kb.aspose.com/note/net/how-to-secure-onenote-fi...
  2. NodeImporter class | Aspose.Words for Python

    aspose.words.NodeImporter class. Allows to efficiently perform repeated import of nodes from One document to another...repeated import of nodes from one document to another. To learn...you can insert a fragment from one document into another, you need...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Multithreading support|Documentation

    Optimize the resource usage by limiting the number of threads used by Aspose.OCR for .NET recognition engine.... Recognizing one image Applies to: recognition...processed in one separate thread. If more than one thread is specified...

    docs.aspose.com/ocr/net/multithreading/
  4. Aspose::Words::NodeImporter class | Aspose.Word...

    Aspose::Words::NodeImporter class. Allows to efficiently perform repeated import of nodes from One document to another. To learn more, visit the documentation article in C++....repeated import of nodes from one document to another. To learn..., bool) Imports a node from one document into another. Is (const...

    reference.aspose.com/words/cpp/aspose.words/nod...
  5. Efficiently Merge Presentations in C++|Aspose.S...

    Effortlessly merge PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations with Aspose.Slides for C++, streamlining your workflow....presentations by cloning slides from one presentation into another. This...Presentation Merging When you merge one presentation to another, you...

    docs.aspose.com/slides/cpp/merge-presentation/
  6. Chat sessions|Documentation

    Starting chat sessions and sending messages with Aspose.LLM for .NET....session exists, the API starts one automatically. The response is...session becomes the current one. Use SendMessageToSession(sessionId...

    docs.aspose.com/llm/net/developer-reference/cha...
  7. Section.body property | Aspose.Words for Node.js

    Section.body property. Returns the [Body](../../body/) child node of the section....document contains one section, one body and one paragraph. // Call...this body contains at least one empty paragraph. body . ensureMinimum...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Online PPS File Merger or Build Python Apps to ...

    Free online app to combine different PPS files. Python merging library code to merge PPS documents into other formats....multiple PPS documents into single one online for free via app. Save...files to merge them into single one. Enter the parameters like selection...

    products.aspose.com/total/python-net/merge/pps/
  9. UserInformation | Aspose.Words for Java

    Specifies information about the user in Java....setAddress("One Microsoft Way"); doc.getFieldOptions()...getResult()); Assert.assertEquals("One Microsoft Way", builder.insertField("...

    reference.aspose.com/words/java/com.aspose.word...
  10. Create Tables|Aspose.Words for Java

    Create tables inside a document easily and fast instead of using Apache POI.... setText ( "col one, row one" ); tableTwoRowOne . addNewTableCell...(). setText ( "col two, row one" ); tableTwoRowOne . addNewTableCell...

    docs.aspose.com/words/java/create-tables/