Sort Score
Result 10 results
Languages All
Labels All
Results 8,421 - 8,430 of 17,105 for

docx to doc

(0.06 sec)
  1. ParagraphFormat.hangingPunctuation property | A...

    ParagraphFormat.hangingPunctuation property. Gets or sets a flag indicating whether hanging punctuation is enabled for the current paragraph.... let doc = new aw . Document ( base ....myDir + "Document.docx" ); let format = doc . firstSection . body...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FieldSeq | Aspose.Words for Java

    Implements the SEQ field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // SEQ fields display a count...

    reference.aspose.com/words/java/com.aspose.word...
  3. PageSetup.Bidi | Aspose.Words for .NET

    Discover the PageSetup Bidi property for seamless bidirectional text formatting. Enhance your Documents with complex script support for better readability!...Document doc = new Document (); PageSetup pageSetup = doc . Sections...builder = new DocumentBuilder ( doc ); builder . Write ( "Column...

    reference.aspose.com/words/net/aspose.words/pag...
  4. Shading class | Aspose.Words for Node.js

    Aspose.Words.Shading class. Contains shading attributes for an object... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Start a table and set a...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. SaveOptions.UseAntiAliasing | Aspose.Words for ...

    Discover the SaveOptions UseAntiAliasing property To enhance your rendering quality. Control antialiasing for smoother visuals and improved performance....Document doc = new Document ( MyDir + "Rendering.docx" ); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Size = 60...

    reference.aspose.com/words/net/aspose.words.sav...
  6. TableStyle.TopPadding | Aspose.Words for .NET

    Discover the TableStyle TopPadding property To easily adjust spacing above table cell contents, enhancing your table's readability and design.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words/tab...
  7. DocumentBuilder.push_font method | Aspose.Words...

    DocumentBuilder.push_font method. Saves current character formatting onTo the stack.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Set up font formatting...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ParagraphFormat.farEastLineBreakControl propert...

    ParagraphFormat.farEastLineBreakControl property. Gets or sets a flag indicating whether East Asian line-breaking rules are applied To the current paragraph.... let doc = new aw . Document ( base ....myDir + "Document.docx" ); let format = doc . firstSection . body...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. StyleCollection.add method | Aspose.Words for P...

    StyleCollection.add method. Creates a new user defined style and adds it the collection.... doc = aw . Document () # A list allows...within a style. list_style = doc . styles . add ( aw . StyleType...

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

    Base class for nodes that can contain other nodes in Java.... Document doc = new Document(); // Add two...Paragraph paragraph = (Paragraph) doc.getChild(NodeType.PARAGRAPH,...

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