Sort Score
Result 10 results
Languages All
Labels All
Results 7,891 - 7,900 of 18,474 for

docx to doc

(0.09 sec)
  1. IStructuredDocumentTag.lock_contents property |...

    IStructuredDocumentTag.lock_contents property. When set To true, this property will prohibit a user from editing the contents of this SDT.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a plain text structured...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Style.BaseStyleName | Aspose.Words for .NET

    Discover how To cusTomize the BaseStyleName property To enhance your design. Easily get or set the style name for improved visual appeal!...Document doc = new Document ( MyDir + "Style with alias.docx" ); //...separate alias. Style style = doc . Styles [ "MyStyle" ]; Assert...

    reference.aspose.com/words/net/aspose.words/sty...
  3. XamlFixedSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.XamlFixedSaveOptions for enhanced Document saving in XamlFixed format. Unlock advanced features for superior results!...files used when saving to a DOC or DOCX file. By default, this property...Document doc = new Document ( MyDir + "Rendering.docx" ); ResourceUriPrinter...

    reference.aspose.com/words/net/aspose.words.sav...
  4. FieldFillIn | Aspose.Words for Java

    Implements the FILLIN field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a FILLIN field. When...

    reference.aspose.com/words/java/com.aspose.word...
  5. PaperSize enumeration | Aspose.Words for Node.js

    Aspose.Words.PaperSize enumeration. Specifies paper size.... let doc = new aw . Document (); // A...document node with no children. doc . removeAllChildren (); // This...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. View and Update PDF Properties Online or Update...

    View and modify PDF properties through online app for free. Android API code To update PDF properties....[Product Documentation](https://docs.aspose.com/pdf/java/system-requirements/)...Metadata Options with Android DOC Files Metadata (Microsoft Word...

    products.aspose.com/total/android-java/metadata...
  7. WatermarkType enumeration | Aspose.Words for Py...

    aspose.words.WatermarkType enumeration. Specifies the watermark type.... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  8. BorderCollection.horizontal property | Aspose.W...

    BorderCollection.horizontal property. Gets the horizontal border that is used between cells or conforming paragraphs.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a red horizontal...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Stroke | Aspose.Words for Java

    Defines a stroke for a shape in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertShape(ShapeType...

    reference.aspose.com/words/java/com.aspose.word...
  10. ParagraphCollection.ToArray | Aspose.Words for ...

    Effortlessly convert your ParagraphCollection To an array with the ToArray method, streamlining data management and enhancing your Document processing....Document doc = new Document ( MyDir + "Paragraphs.docx" ); Paragraph...Paragraph [] paras = doc . FirstSection . Body . Paragraphs . ToArray...

    reference.aspose.com/words/net/aspose.words/par...