Sort Score
Result 10 results
Languages All
Labels All
Results 9,061 - 9,070 of 17,116 for

docx to doc

(0.17 sec)
  1. Aspose::Words::Tables::Table::get_FirstRow meth...

    Aspose::Words::Tables::Table::get_FirstRow method. Returns the first Row node in the table in C++.... auto doc = System :: MakeObject < Aspose...> ( get_MyDir () + u "Tables.docx" ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. PageRange constructor | Aspose.Words for Python

    PageRange construcTor. Creates a new page range object.... doc = aw . Document ( file_name =...= MY_DIR + 'Images.docx' ) image_options = aw . saving . ImageSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::TabStopCollection::Add method | ...

    Aspose::Words::TabSTopCollection::Add method. Adds or replaces a tab sTop in the collection in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Paragraph > ( doc -> GetChild ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/tab...
  4. PageSetup.pageWidth property | Aspose.Words for...

    PageSetup.pageWidth property. Returns or sets the width of the page in points.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert the image into the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PageSetup.differentFirstPageHeaderFooter proper...

    PageSetup.differentFirstPageHeaderFooter property. True if a different header or footer is used on the first page.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Specify that we want different...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartTitle | Aspose.Words for Java

    Provides access To the chart title properties in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a chart shape with...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Saving::XpsSaveOptions class | A...

    Aspose::Words::Saving::XpsSaveOptions class. Can be used To specify additional options when saving a Document inTo the Xps format. To learn more, visit the Documentation article in C++....files used when saving to a DOC or DOCX file. By default this property...of a saved XPS document. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Node.ToString | Aspose.Words for .NET

    Discover the Node ToString method, effortlessly convert node content inTo strings with cusTomizable formats for enhanced data handling. Optimize your coding Today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "MERGEFIELD...

    reference.aspose.com/words/net/aspose.words/nod...
  9. Table.SetBorders | Aspose.Words for .NET

    CusTomize your tables effortlessly with the SetBorders method, adjusting line style, width, and color for a polished, professional look....Document doc = new Document ( MyDir + "Tables.docx" ); Table...Table table = doc . FirstSection . Body . Tables [ 0 ]; // Clear all...

    reference.aspose.com/words/net/aspose.words.tab...
  10. Table.setBorders method | Aspose.Words for Node.js

    Table.setBorders method. Sets all table borders To the specified line style, width and color.... 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...