Sort Score
Result 10 results
Languages All
Labels All
Results 9,551 - 9,560 of 18,357 for

docx to doc

(0.37 sec)
  1. 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...
  2. Aspose::Words::Font::get_UnderlineColor method ...

    Aspose::Words::Font::get_UnderlineColor method. Gets or sets the color of the underline applied To the font in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words/fon...
  3. HeaderFooterCollection class | Aspose.Words for...

    aspose.words.HeaderFooterCollection class. Provides typed access To [HeaderFooter](../headerfooter/) nodes of a [Section](../section/)... doc = aw . Document ( file_name =...MY_DIR + 'Header and footer types.docx' ) # Iterate through each section...

    reference.aspose.com/words/python-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. 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...
  6. FieldDate.use_um_al_qura_calendar property | As...

    FieldDate.use_um_al_qura_calendar property. Gets or sets whether To use the Um-al-Qura calendar.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # If we want the text in the document...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartNumberFormat | Aspose.Words for Java

    Represents number formatting of the parent element in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldTC.type_identifier property | Aspose.Words...

    FieldTC.type_identifier property. Gets or sets a type identifier for this field (which is typically a letter)....field_toc_entry_identifier (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Insert a TOC field, which will...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldToc.entry_identifier property | Aspose.Wor...

    FieldToc.entry_identifier property. Gets or sets a string that should match type identifiers of TC fields being included....field_toc_entry_identifier (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Insert a TOC field, which will...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CompositeNode.getChildNodes method | Aspose.Wor...

    CompositeNode.getChildNodes method. Returns a live collection of child nodes that match the specified type.... let doc = new aw . Document ( base ....myDir + "Comments.docx" ); let comments = [... doc . getChildNodes...

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