Sort Score
Result 10 results
Languages All
Labels All
Results 8,661 - 8,670 of 17,116 for

docx to doc

(0.08 sec)
  1. CompositeNode.getChildNodes method | Aspose.Wor...

    CompositeNode.getChildNodes method. Returns a live collection of child nodes that match the specified type.... let doc = new aw . Document ( base ....myDir + "Comments.docx" ); let comments = [... doc . getChildNodes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. SdtListItem constructor | Aspose.Words for Python

    aspose.words.markup.SdtListItem construcTor... doc = aw . Document () tag = aw ...markup . StructuredDocumentTa ( doc , aw . markup . SdtType . DROP_DOWN_LIST...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DocumentProperty.LinkSource | Aspose.Words for ...

    Discover the LinkSource property for DocumentProperty, effortlessly access the source of your linked cusTom Document properties for enhanced Document management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . StartBookmark (...

    reference.aspose.com/words/net/aspose.words.pro...
  4. Style.ParagraphFormat | Aspose.Words for .NET

    Discover how To access and cusTomize the paragraph formatting of styles for enhanced Document presentation and professional formatting.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a custom paragraph...

    reference.aspose.com/words/net/aspose.words/sty...
  5. FontInfoCollection class | Aspose.Words for Python

    aspose.words.fonts.FontInfoCollection class. Represents a collection of fonts used in a Document... doc = aw . Document ( file_name =...MY_DIR + 'Document.docx' ) font_infos = doc . font_infos font_infos...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::PageSetup::get_BorderAppliesTo m...

    Aspose::Words::PageSetup::get_BorderAppliesTo method. Specifies which pages the page border is printed on in C++.... auto doc = System :: MakeObject < Aspose...Words :: PageSetup > pageSetup = doc -> get_Sections () -> idx_get...

    reference.aspose.com/words/cpp/aspose.words/pag...
  7. CsvDataSource | Aspose.Words for .NET

    Create a powerful CSV data source effortlessly with our CsvDataSource construcTor. Simplify data parsing with default options for seamless integration.... Document doc = new Document ( MyDir + "Reporting...template - CSV data destination.docx" ); CsvDataLoadOptions loadOptions...

    reference.aspose.com/words/net/aspose.words.rep...
  8. SignatureLine | Aspose.Words for Java

    Provides access To signature line properties in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); SignatureLineOptions options...

    reference.aspose.com/words/java/com.aspose.word...
  9. RevisionsView enumeration | Aspose.Words for Py...

    aspose.words.RevisionsView enumeration. Allows To specify whether To work with the original or revised version of a Document.... doc = aw . Document ( file_name =...levels.docx' ) doc . update_list_labels () paragraphs = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Bookmark | Aspose.Words for Java

    Represents a single bookmark in Java.... Document doc = createDocumentWithBo(3); BookmarkCollection...BookmarkCollection bookmarks = doc.getRange().getBookmarks(); p...

    reference.aspose.com/words/java/com.aspose.word...