Sort Score
Result 10 results
Languages All
Labels All
Results 7,721 - 7,730 of 18,410 for

docx to doc

(0.1 sec)
  1. Compress TSV Files Online or using Android Mobi...

    Free online app To compress different TSV files. Android compression library Java code for TSV Documents....[Product Documentation](https://docs.aspose.com/cells/java/system-requirements/)...(Comma Seperated Values) Compress DOC Files (Microsoft Word Binary...

    products.aspose.com/total/android-java/compress...
  2. Create PDF Report In Python

    Generate reports and auTomate Documents using PDF templates and cusTom data in Python....(optional) Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...aspose.words.reporting as awr doc = aw.Document( "Input.pdf" );...

    products.aspose.com/words/python-net/report/pdf/
  3. Run.text property | Aspose.Words for Python

    Run.text property. Gets or sets the text of the run.... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ControlChar.OPTIONAL_HYPHEN_CHAR property | Asp...

    ControlChar.OPTIONAL_HYPHEN_CHAR property. Optional Hyphen in Microsoft Word is (char)31.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...

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

    Discover the Cell CellFormat property To easily access and cusTomize cell formatting options for enhanced data presentation in your applications....Document doc = new Document ( MyDir + "Tables.docx" ); Table...Table table = doc . FirstSection . Body . Tables [ 0 ]; Cell firstCell...

    reference.aspose.com/words/net/aspose.words.tab...
  6. Font.no_proofing property | Aspose.Words for Py...

    Font.no_proofing property. True when the formatted characters are not To be spell checked.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Normally, Microsoft Word...

    reference.aspose.com/words/python-net/aspose.wo...
  7. SaveOptions.UpdateCreatedTimeProperty | Aspose....

    Optimize your SaveOptions with the UpdateCreatedTimeProperty. Control CreatedTime updates before saving, enhancing data accuracy. Default, false.... Document doc = new Document (); DateTime createdTime...DateTime ( 2019 , 12 , 20 ); doc . BuiltInDocumentPrope . CreatedTime...

    reference.aspose.com/words/net/aspose.words.sav...
  8. DocumentBuilder.end_bookmark method | Aspose.Wo...

    DocumentBuilder.end_bookmark method. Marks the current position in the Document as a bookmark end.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A valid bookmark needs...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Document.JustificationMode | Aspose.Words for .NET

    Discover how To optimize your Document's character spacing with the JustificationMode property. Enhance readability and improve presentation effortlessly!...Document doc = new Document ( MyDir + "Document.docx" ); JustificationMode...JustificationMode justificationMode = doc . JustificationMode ; if ( justificationMode...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Font.position property | Aspose.Words for Node.js

    Font.position property. Gets or sets the position of text (in points) relative To the base line... let doc = new aw . Document (); let para = doc . getParagraph...baseline. let run = new aw . Run ( doc , "Raised text. " ); run . font...

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