Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 2,696 for

document revision

(0.04 sec)
  1. Aspose::Words::Layout::RevisionOptions::get_Mov...

    Aspose::Words::Layout::RevisionOptions::get_MovedToTextEffect method. Allows to specify the effect to be applied to the areas where content was moved to Moving. Default value is DoubleUnderline 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...
  2. FormField | Aspose.Words for Java

    Represents a single form field in Java....Working with Form Fields documentation article. Remarks: Microsoft...FormField is represented in a document by a special character and...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Properties::DocumentProperty::To...

    Aspose::Words::Properties::DocumentProperty::ToBool method. Returns the property value as bool in C++....custom document properties. auto doc = MakeObject < Document > ();...properties -> Add ( u "Authorized Revision" , doc -> get_BuiltInDocumentPrope...

    reference.aspose.com/words/cpp/aspose.words.pro...
  4. 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...
  5. 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...
  6. Aspose::Words::Properties::DocumentProperty::To...

    Aspose::Words::Properties::DocumentProperty::ToDateTime method. Returns the property value as DateTime in UTC in C++....Shows how to create a custom document property which contains a...time. auto doc = MakeObject < Document > (); doc -> get_CustomDocumentProper...

    reference.aspose.com/words/cpp/aspose.words.pro...
  7. DocumentProperty.type property | Aspose.Words f...

    DocumentProperty.type property. Gets the data type of the property....with built-in document properties. doc = aw . Document ( MY_DIR +...'Properties.docx' ) # The "Document" object contains some of its...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Properties::DocumentProperty::To...

    Aspose::Words::Properties::DocumentProperty::ToInt method. Returns the property value as integer in C++....custom document properties. auto doc = MakeObject < Document > ();...properties -> Add ( u "Authorized Revision" , doc -> get_BuiltInDocumentPrope...

    reference.aspose.com/words/cpp/aspose.words.pro...
  9. Footnote | Aspose.Words for Java

    Represents a container for text of a footnote or endnote in Java....with Footnote and Endnote documentation article. Remarks: The Footnote...footnotes and endnotes in a Word document. Footnote is an inline-level...

    reference.aspose.com/words/java/com.aspose.word...
  10. DocumentPropertyCollection class | Aspose.Words...

    aspose.words.properties.DocumentPropertyCollection class. Base class for [BuiltInDocumentProperties](../builtinDocumentproperties/) and [CustomDocumentProperties](../customDocumentproperties/) collections...the Work with Document Properties documentation article. Remarks...with a document’s custom properties. doc = aw . Document () properties...

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