Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 43,397 for

doc

(0.14 sec)
  1. Style.baseStyleName property | Aspose.Words for...

    Style.baseStyleName property. Gets/sets the name of the style this style is based on.... let doc = new aw . Document ( base ....separate alias. let style = doc . styles . at ( "MyStyle" );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Document.automatically_update_styles property |...

    Document.automatically_update_styles property. Gets or sets a flag indicating whether the styles in the Document are updated to match the styles in the attached template each time the Document is opened in MS Word.... doc = aw . Document () # Microsoft...documents. self . assertEqual ( '' , doc . attached_template ) # Attach...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Document.MailMerge | Aspose.Words for .NET

    Unlock seamless Document automation with the MailMerge object, enhancing your workflow by simplifying mail merge tasks effortlessly....table: Document doc = CreateSourceDocExecu (); doc . MailMerge .... Execute ( table ); doc . Save ( ArtifactsDir + "MailMerge.ExecuteDataTable...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Style.Equals | Aspose.Words for .NET

    Discover the Style Equals method for comparing built-in styles. Understand linked and next paragraph styles for enhanced formatting and design efficiency.... Document doc = new Document ( MyDir + "Style...separate alias. Style style = doc . Styles [ "MyStyle" ]; Assert...

    reference.aspose.com/words/net/aspose.words/sty...
  5. Table.title property | Aspose.Words for Python

    Table.title property. Gets or sets title of this table...def create_nested_table (): doc = aw . Document () # Create the...create_table ( doc , 3 , 4 , 'Outer Table' ) doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  6. LayoutCollector.get_start_page_index method | A...

    LayoutCollector.get_start_page_index method. Gets 1-based index of the page where node begins... doc = aw . Document () layout_collector... layout . LayoutCollector ( doc ) # Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Paragraph::InsertField method | ...

    Aspose::Words::Paragraph::InsertField method. Inserts a field into this paragraph in C++.... auto doc = MakeObject < Document > ();...SharedPtr < Paragraph > para = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/par...
  8. Style.BaseStyleName | Aspose.Words for .NET

    Discover how to customize the BaseStyleName property to enhance your design. Easily get or set the style name for improved visual appeal!... Document doc = new Document ( MyDir + "Style...separate alias. Style style = doc . Styles [ "MyStyle" ]; Assert...

    reference.aspose.com/words/net/aspose.words/sty...
  9. CustomXmlPart class | Aspose.Words for Node.js

    Aspose.Words.Markup.CustomXmlPart class. Represents a Custom XML Data Storage Part (custom XML data within a package)... Remarks A DOCX or DOC document can contain one or more...tag with custom XML data. let doc = new aw . Document (); // Construct...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Table.description property | Aspose.Words for N...

    Table.description property. Gets or sets description of this table...'CreateNestedTable' , () => { let doc = new aw . Document (); // Create...createTable ( doc , 3 , 4 , "Outer Table" ); doc . firstSection...

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