Sort Score
Result 10 results
Languages All
Labels All
Results 9,891 - 9,900 of 150,879 for

doc

(0.18 sec)
  1. Aspose::Words::Document::RenderToScale method |...

    Aspose::Words::Document::RenderToScale method. Renders a Document page into a Graphics object to a specified scale in C++.... auto doc = MakeObject < Document > ( MyDir...= System :: Math :: DivRem ( doc -> get_PageCount (), thumbColumns...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Body class | Aspose.Words for Node.js

    Aspose.Words.Body class. Represents a container for the main text of a section...Constructors Name Description Body(doc) Initializes a new instance of...words document by hand. let doc = new aw . Document (); // A...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::EditableRangeStart::Accept metho...

    Aspose::Words::EditableRangeStart::Accept method. Accepts a visitor in C++....Visitor () { auto doc = MakeObject < Document > (); doc -> Protect (...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( String...

    reference.aspose.com/words/cpp/aspose.words/edi...
  4. FieldUserName Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldUserName class for seamless USERNAME field integration. Enhance Document automation with powerful features today!... Document doc = new Document (); // Create...userInformation . Name = "John Doe" ; doc . FieldOptions . CurrentUser...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FieldKeywords class | Aspose.Words for Python

    aspose.words.fields.FieldKeywords class. Implements the KEYWORDS field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add some keywords, also...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldSubject class | Aspose.Words for Python

    aspose.words.fields.FieldSubject class. Implements the SUBJECT field... doc = aw . Document () # Set a value..."Subject" built-in property. doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldTitle Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldTitle class for seamless TITLE field implementation. Enhance Document management with powerful features today!... Document doc = new Document (); // Set a value...built-in document property. doc . BuiltInDocumentPrope . Title...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldDocVariable Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldDocVariable class for seamless DocVARIABLE field integration, enhancing your Document automation and management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two ways of using...

    reference.aspose.com/words/net/aspose.words.fie...
  9. FieldEditTime class | Aspose.Words for Python

    aspose.words.fields.FieldEditTime class. Implements the EDITTIME field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # The EDITTIME field will...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::DocumentVisitor::VisitSubDocumen...

    Aspose::Words::DocumentVisitor::VisitSubDocument method. Called when a sub-Document is encountered in C++....DocStructureToText () { auto doc = MakeObject < Document > ( MyDir...and modify each visited node. doc -> Accept ( visitor ); std ::...

    reference.aspose.com/words/cpp/aspose.words/doc...