Sort Score
Result 10 results
Languages All
Labels All
Results 7,731 - 7,740 of 18,473 for

docx to doc

(0.13 sec)
  1. 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...
  2. MultiplePagesType enumeration | Aspose.Words fo...

    aspose.words.settings.MultiplePagesType enumeration. Specifies how Document is printed out.... doc = aw . Document () # Insert text...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'My...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Paragraph.ParagraphFormat | Aspose.Words for .NET

    Discover the ParagraphFormat property for enhanced paragraph styling. Unlock advanced formatting options To elevate your Document's appearance!... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/par...
  4. FontInfoCollection indexer | Aspose.Words for P...

    FontInfoCollection indexer. Gets a font at the specified index.... doc = aw . Document ( file_name =...+ 'Embedded font.docx' ) embedded_font = doc . font_infos . get_by_name...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldAsk | Aspose.Words for Java

    Implements the ASK field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Place a field where the...

    reference.aspose.com/words/java/com.aspose.word...
  6. Issues while embedding attachment in pdf - Free...

    Hi Team, I am trying To embed attachments To my pdf. I tried To follow following Documentation: Adding Attachment To PDF Document|Aspose.PDF for Java…_gaMjEwMTA1NzY1LjE3NDYwMDcyMDM._ga_W0DG8XJWKLMTc0NjAwNzIwMy4xLjAuMTc…..."application/pdf"; case "doc": return "application/msword"; case "docx": return...9:07am 3 Hey @asad.ali test.docx (15.0 KB) test.pdf (51.6 KB)...

    forum.aspose.com/t/issues-while-embedding-attac...
  7. FontFallbackSettings.load method | Aspose.Words...

    aspose.words.fonts.FontFallbackSettings.load method... doc = aw . Document ( file_name =...= MY_DIR + 'Rendering.docx' ) # Load an XML document that defines...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ParagraphCollection.toArray method | Aspose.Wor...

    ParagraphCollection.ToArray method. Copies all paragraphs from the collection To a new array of paragraphs.... let doc = new aw . Document ( base ....myDir + "Paragraphs.docx" ); let paras = doc . firstSection . body...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. BuiltInDocumentProperties.SharedDocument | Aspo...

    Discover the BuiltInDocumentProperties SharedDocument feature that reveals if your Document is shared, enhancing collaboration and accessibility....Document doc = new Document ( MyDir + "Extended properties.docx" );...); Assert . That ( doc . BuiltInDocumentPrope . ScaleCrop , Is...

    reference.aspose.com/words/net/aspose.words.pro...
  10. Inline.font property | Aspose.Words for Node.js

    Inline.font property. Provides access To the font formatting of this object.... let doc = new aw . Document (); // A...document node with no children. doc . removeAllChildren (); // This...

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