Paper Office
paper-pptxAPI referenceinspect

EffectiveBullet

paper-pptx 0.2.0 API reference

The bullet that actually renders on one paragraph, with its provenance chain.

EffectiveBullet(type: Optional[str], char: Optional[str], number_scheme: Optional[str], start_at: Optional[int], resolved: bool, provenance: Tuple[ProvenanceStep, ...])

Attributes

char

attributecharOptional[str]

number_scheme

attributenumber_schemeOptional[str]

provenance

attributeprovenanceTuple[ProvenanceStep, ...]

resolved

attributeresolvedbool

start_at

attributestart_atOptional[int]

type

attributetypeOptional[str]

Functions

to_dict

functo_dict() -> dict

Return the resolved bullet as a JSON-ready dict, recording whether the answer came from this paragraph or an inherited level.

Returns

dict

On this page