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

doc

(0.14 sec)
  1. VbaModule.clone method | Aspose.Words for Node.js

    VbaModule.clone method. Performs a copy of the [VbaModule](../).... let doc = new aw . Document ( base ....Document (); let copyVbaProject = doc . vbaProject . clone (); destDoc...

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

    Table.distanceTop property. Gets or sets distance between table top and the surrounding text, in points.... let doc = new aw . Document ( base ....by text.docx" ); let table = doc . firstSection . body . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. BorderCollection.color property | Aspose.Words ...

    BorderCollection.color property. Gets or sets the border color.... doc = aw . Document () page_setup = doc . sections...page_setup . borders . shadow = True doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  4. BorderCollection.line_style property | Aspose.W...

    BorderCollection.line_style property. Gets or sets the border style.... doc = aw . Document () page_setup = doc . sections...page_setup . borders . shadow = True doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main Document and a glossary Document of a Word Document in Java.... Document doc = new Document(); Assert.ass...assertEquals(DocumentBase.class, doc.getClass().getSuperclass());...

    reference.aspose.com/words/java/com.aspose.word...
  6. HorizontalRuleFormat.color property | Aspose.Wo...

    HorizontalRuleFormat.color property. Gets or sets the brush color that fills the horizontal rule.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_horizontal_rule...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PageSetup.border_applies_to property | Aspose.W...

    PageSetup.border_applies_to property. Specifies which pages the page border is printed on.... doc = aw . Document () page_setup = doc . sections...border . distance_from_text = 0 doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DigitalSignature.signatureType property | Aspos...

    DigitalSignature.signatureType property. Gets the type of the digital signature.... const doc = new aw . Document ( base ....docx" ); for ( var i = 0 ; i < doc . digitalSignatures . count ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Working with Images | C++ API Solution

    How to add simple or tiled image to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/page/cpp/xps/working-with-images/
  10. ParagraphAlignment enumeration | Aspose.Words f...

    Aspose.Words.ParagraphAlignment enumeration. Specifies text alignment in a paragraph.... let doc = new aw . Document (); // A...document node with no children. doc . removeAllChildren (); // This...

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