Sort Score
Result 10 results
Languages All
Labels All
Results 8,521 - 8,530 of 18,484 for

docx to doc

(0.09 sec)
  1. CompositeNode.get_child_nodes method | Aspose.W...

    CompositeNode.get_child_nodes method. Returns a live collection of child nodes that match the specified type.... doc = aw . Document ( file_name =...MY_DIR + 'Comments.docx' ) comments = doc . get_child_nodes (...

    reference.aspose.com/words/python-net/aspose.wo...
  2. BuiltInDocumentProperties.CharactersWithSpaces ...

    Discover the BuiltInDocumentProperties CharactersWithSpaces property, which estimates character count, including spaces, for efficient Document management....Document doc = new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...
  3. BuiltInDocumentProperties.ContentStatus | Aspos...

    Manage your Document's content status effortlessly with the BuiltInDocumentProperties ContentStatus property. Enhance organization and efficiency Today!...Document doc = new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...
  4. BuiltInDocumentProperties.Pages | Aspose.Words ...

    Discover the BuiltInDocumentProperties Pages property, offering an accurate estimate of your Document's page count for efficient management and organization....Document doc = new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...
  5. ListCollection.add_copy method | Aspose.Words f...

    ListCollection.add_copy method. Creates a new list by copying the specified list and adding it To the collection of lists in the Document.... doc = aw . Document () # A list allows...its first list level. list1 = doc . lists . add ( list_template...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Frameset.ChildFramesets | Aspose.Words for .NET

    Discover the Frameset ChildFramesets property To easily access and manage collections of child frames and pages for enhanced web design....Document doc = new Document ( MyDir + "Frameset.docx" ); Assert...Assert . That ( doc . Frameset . ChildFramesets . Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words.fra...
  7. FramesetCollection.Count | Aspose.Words for .NET

    Discover the FramesetCollection Count property, easily access the Total number of frames in your collection for efficient web management....Document doc = new Document ( MyDir + "Frameset.docx" ); Assert...Assert . That ( doc . Frameset . ChildFramesets . Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words.fra...
  8. FramesetCollection.Item | Aspose.Words for .NET

    Access specific frames with FramesetCollection. Easily retrieve frame pages by index for efficient web navigation and enhanced user experience....Document doc = new Document ( MyDir + "Frameset.docx" ); Assert...Assert . That ( doc . Frameset . ChildFramesets . Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words.fra...
  9. MailMerge.UseWholeParagraphAsRegion | Aspose.Wo...

    Discover how To use the MailMerge UseWholeParagraphAsRegion property To enhance your mail merge regions, ensuring complete control over content inclusion....useWholeParagraphAsR ) { Document doc = CreateSourceDocWithN (); DataTable...mail merge on this document. doc . MailMerge . UseWholeParagraphAsR...

    reference.aspose.com/words/net/aspose.words.mai...
  10. NodeCollection.to_array method | Aspose.Words f...

    NodeCollection.To_array method. Copies all nodes from the collection To a new array of nodes.... doc = aw . Document ( file_name =...'Textboxes in drawing canvas.docx' ) shapes = list ( filter (...

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