Sort Score
Result 10 results
Languages All
Labels All
Results 9,271 - 9,280 of 17,125 for

docx to doc

(0.06 sec)
  1. 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...
  2. ParagraphFormat.mirror_indents property | Aspos...

    ParagraphFormat.mirror_indents property. Gets or sets a flag indicating whether the left and right indents are of the same width.... doc = aw . Document ( file_name =...= MY_DIR + 'Document.docx' ) format = doc . first_section . body...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ListTemplate enumeration | Aspose.Words for Nod...

    Aspose.Words.Lists.ListTemplate enumeration. Specifies one of the predefined list formats available in Microsoft Word.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); expect ( builder . listFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. UserInformation.address property | Aspose.Words...

    UserInformation.address property. Gets or sets the user's postal address.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a UserInformation...

    reference.aspose.com/words/python-net/aspose.wo...
  5. UserInformation.name property | Aspose.Words fo...

    UserInformation.name property. Gets or sets the user's name.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a UserInformation...

    reference.aspose.com/words/python-net/aspose.wo...
  6. BuiltInDocumentProperties.bytes property | Aspo...

    BuiltInDocumentProperties.bytes property. Represents an estimate of the number of bytes in the Document....test ( 'Content' , () => { let doc = new aw . Document ( base ....myDir + "Paragraphs.docx" ); let properties = doc . builtInDocumentPrope...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. LineSpacingRule enumeration | Aspose.Words for ...

    aspose.words.LineSpacingRule enumeration. Specifies line spacing values for a paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are three line spacing...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldOptions.current_user property | Aspose.Wor...

    FieldOptions.current_user property. Gets or sets the current user information.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a UserInformation...

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

    Discover the Aspose.Words.StyleCollection class, featuring a rich array of built-in and cusTom style objects To enhance your Document's formatting and design.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a custom paragraph...

    reference.aspose.com/words/net/aspose.words/sty...
  10. Style.unhideWhenUsed property | Aspose.Words fo...

    Style.unhideWhenUsed property. Gets/sets whether the style used in the current Document unhides from the Styles gallery and from the Styles task pane... let doc = new aw . Document (); let styleTitle = doc . styles...styleTitle . semiHidden = true ; doc . save ( base . artifactsDir...

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