Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 30,978 for

doc

(0.05 sec)
  1. VbaModule.sourceCode property | Aspose.Words fo...

    VbaModule.sourceCode property. Gets or sets VBA project module source code.... let doc = new aw . Document (); // Create.... name = "Aspose.project" ; doc . vbaProject = project ; // Create...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. MarkdownExportAsHtml enumeration | Aspose.Words...

    aspose.words.saving.MarkdownExportAsHtml enumeration. Allows to specify the elements to be exported to Markdown as raw HTML.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Sample...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Border.line_style property | Aspose.Words for P...

    Border.line_style property. Gets or sets the border style.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . border ...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ViewOptions.FormsDesign | Aspose.Words for .NET

    Discover how ViewOptions FormsDesign enhances your Document experience by toggling forms design mode for seamless editing and customization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.set...
  5. VbaModuleCollection.add method | Aspose.Words f...

    VbaModuleCollection.add method. Adds a module to the collection.... doc = aw . Document () # Create a...project . name = 'Aspose.Project' doc . vba_project = project # Create...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Style.styles property | Aspose.Words for Node.js

    Style.styles property. Gets the collection of styles this style belongs to.... let doc = new aw . Document (); expect ( doc . styles ...default. for ( var style of doc . styles ) { console . log (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. StyleCollection.document property | Aspose.Word...

    StyleCollection.Document property. Gets the owner Document.... let doc = new aw . Document (); expect ( doc . styles ...default. for ( var style of doc . styles ) { console . log (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. PlainTextDocument.customDocumentProperties prop...

    PlainTextDocument.customDocumentProperties property. Gets [PlainTextDocument.customDocumentProperties](./) of the Document.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . customDocumentProper...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::MailMerging::MailMerge::get_Rest...

    Aspose::Words::MailMerging::MailMerge::get_RestartListsAtEachSection method. Gets or sets a value indicating whether lists are restarted at each section after executing of a mail merge in C++.... auto doc = MakeObject < Document > ( MyDir...breaks with numbering.docx" ); doc -> get_MailMerge () -> set_RestartListsAtEachSe...

    reference.aspose.com/words/cpp/aspose.words.mai...
  10. TextPath class | Aspose.Words for Python

    aspose.words.drawing.TextPath class. Defines the text and formatting of the text path (of a WordArt object)... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

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