Sort Score
Result 10 results
Languages All
Labels All
Results 8,901 - 8,910 of 18,450 for

docx to doc

(0.7 sec)
  1. Paragraph.isInCell property | Aspose.Words for ...

    Paragraph.isInCell property. True if this paragraph is an immediate child of [Cell](../../../aspose.words.tables/cell/); false otherwise.... let doc = new aw . Document ( base ....spanning two pages.docx" ); let table = doc . firstSection . body...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Paragraph.isEndOfCell property | Aspose.Words f...

    Paragraph.isEndOfCell property. True if this paragraph is the last paragraph in a [Cell](../../../aspose.words.tables/cell/); false otherwise.... let doc = new aw . Document ( base ....spanning two pages.docx" ); let table = doc . firstSection . body...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Row.IsLastRow | Aspose.Words for .NET

    Discover the Row IsLastRow property. Easily identify if a row is the last in a table for streamlined data management and enhanced programming efficiency.... Document doc = new Document ( MyDir + "Table...spanning two pages.docx" ); Table table = doc . FirstSection ....

    reference.aspose.com/words/net/aspose.words.tab...
  4. Format Text in Document|Aspose.Words for Java

    Format text within a Document easily and fast instead of using Apache POI.... class ); Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Set paragraph formatting...

    docs.aspose.com/words/java/format-text-in-docum...
  5. AdjustmentCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.AdjustmentCollection class—your solution for managing readonly adjustment values for shapes. Enhance your Document designs effortlessly!... Document doc = new Document ( MyDir + "Rounded...rectangle shape.docx" ); Shape shape = ( Shape ) doc . GetChild (...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Node.nextPreOrder method | Aspose.Words for Nod...

    Node.nextPreOrder method. Gets next node according To the pre-order tree traversal algorithm....let doc = new aw . Document ( base . myDir + "Images.docx" );...); expect ( doc . getChildNodes ( aw . NodeType . Shape , true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Cell.paragraphs property | Aspose.Words for Python

    Cell.paragraphs property. Gets a collection of paragraphs that are immediate children of the cell.... doc = aw . Document ( file_name =...'Table spanning two pages.docx' ) table = doc . first_section . body...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Table.clear_shading method | Aspose.Words for P...

    Table.clear_shading method. Removes all shading on the table.... doc = aw . Document ( file_name =...= MY_DIR + 'Tables.docx' ) table = doc . first_section . body...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PageSetup.bidi property | Aspose.Words for Node.js

    PageSetup.bidi property. Specifies that this section contains bidirectional (complex scripts) text.... let doc = new aw . Document (); let pageSetup = doc . sections...= new aw . DocumentBuilder ( doc ); builder . write ( "Column...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. OfficeMath.parent_paragraph property | Aspose.W...

    OfficeMath.parent_paragraph property. Retrieves the parent [Paragraph](../../../aspose.words/paragraph/) of this node.... doc = aw . Document ( file_name =...MY_DIR + 'Office math.docx' ) office_math = doc . get_child ( aw ...

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