Paper Office
paper-docxAPI referencestory

Outline

paper-docx 0.2.0 API reference

Inspection snapshot of a document: every block in every story part.

Outline(story_parts: Tuple[str, ...], blocks: Tuple[Block, ...], blind_region_counts: Dict[str, int])

Attributes

blind_region_counts

attributeblind_region_countsDict[str, int]

blocks

attributeblocksTuple[Block, ...]

story_parts

attributestory_partsTuple[str, ...]

Functions

to_dict

functo_dict() -> 'Dict[str, object]'

Returns

'Dict[str, object]'

On this page