Sort Score
Result 10 results
Languages All
Labels All
Results 8,081 - 8,090 of 18,420 for

docx to doc

(0.27 sec)
  1. | Aspose

    Sample code for PNG To XLS Java conversion. Use API example code for batch PNG files To XLS conversion within any Web or DeskTop Java based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/cpp/conversion/png-to-xls/
  2. Document.shade_form_data property | Aspose.Word...

    Document.shade_form_data property. Specifies whether To turn on the gray shading on form fields.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CustomDocumentProperties.add_link_to_content me...

    CusTomDocumentProperties.add_link_To_content method. Creates a new linked To content cusTom Document property.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_bookmark...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Node class | Aspose.Words for Node.js

    Aspose.Words.Node class. Base class for all nodes of a Word Document... let doc = new aw . Document (); let para = doc . firstSection...appendChild ( new aw . Run ( doc , "Hello world!" )); // Below...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldGoToButton.display_text property | Aspose....

    FieldGoToButTon.display_text property. Gets or sets the text of the butTon that appears in the Document, such that it can be selected To activate the jump.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add a GOTOBUTTON field...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TextureAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.TextureAlignment enum for precise texture fill alignment. Enhance your Document designs with seamless tiling options!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words.dra...
  7. 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...
  8. FontFallbackSettings.Save | Aspose.Words for .NET

    Effortlessly save your FontFallbackSettings with our intuitive Save method. Preserve your cusTom fallback settings for seamless font management....Document doc = new Document ( MyDir + "Rendering.docx" ); // Load...fontFallbackStream ); doc . FontSettings = fontSettings ; } doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.fon...
  9. ChartSeries.Add | Aspose.Words for .NET

    Discover the ChartSeries Add method To easily integrate X values inTo your charts. Enhance data visualization with support for Y values and bubble sizes.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  10. DocumentBuilder.write method | Aspose.Words for...

    DocumentBuilder.write method. Inserts a string inTo the Document at the current insert position.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . border ...

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