Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 1,662 for

document revision

(0.05 sec)
  1. RevisionOptions.revisedPropertiesEffect propert...

    RevisionOptions.revisedPropertiesEffect property. Allows to specify the effect for content areas with changes of formatting properties [RevisionType.FormatChange](../../../aspose.words/Revisiontype/#FormatChange) Default value is [RevisionTextEffect.None](../../Revisiontexteffect/#None)...appearance of revisions. let doc = new aw . Document ( base . myDir...myDir + "Revisions.docx" ); // Get the RevisionOptions object...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. RevisionOptions.deletedTextEffect property | As...

    RevisionOptions.deletedTextEffect property. Allows to specify the effect to be applied to the deleted content [RevisionType.Deletion](../../../aspose.words/Revisiontype/#Deletion)...appearance of revisions. let doc = new aw . Document ( base . myDir...myDir + "Revisions.docx" ); // Get the RevisionOptions object...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Layout::RevisionOptions::get_Sho...

    Aspose::Words::Layout::RevisionOptions::get_ShowOriginalRevision method. Allows to specify whether the original text should be shown instead of revised one. Default value is false in C++....should be shown instead of revised one. Default value is false...appearance of revisions. auto doc = MakeObject < Document > ( MyDir...

    reference.aspose.com/words/cpp/aspose.words.lay...
  4. Aspose::Words::Layout::RevisionOptions::get_Rev...

    Aspose::Words::Layout::RevisionOptions::get_RevisedPropertiesColor method. Allows to specify the color to be used for content with changes of formatting properties FormatChange Default value is NoHighlight in C++....appearance of revisions. auto doc = MakeObject < Document > ( MyDir...MyDir + u "Revisions.docx" ); // Get the RevisionOptions object that...

    reference.aspose.com/words/cpp/aspose.words.lay...
  5. DocumentPropertyCollection.removeAt method | As...

    DocumentPropertyCollection.removeAt method. Removes a property at the specified index....Examples Shows how to work with a document’s custom properties. let doc...doc = new aw . Document (); let properties = doc . customDocumentProper...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ShowInBalloons | Aspose.Words for Java

    Specifies which Revisions are rendered in balloons in Java....ShowInBalloons Specifies which revisions are rendered in balloons.... Remarks: Note that revisions are not rendered in balloons for...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection::IndexOf method. Gets the index of a property by name in C++....Examples Shows how to work with a document’s custom properties. auto...auto doc = MakeObject < Document > (); SharedPtr < CustomDocumentProper...

    reference.aspose.com/words/cpp/aspose.words.pro...
  8. DocumentProperty.to_date_time method | Aspose.W...

    DocumentProperty.to_date_time method. Returns the property value as DateTime in UTC....Shows how to create a custom document property which contains a...time. doc = aw . Document () doc . custom_document_properties . add...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection::Contains method. Returns true if a property with the specified name exists in the collection in C++....Examples Shows how to work with a document’s custom properties. auto...auto doc = MakeObject < Document > (); SharedPtr < CustomDocumentProper...

    reference.aspose.com/words/cpp/aspose.words.pro...
  10. RevisionOptions.moved_to_text_color property | ...

    RevisionOptions.moved_to_text_color property. Allows to specify the color to be used for areas where content was moved to [RevisionType.MOVING](../../../aspose.words/Revisiontype/#MOVING)...the appearance of revisions. doc = aw . Document ( file_name = MY_DIR...MY_DIR + 'Revisions.docx' ) # Get the RevisionOptions object...

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