Sort Score
Result 10 results
Languages All
Labels All
Results 2,791 - 2,800 of 180,044 for

doc

(0.15 sec)
  1. Create Empty Document in NPOI|Aspose.Words for ...

    Create an empty Document easily and fast instead of using NPOI in C#....Words ; Document doc = new Document (); doc . Save ( "blank.docx"...; XWPFDocument doc = new XWPFDocument (); doc . CreateParagraph...

    docs.aspose.com/words/net/create-empty-document...
  2. Node.remove method | Aspose.Words for Python

    Node.remove method. Removes itself from the parent.... doc = aw . Document ( file_name =...MY_DIR + 'Images.docx' ) shapes = doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Shading.texture property | Aspose.Words for Python

    Shading.texture property. Gets or sets the shading texture.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) borders = builder . paragraph_format...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldOptions.isBidiTextSupportedOnUpdate proper...

    FieldOptions.isBidiTextSupportedOnUpdate property. Gets or sets the value indicating whether bidirectional text is fully supported during field update or not.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Ensure that any field operation...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. WarningInfoCollection.warning method | Aspose.W...

    WarningInfoCollection.warning method. Implements the [IWarningCallback](../../iwarningcallback/) interface... doc = aw . Document ( file_name =...aw . WarningInfoCollectio () doc . warning_callback = warning_collector...

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

    PageSetup.bidi property. Specifies that this section contains bidirectional (complex scripts) text.... doc = aw . Document () page_setup = doc . sections...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Column...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ParagraphFormat.pageBreakBefore property | Aspo...

    ParagraphFormat.pageBreakBefore property. True if a page break is forced before the paragraph.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Set this flag to "true"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Font.color property | Aspose.Words for Node.js

    Font.color property. Gets or sets the color of the font.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Specify font formatting...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Document.compliance property | Aspose.Words for...

    Document.compliance property. Gets the OOXML compliance version determined from the loaded Document content... doc = aw . Document ( file_name =...MY_DIR + 'Document.doc' ) self . assertEqual ( doc . compliance ,...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Adding JavaScript in Ruby|Aspose.PDF for Java

    Enable JavaScript functionality in PDFs using Aspose.PDF in Ruby for interactivity and automation.... doc = Rjb :: import ( ' com . aspose...to desired action of Document doc . setOpenAction ( javaScript...

    docs.aspose.com/pdf/java/adding-javascript-in-r...