Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 244 for

deep clone

(0.07 sec)
  1. Odso class | Aspose.Words for Python

    aspose.words.settings.Odso class. Specifies the Office Data Source Object (ODSO) settings for a mail merge data source...Name Description clone() Returns a deep clone of this object....

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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++.... Importing creates a deep clone of the original node, ready...destination document, clone the paragraph, update the cloned paragraph so...

    reference.aspose.com/words/cpp/aspose.words/nod...
  3. CustomXmlSchemaCollection | Aspose.Words for Java

    A collection of strings that represent XML schemas that are associated with a custom XML part in Java....org/2001/XMLSchema"); // Clone the custom XML part's XML schema...couple of new schemas to the clone. CustomXmlSchemaColle schemas...

    reference.aspose.com/words/java/com.aspose.word...
  4. NodeImporter class | Aspose.Words for Python

    aspose.words.NodeImporter class. Allows to efficiently perform repeated import of nodes from one document to another... Importing creates a deep clone of the original node, ready...destination document, clone the paragraph, update the cloned paragraph so...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Move a paragraph from one presentation to anoth...

    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....(); // Clone the source paragraph and insert the cloned. paragraph...Passing "true" creates a deep clone, which creates a copy of...

    docs.aspose.com/slides/net/move-a-paragraph-fro...
  6. NodeImporter Class | Aspose.Words for .NET

    Effortlessly transfer document nodes with Aspose.Words.NodeImporter. Streamline your workflow and enhance document management efficiency today!... Importing creates a deep clone of the original node, ready...destination document, clone the paragraph, update the cloned paragraph so...

    reference.aspose.com/words/net/aspose.words/nod...
  7. CustomPart | Aspose.Words for Java

    Represents a custom arbitrary content part that is not defined by the ISO/IEC 29500 standard in Java....getCount()); // Clone the second part, then add the clone to the collection...Description deepClone() Makes a “deep enough” copy of the object....

    reference.aspose.com/words/java/com.aspose.word...
  8. NodeImporter class | Aspose.Words for Node.js

    Aspose.Words.NodeImporter class. Allows to efficiently perform repeated import of nodes from one document to another... Importing creates a deep clone of the original node, ready...destination document, clone the paragraph, update the cloned paragraph so...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Document metadata (e.g. Title, Author) gets cle...

    Hello, We have noticed a new issue in Aspose.Words 25.10, where document metadata such as title, author gets cleared after performing document.compare with some other document (note there may be more, however some of th…...perform the comparison on a deep clone of the document so the original...Document clone = (Document) mainDocument.deepClone(); clone.compare(otherDocument...

    forum.aspose.com/t/document-metadata-e-g-title-...
  10. CustomXmlPart | Aspose.Words for Java

    Represents a Custom XML Data Storage Part custom XML data within a package in Java....org/2001/XMLSchema"); // Clone a part, and then insert it into..."RemoveAt" method to remove the cloned part by index. doc.getCustomXmlParts()...

    reference.aspose.com/words/java/com.aspose.word...