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

docx to doc

(0.09 sec)
  1. Aspose::Words::PageSetup::get_SectionStart meth...

    Aspose::Words::PageSetup::get_SectionStart method. Returns or sets the type of section break for the specified object in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "This...

    reference.aspose.com/words/cpp/aspose.words/pag...
  2. Font.subscript property | Aspose.Words for Python

    Font.subscript property. True if the font is formatted as subscript.... doc = aw . Document () para = doc . get_child (...baseline. run = aw . Run ( doc = doc , text = 'Raised text. ' )...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Orientation enumeration | Aspose.Words for Node.js

    Aspose.Words.Orientation enumeration. Specifies page orientation.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PageSetup.verticalAlignment property | Aspose.W...

    PageSetup.verticalAlignment property. Returns or sets the vertical alignment of text on each page in a Document or section.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. [Defect] - Comparison time is longer for large ...

    Scenario 1:- Compare attached File1, File2 and validate pdf resulted file. Actual:- ASPOSE service taking avg 27206 milli seconds for compare. File 2 (1).Docx (131.0 KB) Another file with 12 MB file size....docx (131.0 KB) Another file with...link for the 2nd file: https://docs.google.com/document/d/1sD2i...

    forum.aspose.com/t/defect-comparison-time-is-lo...
  6. ComHelper | Aspose.Words for .NET

    Discover ComHelper, the powerful construcTor that effortlessly initializes new class instances, enhancing your programming efficiency and productivity....Document doc = comHelper . Open ( MyDir + "Document.docx" ); Assert...Assert . That ( doc . GetText (). Trim (), Is . EqualTo ( "Hello...

    reference.aspose.com/words/net/aspose.words/com...
  7. Comment | Aspose.Words for .NET

    Create engaging comments effortlessly with our Comment construcTor. Initialize a new Comment class instance and enhance user interaction seamlessly!...DocumentBase doc ) Parameter Type Description doc DocumentBase...CreateCommentsAndPri () { Document doc = new Document (); Comment newComment...

    reference.aspose.com/words/net/aspose.words/com...
  8. Row.RowFormat | Aspose.Words for .NET

    Discover the Row RowFormat property for easy access To cusTomizable row formatting options, enhancing your data presentation effortlessly....Document doc = new Document ( MyDir + "Tables.docx" ); Table...Table table = doc . FirstSection . Body . Tables [ 0 ]; // Use the...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Document conversion occurs without any prompts ...

    Today, I encountered an issue while processing Document conversion. A Word file couldn’t be converted, and there was no error message or prompt. After debugging, I found that the problem might be caused by some code with…...docx"); int TotalPages = WordDoc...println(TotalPages); 20260128.docx (32.3 KB) Professionalize.Discourse...

    forum.aspose.com/t/document-conversion-occurs-w...
  10. FieldPrint.post_script_group property | Aspose....

    FieldPrint.post_script_group property. Gets or sets the drawing rectangle that the PostScript instructions operate on.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'My paragraph'...

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