Skip to content

Commit

Permalink
DOC: remove unnecessary "Methods" area
Browse files Browse the repository at this point in the history
  • Loading branch information
shartzog committed Jan 4, 2024
1 parent ff7e40f commit f37909c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions pypdf/_text_extraction/_layout_mode/_xform_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,6 @@ class XformStack:
Ts (float): text rise
font (Font): font object
font_size (int | float): font size
Methods:
raw_xform: only a/b/c/d/e/f matrix params
new_xform: a/b/c/d/e/f matrix params + 'is_text' and 'is_render' keys
reset_tm: clear all xforms from chainmap having is_text==True
reset_trm: clear all xforms from chainmap having is_render==True
remove_q: rewind to stack prior state after closing a 'q' with internal 'cm' ops
add_q: add another level to q_queue
add_cm: concatenate an additional transform matrix
add_tm: append a text transform matrix
add_trm: append a text rendering transform matrix
text_state_params: current text state parameters
effective_xform: the current effective transform account for both cm and text xforms
flip_vertical: True if page is upside down
xmaps: internal ChainMap 'maps' property
"""

def __init__(self) -> None:
Expand Down

0 comments on commit f37909c

Please sign in to comment.