Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 33,853 for

document insertion

(0.1 sec)
  1. RevisionOptions.ShowInBalloons | Aspose.Words f...

    RevisionOptions ShowInBalloons property. Allows to specify whether the revisions are rendered in the balloons. Default value is None in C#.... Document doc = new Document ( MyDir + "Revisions...appearance of revisions. Document doc = new Document ( MyDir + "Revisions...

    reference.aspose.com/words/net/aspose.words.lay...
  2. RevisionOptions.RevisionBarsColor | Aspose.Word...

    RevisionOptions RevisionBarsColor property. Allows to specify the color to be used for side bars that identify Document lines containing revised information. Default value is Red in C#....for side bars that identify document lines containing revised information...appearance of revisions. Document doc = new Document ( MyDir + "Revisions...

    reference.aspose.com/words/net/aspose.words.lay...
  3. Revision | Aspose.Words for Java

    Represents a revision tracked change in a Document node or style in Java....revision (tracked change) in a document node or style. Use getRevisionType()...Track Changes in a Document documentation article. Examples:...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::RevisionCollection Class Referen...

    A collection of Revision objects that represent revisions in the Document....represent revisions in the document. You do not create instances...get revisions present in a document. Examples Shows how to work...

    reference.aspose.com/words/cpp/class/aspose.wor...
  5. RevisionOptions.RevisedPropertiesEffect | Aspos...

    RevisionOptions RevisedPropertiesEffect property. Allows to specify the effect for content areas with changes of formatting properties FormatChange Default value is None in C#.... Document doc = new Document ( MyDir + "Revisions...RevisionOptions ; // Render insertion revisions in green and italic...

    reference.aspose.com/words/net/aspose.words.lay...
  6. Enum ReplaceAction | Aspose.Words for .NET API 参考

    Aspose.Words.Replacing.ReplaceAction 枚举. 允许用户指定在替换操作期间当前匹配发生的情况... { Document mainDoc = new Document ( MyDir + "Document insertion...Replace ( new Regex ( "\\[MY_DOCUMENT\\]" ), "" , options ); mainDoc...

    reference.aspose.com/words/zh/net/aspose.words....
  7. CompositeNode.insert_before method | Aspose.Wor...

    CompositeNode.insert_before method. Inserts the specified node immediately before the specified reference node....insert_before method insert_before(new_child, ref_child) Inserts...specified reference node. def insert_before ( self , new_child :...

    reference.aspose.com/words/python-net/aspose.wo...
  8. RevisionOptions.MovedFromTextEffect | Aspose.Wo...

    RevisionOptions MovedFromTextEffect property. Allows to specify the effect to be applied to the areas where content was moved from Moving. Default value is DoubleStrikeThrough in C#.... Document doc = new Document ( MyDir + "Revisions...RevisionOptions ; // Render insertion revisions in green and italic...

    reference.aspose.com/words/net/aspose.words.lay...
  9. RevisionOptions.RevisedPropertiesColor | Aspose...

    RevisionOptions RevisedPropertiesColor property. Allows to specify the color to be used for content with changes of formatting properties FormatChange Default value is NoHighlight in C#.... Document doc = new Document ( MyDir + "Revisions...RevisionOptions ; // Render insertion revisions in green and italic...

    reference.aspose.com/words/net/aspose.words.lay...
  10. CompositeNode.Count | Aspose.Words for .NET

    CompositeNode Count property. Gets the number of immediate children of this node in C#.... Document doc = new Document (); // An empty document, by...doc , "Run 3. " ); // The document body will not display these...

    reference.aspose.com/words/net/aspose.words/com...