Sort Score
Result 10 results
Languages All
Labels All
Results 9,121 - 9,130 of 17,116 for

docx to doc

(0.2 sec)
  1. ListLevel.delete_picture_bullet method | Aspose...

    ListLevel.delete_picture_bullet method. Deletes picture bullet for the current list level.... doc = aw . Document () list = doc . lists . add...= aw . DocumentBuilder ( doc = doc ) builder . list_format ....

    reference.aspose.com/words/python-net/aspose.wo...
  2. ListLevel.custom_number_style_format property |...

    ListLevel.cusTom_number_style_format property. Gets or sets the cusTom number style format for this list level... doc = aw . Document ( file_name =...with leading zero.docx' ) list_level = doc . first_section ....

    reference.aspose.com/words/python-net/aspose.wo...
  3. Shading.foreground_pattern_theme_color property...

    Shading.foreground_pattern_theme_color property. Gets or sets the foreground pattern theme color in the applied color scheme that is associated with this [Shading](../) object.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) shading = doc . first_section ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. CellFormat.FitText | Aspose.Words for .NET

    Discover the CellFormat FitText property, easily compress text To fit your cell's width, enhancing readability and presentation in your spreadsheets.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . StartTable (); //...

    reference.aspose.com/words/net/aspose.words.tab...
  5. FieldIncludePicture.graphic_filter property | A...

    FieldIncludePicture.graphic_filter property. Gets or sets the name of the filter for the format of the graphic that is To be inserted.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are two similar field types...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldIncludePicture.resize_vertically property ...

    FieldIncludePicture.resize_vertically property. Gets or sets whether To resize the picture vertically from the source.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are two similar field types...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PageInfo.GetSpecifiedPrinterPaperSource | Aspos...

    Discover the GetSpecifiedPrinterPaperSource method in PageInfo. Efficiently retrieve the ideal PaperSource for seamless page printing....Document doc = new Document ( MyDir + "Rendering.docx" ); // The...PrinterSettings (). PaperSources ; doc . FirstSection . PageSetup ....

    reference.aspose.com/words/net/aspose.words.ren...
  8. CommentRangeEnd | Aspose.Words for Java

    Denotes the end of a region of text that has a comment associated with it in Java....throws Exception { Document doc = new Document(); Comment newComment...newComment = new Comment(doc); { newComment.setAuthor("VDeryushev");...

    reference.aspose.com/words/java/com.aspose.word...
  9. Border.lineStyle property | Aspose.Words for No...

    Border.lineStyle property. Gets or sets the border style.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . border ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. BaseWebExtensionCollection1.Add | Aspose.Words ...

    Discover how To enhance your projects with the BaseWebExtensionCollection Add method. Effortlessly add items To your collection for seamless integration.... Document doc = new Document (); // Create...myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane . Add...

    reference.aspose.com/words/net/aspose.words.web...