Bookmark.last_column property. Gets the zero-based index of the last column of the table column range associated with the bookmark.... print ( f "Bookmark: { bookmark ....first_column < row . cells . count : # Print the contents of the first and...
Style.next_paragraph_style_name property. Gets/sets the name of the style to be applied automatically to a new paragraph inserted after a paragraph formatted with the specified style.... styles : print ( f 'Style name: \t " { cur_style..." { cur_style . type } "' ) print ( f ' \t Subsequent style: \t...
DocumentBase.font_infos property. Provides access to properties of fonts used in this document.... Examples Shows how to print the details of what fonts are...all_fonts = doc . font_infos # Print all the used and unused fonts...
Node.next_sibling property. Gets the node immediately following this node....function that will go through and print all the child nodes of a composite...composite node. Otherwise, print its contents if it is an inline...
LayoutEnumerator.reset method. Moves the enumerator to the first page of the document.... _print_current_entity ( layout_enumerator...): while true : ExLayout . _print_current_entity ( layout_enumerator...
LayoutEnumerator.page_index property. Gets the 1-based index of a page which contains the current entity.... _print_current_entity ( layout_enumerator...): while true : ExLayout . _print_current_entity ( layout_enumerator...
LayoutEnumerator.move_last_child method. Moves to the last child entity.... _print_current_entity ( layout_enumerator...): while true : ExLayout . _print_current_entity ( layout_enumerator...
LayoutEnumerator.move_next method. Moves to the next sibling entity in visual order.... _print_current_entity ( layout_enumerator...): while true : ExLayout . _print_current_entity ( layout_enumerator...
LayoutEnumerator.text property. Gets text of the current span entity... _print_current_entity ( layout_enumerator...): while true : ExLayout . _print_current_entity ( layout_enumerator...