Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 5,803 for

document revision

(0.1 sec)
  1. Aspose::Words::Properties::CustomDocumentProper...

    A collection of custom Document properties....Description A collection of custom document properties. Each DocumentProperty...custom property of a container document. The names of the properties...

    reference.aspose.com/words/cpp/class/aspose.wor...
  2. Aspose::Words::Layout::LayoutOptions Class Refe...

    Holds the options that allow controlling the Document layout process....that allow controlling the document layout process. You do not...access layout options for this document. Note that after changing...

    reference.aspose.com/words/cpp/class/aspose.wor...
  3. 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#....appearance of revisions. Document doc = new Document ( MyDir + "Revisions..."Revisions.docx" ); // Get the RevisionOptions object that controls...

    reference.aspose.com/words/net/aspose.words.lay...
  4. 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#....appearance of revisions. Document doc = new Document ( MyDir + "Revisions..."Revisions.docx" ); // Get the RevisionOptions object that controls...

    reference.aspose.com/words/net/aspose.words.lay...
  5. 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...
  6. DocumentPropertyCollection.contains method | As...

    DocumentPropertyCollection.contains method. Returns ``True`` if a property with the specified name exists in the collection....with a document’s custom properties. doc = aw . Document () properties...properties = doc . custom_document_properties self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentPropertyCollection.index_of method | As...

    DocumentPropertyCollection.index_of method. Gets the index of a property by name....with a document’s custom properties. doc = aw . Document () properties...properties = doc . custom_document_properties self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentProperty.ToDouble | Aspose.Words for .NET

    DocumentProperty ToDouble method. Returns the property value as double in C#....custom document properties. Document doc = new Document (); CustomDocumentProper...properties . Add ( "Authorized Revision" , doc . BuiltInDocumentPrope...

    reference.aspose.com/words/net/aspose.words.pro...
  9. Aspose::Words::Paragraph Class Reference - Aspo...

    Represents a paragraph of text....paragraph invalid when the document is opened in Microsoft Word...Words document by hand. auto doc = MakeObject<Document>(); //...

    reference.aspose.com/words/cpp/class/aspose.wor...
  10. Aspose::Words::RevisionCollection::AcceptAll me...

    Aspose::Words::RevisionCollection::AcceptAll method. Accepts all Revisions in this collection in C++....ptAll method Accepts all revisions in this collection. void Aspose...compare documents. auto docOriginal = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words/rev...