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

doc

(0.06 sec)
  1. MailMerge.RestartListsAtEachSection | Aspose.Wo...

    Discover the MailMerge RestartListsAtEachSection property—control list resets in each section for seamless mail merges. Enhance your Document precision today!... Document doc = new Document ( MyDir + "Section...docx" ); doc . MailMerge . RestartListsAtEachSe = false ; doc . MailMerge...

    reference.aspose.com/words/net/aspose.words.mai...
  2. PlainTextDocument.BuiltInDocumentProperties | A...

    Discover the PlainTextDocument BuiltInDocumentProperties property to easily access and manage essential Document metadata for enhanced Document organization.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . BuiltInDocumentPrope...

    reference.aspose.com/words/net/aspose.words/pla...
  3. VbaProject.name property | Aspose.Words for Nod...

    VbaProject.name property. Gets or sets VBA project name.... let doc = new aw . Document (); // Create.... name = "Aspose.project" ; doc . vbaProject = project ; // Create...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Stroke.back_theme_color property | Aspose.Words...

    Stroke.back_theme_color property. Gets or sets a ThemeColor object that represents the stroke background color.... doc = aw . Document ( file_name =...gradient outline.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Style class | Aspose.Words for C...

    Aspose::Words::Style class. Represents a single built-in or user-defined style. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...SharedPtr < Style > style = doc -> get_Styles () -> Add ( StyleType...

    reference.aspose.com/words/cpp/aspose.words/style/
  6. Aspose::Words::Tables::Row class | Aspose.Words...

    Aspose::Words::Tables::Row class. Represents a table row. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...= MakeObject < Table > ( doc ); doc -> get_FirstSection () ->...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. StructuredDocumentTagRangeStart constructor | A...

    StructuredDocumentTagRangeStart constructor. Initializes a new instance of the Structured Document tag range start class....constructor StructuredDocumentTa(doc, type) Initializes a new instance...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Lists::ListCollection::Add metho...

    Aspose::Words::Lists::ListCollection::Add method. Creates a new list based on a predefined template and adds it to the collection of lists in the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); ASSERT_FALSE ( builder ->...

    reference.aspose.com/words/cpp/aspose.words.lis...
  9. TxtSaveOptionsBase.paragraph_break property | A...

    TxtSaveOptionsBase.paragraph_break property. Specifies the string to use as a paragraph break when exporting in text formats.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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...