Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 30,980 for

doc

(0.16 sec)
  1. Aspose::Words::Revision::Accept method | Aspose...

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

    reference.aspose.com/words/cpp/aspose.words/rev...
  2. Aspose::Words::Revision::get_Author method | As...

    Aspose::Words::Revision::get_Author method. Gets or sets the author of this revision. Can not be empty string or null in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Normal editing of the document...

    reference.aspose.com/words/cpp/aspose.words/rev...
  3. Document.StartTrackRevisions | Aspose.Words for...

    Effortlessly track Document changes with the StartTrackRevisions method. Automatically mark all edits as revisions for seamless collaboration and clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Editing a document usually...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Document.Unprotect | Aspose.Words for .NET

    Effortlessly unlock your Documents with our Document Unprotect method, removing any password protection for easy access and editing.... Document doc = new Document (); doc . Protect ( ProtectionType...ProtectionType . ReadOnly , doc . ProtectionType ); // If we...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Font.position property | Aspose.Words for Python

    Font.position property. Gets or sets the position of text (in points) relative to the base line... doc = aw . Document () para = doc . get_child (...baseline. run = aw . Run ( doc = doc , text = 'Raised text. ' )...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CleanupOptions.unused_styles property | Aspose....

    CleanupOptions.unused_styles property. Specifies whether unused styles should be removed from Document... doc = aw . Document () doc . styles . add (...StyleType . LIST , 'MyListStyle1' ) doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Document.sections property | Aspose.Words for P...

    Document.sections property. Returns a collection that represents all sections in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'This...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Markup::StructuredDocumentTagRan...

    Aspose::Words::Markup::StructuredDocumentTagRangeStart::StructuredDocumentTagRangeStart constructor. Initializes a new instance of the Structured Document tag range start class in C++....:: Words :: DocumentBase > & doc , Aspose :: Words :: Markup ::...) Parameter Type Description doc const System::SharedPtr<Aspo...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. RevisionCollection class | Aspose.Words for Nod...

    Aspose.Words.RevisionCollection class. A collection of [Revision](../revision/) objects that represent revisions in the Document... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Normal editing of the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. CleanupOptions.unusedBuiltinStyles property | A...

    CleanupOptions.unusedBuiltinStyles property. Specifies that unused [Style.builtIn](../../style/builtIn/) styles should be removed from Document.... let doc = new aw . Document (); doc . styles . add...StyleType . List , "MyListStyle1" ); doc . styles . add ( aw . StyleType...

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