Skip to content

Commit

Permalink
binmodel: enhance HWPTAG_NUMBERING >= 5.0.3.0
Browse files Browse the repository at this point in the history
TODO: see #147
  • Loading branch information
mete0r committed Mar 10, 2014
1 parent 6446d95 commit 11f082c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyhwp/hwp5/binmodel/tagid23_numbering.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,7 @@ def attributes(cls):
''' 표 33 문단 번호 '''
yield ARRAY(NumberingLevel, 7), 'levels'
yield UINT16, 'starting_number'
yield dict(type=ARRAY(UINT32, 7),
name='unknown',
version=(5, 0, 3, 0))
attributes = classmethod(attributes)

0 comments on commit 11f082c

Please sign in to comment.