Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 24,728 for

print

(0.34 sec)
  1. RowCollection class | Aspose.Words for Python

    aspose.words.tables.RowCollection class. Provides typed access to a collection of [Row](../row/) nodes...tables in the document and print the contents of each cell. doc...while i < tables . count : print ( f 'Start of Table { i } '...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Counting Artifacts of a Particular Type in Pyth...

    This article illustrates how to inspect pagination artifacts in a PDF document using Aspose.PDF for Python via .NET.... Print results. import aspose.pdf as...results print ( f "Watermarks: { watermarks } " ) print ( f "Backgrounds:...

    docs.aspose.com/pdf/python-net/counting-artifacts/
  3. Revision.parent_style property | Aspose.Words f...

    Revision.parent_style property. Gets the immediate parent style (owner) of this revision... print ( revisions . groups . count...the collection of groups and print the text that the revision concerns...

    reference.aspose.com/words/python-net/aspose.wo...
  4. LayoutEnumerator.move_last_child method | Aspos...

    LayoutEnumerator.move_last_child method. Moves to the last child entity....assertRaises ( Exception ): print ( layout_enumerator . text )...avoid the ones on the next. print ( 'Traversing from first to...

    reference.aspose.com/words/python-net/aspose.wo...
  5. LayoutEnumerator.reset method | Aspose.Words fo...

    LayoutEnumerator.reset method. Moves the enumerator to the first page of the document....assertRaises ( Exception ): print ( layout_enumerator . text )...avoid the ones on the next. print ( 'Traversing from first to...

    reference.aspose.com/words/python-net/aspose.wo...
  6. LayoutEnumerator.text property | Aspose.Words f...

    LayoutEnumerator.text property. Gets text of the current span entity...assertRaises ( Exception ): print ( layout_enumerator . text )...avoid the ones on the next. print ( 'Traversing from first to...

    reference.aspose.com/words/python-net/aspose.wo...
  7. LayoutEnumerator.document property | Aspose.Wor...

    LayoutEnumerator.document property. Gets document this instance enumerates....assertRaises ( Exception ): print ( layout_enumerator . text )...avoid the ones on the next. print ( 'Traversing from first to...

    reference.aspose.com/words/python-net/aspose.wo...
  8. LayoutEnumerator.page_index property | Aspose.W...

    LayoutEnumerator.page_index property. Gets the 1-based index of a page which contains the current entity....assertRaises ( Exception ): print ( layout_enumerator . text )...avoid the ones on the next. print ( 'Traversing from first to...

    reference.aspose.com/words/python-net/aspose.wo...
  9. LayoutEnumerator.move_next method | Aspose.Word...

    LayoutEnumerator.move_next method. Moves to the next sibling entity in visual order....assertRaises ( Exception ): print ( layout_enumerator . text )...avoid the ones on the next. print ( 'Traversing from first to...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CellCollection indexer | Aspose.Words for Python

    CellCollection indexer. Retrieves a [Cell](../../cell/) at the given index....tables in the document and print the contents of each cell. doc...while i < tables . count : print ( f 'Start of Table { i } '...

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