Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 33,853 for

document insertion

(0.14 sec)
  1. RevisionOptions.show_in_balloons property | Asp...

    RevisionOptions.show_in_balloons property. Allows to specify whether the revisions are rendered in the balloons... Document ( MY_DIR + "Revisions.docx"...appearance of revisions. doc = aw . Document ( MY_DIR + "Revisions.docx"...

    reference.aspose.com/words/python-net/aspose.wo...
  2. RevisionOptions.revised_properties_effect prope...

    RevisionOptions.revised_properties_effect property. Allows to specify the effect for content areas with changes of formatting properties [RevisionType.FORMAT_CHANGE](../../../aspose.words/revisiontype/#FORMAT_CHANGE) Default value is [RevisionTextEffect.NONE](../../revisiontexteffect/#NONE)... Document ( MY_DIR + "Revisions.docx"...revision_options # Render insertion revisions in green and italic...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Paragraph::GetText method | Aspo...

    Aspose::Words::Paragraph::GetText method. Gets the text of this paragraph including the end of paragraph character in C++....MakeObject < Document > (); // An empty document, by default,...doc , u "Run 3. " ); // The document body will not display these...

    reference.aspose.com/words/cpp/aspose.words/par...
  4. While replacing a specified syntax with a docum...

    Hello Team, Currently I have a main Document which in turn has some syntaxes those syntax will be replaced with a Document that I have done with the help of your Shows how to insert an entire Document’s contents as a re…...syntax with a document I want the main documents Style font everything...Team, Currently I have a main document which in turn has some syntaxes...

    forum.aspose.com/t/while-replacing-a-specified-...
  5. CompositeNode.InsertBefore | Aspose.Words for .NET

    CompositeNode InsertBefore method. Inserts the specified node immediately before the specified reference node in C#....InsertBefore method Inserts the specified node immediately...Description newChild Node The Node to insert. refChild Node The Node that...

    reference.aspose.com/words/net/aspose.words/com...
  6. Working with Ole Objects and Online Video in C#...

    Create and modify OLE embedding in your Document using C#....Online Video Contents [ Hide ] Inserting Ole Object If you want Ole...shows how to insert Ole Object into a document. Set File Name...

    docs.aspose.com/words/net/working-with-ole-obje...
  7. Aspose::Words::Layout::RevisionOptions::get_Rev...

    Aspose::Words::Layout::RevisionOptions::get_RevisedPropertiesEffect method. Allows to specify the effect for content areas with changes of formatting properties FormatChange Default value is None in C++.... auto doc = MakeObject < Document > ( MyDir + u "Revisions.docx"...get_RevisionOptions (); // Render insertion revisions in green and italic...

    reference.aspose.com/words/cpp/aspose.words.lay...
  8. Aspose::Words::Layout::RevisionOptions::get_Del...

    Aspose::Words::Layout::RevisionOptions::get_DeletedTextEffect method. Allows to specify the effect to be applied to the deleted content Deletion. Default value is StrikeThrough in C++.... auto doc = MakeObject < Document > ( MyDir + u "Revisions.docx"...get_RevisionOptions (); // Render insertion revisions in green and italic...

    reference.aspose.com/words/cpp/aspose.words.lay...
  9. Aspose::Words::Layout::RevisionOptions::get_Del...

    Aspose::Words::Layout::RevisionOptions::get_DeletedTextColor method. Allows to specify the color to be used for deleted content Deletion. Default value is ByAuthor in C++.... auto doc = MakeObject < Document > ( MyDir + u "Revisions.docx"...get_RevisionOptions (); // Render insertion revisions in green and italic...

    reference.aspose.com/words/cpp/aspose.words.lay...
  10. IReplacingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during a find and replace operation in Java....throws Exception { Document doc = new Document(getMyDir() + "Header...throws Exception { Document doc = new Document(); DocumentBuilder...

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