Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 152,403 for

doc

(0.15 sec)
  1. Urobiť DOC Pomocou C++

    Vytvorte nový Doc v C++ v niekoľkých krokoch. Jednoducho vytvorte Doc pomocou knižnice C++....Vytvorte DOC pomocou knižnice C++ Naša výkonná knižnica C++ umožňuje...vývojárom programovo vytvárať DOC v niekoľkých krokoch C++ vývojári...

    products.aspose.com/words/sk/cpp/make/doc/
  2. FootnoteOptions class | Aspose.Words for Python

    aspose.words.notes.FootnoteOptions class. Represents the footnote numbering options for a Document or section... doc = aw . Document ( file_name =...endnotes.docx' ) doc . footnote_options . columns = 2 doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ZoomType enumeration | Aspose.Words for Node.js

    Aspose.Words.Settings.ZoomType enumeration. Possible values for how large or small the Document appears on the screen in Microsoft Word.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . viewOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FieldAuthor.author_name property | Aspose.Words...

    FieldAuthor.author_name property. Gets or sets the Document author's name.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # AUTHOR fields source their...

    reference.aspose.com/words/python-net/aspose.wo...
  5. MailMergeSettings.dataSource property | Aspose....

    MailMergeSettings.dataSource property. Specifies the path to the mail-merge data source... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startTable (); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PageSetup.orientation property | Aspose.Words f...

    PageSetup.orientation property. Returns or sets the orientation of the page.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Cell.ensure_minimum method | Aspose.Words for P...

    Cell.ensure_minimum method. If the last child is not a paragraph, creates and appends one empty paragraph.... doc = aw . Document () table = aw...aw . tables . Table ( doc ) doc . first_section . body . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  8. OoxmlSaveOptions.password property | Aspose.Wor...

    OoxmlSaveOptions.password property. Gets/sets a password to encrypt Document using ECMA376 Standard encryption algorithm.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. OoxmlSaveOptions.password property | Aspose.Wor...

    OoxmlSaveOptions.password property. Gets/sets a password to encrypt Document using ECMA376 Standard encryption algorithm.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Node.nextPreOrder method | Aspose.Words for Nod...

    Node.nextPreOrder method. Gets next node according to the pre-order tree traversal algorithm.... let doc = new aw . Document ( base ....+ "Images.docx" ); expect ( doc . getChildNodes ( aw . NodeType...

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