Sort Score
Result 10 results
Languages All
Labels All
Results 7,901 - 7,910 of 18,474 for

docx to doc

(0.36 sec)
  1. DocumentBuilder.document property | Aspose.Word...

    DocumentBuilder.Document property. Gets or sets the [DocumentBuilder.Document](./) object that this object is attached To.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. BorderCollection.Horizontal | Aspose.Words for ...

    Discover the BorderCollection Horizontal property for seamless cell and paragraph borders. Enhance your layout with perfect alignment and style!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a red horizontal...

    reference.aspose.com/words/net/aspose.words/bor...
  3. ChartSeriesCollection.add1 method | Aspose.Word...

    aspose.words.drawing.charts.ChartSeriesCollection.add1 method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a Pareto chart....

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Run::get_Text method | Aspose.Wo...

    Aspose::Words::Run::get_Text method. Gets or sets the text of the run in C++.... auto doc = System :: MakeObject < Aspose...document node with no children. doc -> RemoveAllChildren (); // This...

    reference.aspose.com/words/cpp/aspose.words/run...
  5. Node.js and .NET Version Differences|Aspose.Wor...

    Aspose.Words for Node.js via .NET is a native Node.js module based on Aspose.Words for .NET with [Node-API](https://nodejs.org/api/n-api.html). This page describes the differences in features and API of these two products....document: let doc = new aw . Document ( "Document.docx" ); // Get...it to Run object. let run = doc . getChild ( aw . NodeType ....

    docs.aspose.com/words/nodejs-net/nodejs-notes/
  6. Aspose::Words::Markup::CustomXmlPartCollection:...

    Aspose::Words::Markup::CusTomXmlPartCollection::RemoveAt method. Removes an item at the specified index in C++.... auto doc = System :: MakeObject < Aspose...:: CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. Row.row_format property | Aspose.Words for Python

    Row.row_format property. Provides access To the formatting properties of the row.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  8. MailMergeSettings.DataSource | Aspose.Words for...

    Discover how To set the MailMergeSettings DataSource property for seamless mail merge integration. Easily specify your data source path for optimal results!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . StartTable (); builder...

    reference.aspose.com/words/net/aspose.words.set...
  9. MailMergeSettings.HeaderSource | Aspose.Words f...

    Discover the MailMergeSettings HeaderSource property, define your mail merge header path effortlessly. Optimize your Document workflow Today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . StartTable (); builder...

    reference.aspose.com/words/net/aspose.words.set...
  10. CustomPart.content_type property | Aspose.Words...

    CusTomPart.content_type property. Specifies the content type of this cusTom part.... doc = aw . Document ( MY_DIR + 'Custom...OOXML package.docx' ) self . assertEqual ( 2 , doc . package_custom_parts...

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