Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 32,898 for

document insertion

(0.14 sec)
  1. Enum RevisionType | Aspose.Words for .NET API 参考

    Aspose.Words.RevisionType 枚举. 指定跟踪的更改类型Revision....RevisionType 价值观 姓名 价值 描述 Insertion 0 文档中插入了新内容。 Deletion 1 内容已从文档中删除。...例子 显示如何使用文档中的修订。 Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/zh/net/aspose.words/...
  2. RevisionOptions.inserted_text_effect property |...

    RevisionOptions.inserted_text_effect property. Allows to specify the effect to be applied to the inserted content [RevisionType.Insertion](../../../aspose.words/revisiontype/#Insertion)...inserted_text_effect property RevisionOptions.inserted_text_effect...applied to the inserted content RevisionType.INSERTION . Default value...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Layout::RevisionOptions::get_Mov...

    Aspose::Words::Layout::RevisionOptions::get_MovedFromTextColor method. Allows to specify the color to be used for areas where content was moved from Moving. 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...
  4. Aspose::Words::Layout::RevisionOptions::get_Sho...

    Aspose::Words::Layout::RevisionOptions::get_ShowRevisionMarks method. Allow to specify whether revision text should be marked with special formatting markup. Default value is true 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...
  5. RevisionTextEffect Enum | Aspose.Words for .NET

    Aspose.Words.Layout.RevisionTextEffect enum. Allows to specify decoration effect for revisions of Document text in C#....decoration effect for revisions of document text. public enum RevisionTextEffect...appearance of revisions. Document doc = new Document ( MyDir + "Revisions...

    reference.aspose.com/words/net/aspose.words.lay...
  6. Paragraph.GetText | Aspose.Words for .NET

    Paragraph GetText method. Gets the text of this paragraph including the end of paragraph character 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/par...
  7. CompositeNode.PrependChild | Aspose.Words for .NET

    CompositeNode PrependChild method. Adds the specified node to the beginning of the list of child nodes for this node in C#....node being inserted was created from another document, you should...current document. The imported node can then be inserted into the...

    reference.aspose.com/words/net/aspose.words/com...
  8. ShowInBalloons enumeration | Aspose.Words for P...

    aspose.words.layout.ShowInBalloons enumeration. Specifies which revisions are rendered in balloons....Name Description NONE Renders insert, delete and format revisions...revisions inline. FORMAT Renders insert and delete revisions inline...

    reference.aspose.com/words/python-net/aspose.wo...
  9. RevisionOptions.deleted_text_effect property | ...

    RevisionOptions.deleted_text_effect property. Allows to specify the effect to be applied to the deleted content [RevisionType.DELETION](../../../aspose.words/revisiontype/#DELETION)... Document ( file_name = MY_DIR + 'Revisions...revision_options # Render insertion revisions in green and italic...

    reference.aspose.com/words/python-net/aspose.wo...
  10. RevisionOptions.moved_from_text_color property ...

    RevisionOptions.moved_from_text_color property. Allows to specify the color to be used for areas where content was moved from [RevisionType.MOVING](../../../aspose.words/revisiontype/#MOVING)... Document ( file_name = MY_DIR + 'Revisions...revision_options # Render insertion revisions in green and italic...

    reference.aspose.com/words/python-net/aspose.wo...