Sort Score
Result 10 results
Languages All
Labels All
Results 9,871 - 9,880 of 182,415 for

doc

(0.33 sec)
  1. Table.nodeType property | Aspose.Words for Node.js

    Table.nodeType property. Returns [NodeType.Table](../../nodetype/#Table)....'RecurseChildren' , () => { let doc = new aw . Document ( base ....itself, is composite. expect ( doc . isComposite ). toEqual ( true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Table.NodeType | Aspose.Words for .NET

    Discover the Table NodeType property that efficiently returns table data, enhancing your data management and organization for seamless integration....RecurseChildren () { Document doc = new Document ( MyDir + "Paragraphs...is composite. Assert . That ( doc . IsComposite , Is . True );...

    reference.aspose.com/words/net/aspose.words.tab...
  3. CompositeNode.indexOf method | Aspose.Words for...

    CompositeNode.indexOf method. Returns the index of the specified child node in the child node array.... let doc = new aw . Document ( base ...."Rendering.docx" ); let body = doc . firstSection . body ; // Retrieve...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Load And Save To Disk in Ruby|Aspose.Words for ...

    Load and save MS Word Document to disk using Ruby.... doc = Rjb :: import ( 'com.aspose..."Document.doc" ) \ # Save the document as DOCX document. doc . save...

    docs.aspose.com/words/java/load-and-save-to-dis...
  5. ChartLegendEntry | Aspose.Words for Java

    Represents a chart legend entry in Java.... Document doc = new Document(getMyDir() + "Reporting...docx"); Chart chart = ((Shape)doc.getChild(NodeType.SHAPE, 0, true))...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldDocVariable class | Aspose.Words for Python

    aspose.words.fields.FieldDocVariable class. Implements DocVARIABLE field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways of using...

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

    aspose.words.fields.FieldDocProperty class. Implements the DocPROPERTY field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways of using...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Concatenate PDF Files in Python|Aspose.PDF for ...

    Find out how to concatenate multiple PDF files into a single Document using Python with Aspose.PDF for seamless Document management.... doc = self . Document () pdf = self...output file (the target document) doc . save ( self . dataDir + "Concatenate_output...

    docs.aspose.com/pdf/python-java/concatenate-pdf...
  9. Simple Mail Merge in Python|Aspose.Words for Java

    Simple Mail Merge using Python....Document" ) doc = Document ( srcDocFile ) \#...the document with user data . doc . getMailMerge (). execute (...

    docs.aspose.com/words/java/simple-mail-merge-in...
  10. Aspose::Words::Tables::Row::Row constructor | A...

    Aspose::Words::Tables::Row::Row constructor. Initializes a new instance of the Row class in C++....DocumentBase > & doc ) Parameter Type Description doc const Syste...

    reference.aspose.com/words/cpp/aspose.words.tab...