Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 30,980 for

doc

(0.04 sec)
  1. Aspose::Words::Vba::VbaReference class | Aspose...

    Aspose::Words::Vba::VbaReference class. Implements a reference to an Automation type library or VBA project. To learn more, visit the Documentation article in C++....dll" ; auto doc = MakeObject < Document > ( MyDir...VbaReferenceCollecti > references = doc -> get_VbaProject () -> get_References...

    reference.aspose.com/words/cpp/aspose.words.vba...
  2. FieldCitation.prefix property | Aspose.Words fo...

    FieldCitation.prefix property. Gets or sets a prefix that is prepended to the citation.... doc = aw . Document ( MY_DIR + 'Bibliography...builder = aw . DocumentBuilder ( doc ) builder . write ( 'Text to...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::TabStop::Equals method | Aspose....

    Aspose::Words::TabStop::Equals method. Compares with the specified TabStop in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < TabStopCollection...

    reference.aspose.com/words/cpp/aspose.words/tab...
  4. Revision.Author | Aspose.Words for .NET

    Manage your Revision Author effortlessly. Easily set or update the author details for each revision—ensuring clarity and accountability in your Documents.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Normal editing of the document...

    reference.aspose.com/words/net/aspose.words/rev...
  5. Document.hasRevisions property | Aspose.Words f...

    Document.hasRevisions property. Returns ``true`` if the Document has any tracked changes.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Normal editing of the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. RevisionType enumeration | Aspose.Words for Python

    aspose.words.RevisionType enumeration. Specifies the type of change being tracked in [Revision](../revision/).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Normal editing of the document...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Revision::get_RevisionType metho...

    Aspose::Words::Revision::get_RevisionType method. Gets the type of this revision in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Normal editing of the document...

    reference.aspose.com/words/cpp/aspose.words/rev...
  8. VbaProject.IsProtected | Aspose.Words for .NET

    Discover if your VbaProject is password protected with the IsProtected property. Ensure your code's security and streamline project management effectively!... Document doc = new Document ( MyDir + "Vba...protected.docm" ); Assert . True ( doc . VbaProject . IsProtected );...

    reference.aspose.com/words/net/aspose.words.vba...
  9. FieldSymbol | Aspose.Words for Java

    Implements a SYMBOL field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are three ways to...

    reference.aspose.com/words/java/com.aspose.word...
  10. Aspose::Words::Fields::FieldBuilder class | Asp...

    Aspose::Words::Fields::FieldBuilder class. Builds a field from field code tokens (arguments and switches). To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...builder -> BuildAndInsert ( doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.fie...