Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 179,953 for

doc

(0.18 sec)
  1. SmartTag.accept method | Aspose.Words for Node.js

    SmartTag.accept method. Accepts a visitor....test ( 'Create' , () => { let doc = new aw . Document (); // A...new aw . Markup . SmartTag ( doc ); // Smart tags are composite...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Document.AutomaticallyUpdateStyles | Aspose.Wor...

    Discover how the AutomaticallyUpdateStyles property in MS Word ensures your Document's styles sync with the template every time you open it, enhancing consistency.... Document doc = new Document (); // Microsoft...Words documents. Assert . That ( doc . AttachedTemplate , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/doc...
  3. 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...
  4. Style.remove method | Aspose.Words for Python

    Style.remove method. Removes the specified style from the Document.... doc = aw . Document () style = doc . styles . add...= aw . DocumentBuilder ( doc = doc ) # Apply one of the styles...

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

    aspose.words.CommentCollection class. Provides typed access to a collection of [Comment](../comment/) nodes... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Helo...

    reference.aspose.com/words/python-net/aspose.wo...
  6. PageSetup.gutter property | Aspose.Words for Py...

    PageSetup.gutter property. Gets or sets the amount of extra space added to the margin for Document binding.... doc = aw . Document () # Insert text...= aw . DocumentBuilder ( doc = doc ) i = 0 while i < 6 : builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PageSetup.multiple_pages property | Aspose.Word...

    PageSetup.multiple_pages property. For multiple page Documents, gets or sets how a Document is printed or rendered so that it can be bound as a booklet.... doc = aw . Document () # Insert text...= aw . DocumentBuilder ( doc = doc ) i = 0 while i < 6 : builder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldStyleRef.InsertParagraphNumberInRelativeCo...

    Discover the FieldStyleRef InsertParagraphNumberInRelativeContext property to easily manage paragraph numbering in your Documents for enhanced clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a list based using...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Გააკეთეთ DOC Javascript Ის Გამოყენებით

    შექმენით ახალი Doc JavaScript ში რამდენიმე ნაბიჯით. მარტივად შექმენით Doc Node.js via .NET ბიბლიოთეკის გამოყენებით....გააკეთეთ DOC Node.js via .NET ბიბლიოთეკის გამოყენებით ჩვენი მძლავრი...საშუალებას აძლევს პროგრამულად შექმნან DOC მხოლოდ რამდენიმე ნაბიჯით Node...

    products.aspose.com/words/ka/nodejs-net/make/doc/
  10. Node.document property | Aspose.Words for Node.js

    Node.Document property. Gets the Document to which this node belongs.... let doc = new aw . Document (); let para...Paragraph ( doc ); para . appendChild ( new aw . Run ( doc , "Hello...

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