Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 180,130 for

doc

(0.11 sec)
  1. Aspose::Words::WebExtensions::TaskPane::get_Web...

    Aspose::Words::WebExtensions::TaskPane::get_WebExtension method. Represents an web extension object in C++.... auto doc = System :: MakeObject < Aspose...WebExtensions :: TaskPane > (); doc -> get_WebExtensionTaskPane ()...

    reference.aspose.com/words/cpp/aspose.words.web...
  2. PageSetup.textOrientation property | Aspose.Wor...

    PageSetup.textOrientation property. Allows to specify [PageSetup.textOrientation](./) for the whole page...native formats DOCX, WML, RTF and DOC. Examples Shows how to set text...text orientation. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Row.Hidden | Aspose.Words for .NET

    Row Hidden property Documentation. Control table row visibility in Word Documents programmatically with boolean hide/show settings.... Document doc = new Document ( MyDir + "Tables..."Tables.docx" ); Row row = doc . FirstSection . Body . Tables [...

    reference.aspose.com/words/net/aspose.words.tab...
  4. Document.removeMacros method | Aspose.Words for...

    Document.removeMacros method. Removes all macros (the VBA project) as well as toolbars and command customizations from the Document.... let doc = new aw . Document ( base ....expect ( doc . hasMacros ). toEqual ( true ); expect ( doc . vbaProject...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Remove Metadata from PDF in Python|Aspose.PDF f...

    Find out how to remove metadata from PDF Documents in Python using Aspose.PDF, ensuring privacy and data security.... doc = self . Document () pdf = self...'/pdfaid:part/' , doc . getMetadata ())): doc . getMetadata ()...

    docs.aspose.com/pdf/java/remove-metadata-from-p...
  6. Node class | Aspose.Words for Node.js

    Aspose.Words.Node class. Base class for all nodes of a Word Document... let doc = new aw . Document (); let para = doc . firstSection...appendChild ( new aw . Run ( doc , "Hello world!" )); // Below...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ListFormat.list_level_number property | Aspose....

    ListFormat.list_level_number property. Gets or sets the list level number (0 to 8) for the paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Inserting Documents Dynamically in Java|Aspose....

    Insert contents of outer Documents into your Document dynamically when building a report in Java....reports dynamically using doc tags. A doc tag denotes a placeholder...Syntax of a doc tag is defined as follows. << doc [ document_expression...

    docs.aspose.com/words/java/inserting-documents-...
  9. FieldOptions.DefaultDocumentAuthor | Aspose.Wor...

    Manage the DefaultDocumentAuthor property to easily set or update Document authors' names, enhancing organization and Document management efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // AUTHOR fields source their...

    reference.aspose.com/words/net/aspose.words.fie...
  10. BorderCollection.horizontal property | Aspose.W...

    BorderCollection.horizontal property. Gets the horizontal border that is used between cells or conforming paragraphs.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a red horizontal...

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