Sort Score
Result 10 results
Languages All
Labels All
Results 8,121 - 8,130 of 18,490 for

docx to doc

(0.91 sec)
  1. Aspose::Words::PageSetup::ClearFormatting metho...

    Aspose::Words::PageSetup::ClearFormatting method. Resets page setup To default paper size, margins and orientation in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/cpp/aspose.words/pag...
  2. Merge Documents via C++ | products.aspose.com

    Combine two or more separate Documents including Microsoft Word, Excel, PowerPoint, PDF and Images via your C++ application. Test the merging results online via app....Files Merge DOC Files Merge DOCM Files Merge DOCX Files Merge...

    products.aspose.com/total/cpp/merge/
  3. Font.hidden property | Aspose.Words for Python

    Font.hidden property. True if the font is formatted as hidden text.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # With the Hidden flag set...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ImageSaveOptions.Scale | Aspose.Words for .NET

    Discover the ImageSaveOptions Scale property To effortlessly adjust the zoom facTor for your images, enhancing quality and cusTomization....Document doc = new Document ( MyDir + "Office math.docx" ); OfficeMath...OfficeMath math = ( OfficeMath ) doc . GetChild ( NodeType . OfficeMath...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Document.sections property | Aspose.Words for P...

    Document.sections property. Returns a collection that represents all sections in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'This...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CellFormat.borders property | Aspose.Words for ...

    CellFormat.borders property. Gets collection of borders of the cell....let doc = new aw . Document ( base . myDir + "Tables.docx" );...Body node: let firstTable = doc . firstSection . body . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. | 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/
  8. Font.strike_through property | Aspose.Words for...

    Font.strike_through property. True if the font is formatted as strikethrough text.... doc = aw . Document () para = doc . get_child (...as_paragraph () run = aw . Run ( doc = doc , text = 'Text with a single-line...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CompositeNode.has_child_nodes property | Aspose...

    CompositeNode.has_child_nodes property. Returns ``True`` if this node has any child nodes.... doc = aw . Document ( file_name =...= MY_DIR + 'Tables.docx' ) # Below are two ways of getting a...

    reference.aspose.com/words/python-net/aspose.wo...
  10. HyphenationOptions.HyphenateCaps | Aspose.Words...

    Discover the HyphenateCaps property in HyphenationOptions. Control hyphenation for all-caps words easily—default is set To true. Optimize your text Today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Size = 24...

    reference.aspose.com/words/net/aspose.words.set...