Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 32,891 for

document insertion

(0.09 sec)
  1. IReplacingCallback Interface | Aspose.Words for...

    Aspose.Words.Replacing.IReplacingCallback interface. Implement this interface if you want to have your own custom method called during a find and replace operation in C#....ReplaceWithCallback () { Document doc = new Document (); DocumentBuilder...differentFirstPageHe ) { Document doc = new Document ( MyDir + "Header...

    reference.aspose.com/words/net/aspose.words.rep...
  2. Compare Documents in C++|Aspose.Words for C++

    Compare two Documents in any supported formats and shows content changes using C++. You can apply advanced options when comparing....Compare Documents Contents [ Hide ] Comparing documents is a process...identifies changes between two documents and contains the changes as...

    docs.aspose.com/words/cpp/compare-documents/
  3. Document.HasRevisions | Aspose.Words for .NET A...

    Document 财产. 返回 真的如果文档有任何跟踪更改...Document.HasRevisions Document.HasRevisions property 返回 真的 如果文档有任何跟踪更改。...例子 显示如何使用文档中的修订。 Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/zh/net/aspose.words/...
  4. Aspose::Words::NodeChangingArgs Class Reference...

    Provides data for methods of the INodeChangingCallback interface....) { auto doc = MakeObject<Document>(); auto builder = MakeOb..."\n{0:dd/MM/yyyy HH:mm:ss:fff}\tNode insertion:" , System::DateTime::get_Now...

    reference.aspose.com/words/cpp/class/aspose.wor...
  5. Aspose::Words::CompositeNode::GetChildNodes met...

    Aspose::Words::CompositeNode::GetChildNodes method. Returns a live collection of child nodes that match the specified type in C++....is always in sync with the document. For example, if you selected...selected all sections in a document and enumerate through the collection...

    reference.aspose.com/words/cpp/aspose.words/com...
  6. Clone a Document in C#|Aspose.Words for .NET

    Clone a Document to get its identical copy using C#. When creating a copy, nodes and properties of the original Document are cloned....Clone a Document Contents [ Hide ] Cloning a document is the process...identical copy of an original document, which can improve performance...

    docs.aspose.com/words/net/clone-a-document/
  7. Split a Document in C++|Aspose.Words for C++

    Split a Document into several files using C++. Use the split feature to effectively split a Document by headings or sections, as well as by pages or by page ranges....Split a Document Contents [ Hide ] Splitting or split a document...process of breaking a large document into a greater number of smaller...

    docs.aspose.com/words/cpp/split-a-document/
  8. Split a Document in C#|Aspose.Words for .NET

    Split a Document into several files using C#. Use the split feature to effectively split a Document by headings or sections, as well as by pages or by page ranges....Dutch Română 繁體中文 Split a Document Contents [ Hide ] Splitting...split a document is the process of breaking a large document into...

    docs.aspose.com/words/net/split-a-document/
  9. How to insert a document's body into another do...

    I have two DOCX Document, one of them (let’s call it A) containing a placeholder like “#HERE#”. I want to open A, find the placeholder (so far no problem, I found the Run containing #HERE#) and replace it with the conten…...How to insert a document's body into another document Aspose... 9:57am 1 I have two DOCX document, one of them (let’s call it...

    forum.aspose.com/t/how-to-insert-a-documents-bo...
  10. Document Builder Overview in C++|Aspose.Words f...

    DocumentBuilder allows you to build dynamic Documents from scratch or add new elements to existing ones using C++. DocumentBuilder provides methods to insert text, checkboxes, tables, images, and other content elements in C++....Document Builder Overview Contents [ Hide ] DocumentBuilder is...with Document and enables you to build dynamic documents from...

    docs.aspose.com/words/cpp/document-builder-over...