Sort Score
Result 10 results
Languages All
Labels All
Results 9,881 - 9,890 of 376,848 for

document

(0.19 sec)
  1. Set External Links in Formulas|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....provides this feature and this document explains how to use it. The...external files in formulas. AI Document Assistant Close Supported...

    docs.aspose.com/cells/net/set-external-links-in...
  2. Aspose::Words::Border::get_Color method | Aspos...

    Aspose::Words::Border::get_Color method. Gets or sets the border color in C++....surrounded by a border into a document. auto doc = System :: MakeObject...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words/bor...
  3. Aspose::Words::Saving::ImageSaveOptions::get_Us...

    Aspose::Words::Saving::ImageSaveOptions::get_UseGdiEmfRenderer method. Gets or sets a value determining whether to use GDI+ or Aspose.Words metafile renderer when saving to EMF in C++....renderer when converting a document to .emf. auto doc = System...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. ImageSavingArgs.isImageAvailable property | Asp...

    ImageSavingArgs.isImageAvailable property. Returns ``true`` if the current image is available for export....Remarks Some images in the document can be unavailable, for example...() => { let doc = new aw . Document ( base . myDir + "Rendering...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. MailMerge.MergeDuplicateRegions | Aspose.Words ...

    Optimize your mail merge process with the MergeDuplicateRegions property. Control how data source regions are merged for efficient Document management....indicating whether all of the document mail merge regions with the...bool mergeDuplicateRegion ) { Document doc = CreateSourceDocMerge...

    reference.aspose.com/words/net/aspose.words.mai...
  6. C++ API to Convert XPS to POTX | products.aspos...

    Convert XPS to POTX via C++ without using Microsoft Word or Adobe Acrobat Reader... XPS is a fixed-layout document format developed by Microsoft...Microsoft and is used to store documents in an XML-based format. POTX...

    products.aspose.com/total/cpp/conversion/xps-to...
  7. [Words Java] Tracking changes Marking up a piec...

    We have the following code snippet that normalizes a search string, finds it within the Document and then replaces it. This all happens with track changes enabled at the start of the loop and stopped at the end of the lo…...string, finds it within the document and then replaces it. This...this issue as we require the document to be markedup with changes...

    forum.aspose.com/t/words-java-tracking-changes-...
  8. Node.remove method | Aspose.Words for Python

    Node.remove method. Removes itself from the parent....with images from a document. doc = aw . Document ( file_name = MY_DIR...composite node. doc = aw . Document ( file_name = MY_DIR + 'Tables...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CompositeNode.CreateNavigator | Aspose.Words fo...

    Discover the CompositeNode CreateNavigator method to effortlessly traverse and read nodes, enhancing your data navigation experience....NodeXPathNavigator () { Document doc = new Document (); XPathNavigator...navigator . Name , Is . EqualTo ( "Document" )); Assert . That ( navigator...

    reference.aspose.com/words/net/aspose.words/com...
  10. Merge XPS files | Aspose.Page for C++

    Merger XPS functionality of Aspose.Page API solution for C++ allows you to combine several XPS files into a single XPS or PDF Document....to merge XPS files to XPS document on Windows and Linux. It is...(by ) XPS files with created document and save it. The following...

    docs.aspose.com/page/cpp/merge/xps/