Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hwp5proc cat --vstreams {한글파일} BodyText.xml에서 글자밑줄 여부를 찾을 수 있는 방법이 있나요? #192

Open
BUYA-GH opened this issue Jul 2, 2022 · 1 comment

Comments

@BUYA-GH
Copy link

BUYA-GH commented Jul 2, 2022

현재 pyhwp을 통해서 표안에 있는 텍스트를 읽어오는 작업을 하는 중입니다.
글자 데이터를 가져오는데는 성공했지만, 글자의 밑줄여부도 가져오고 싶은데 어떤 태그에 이에대한 정보가 저장되어 있는지 몰라 이렇게 질문 남깁니다.
어떻게 해야할까요??

@BUYA-GH BUYA-GH changed the title hwp5proc cat --vstreams {한글파일} BodyText.xml에서 밑줄 모양을 찾을 수 있는 방법이 있나요? hwp5proc cat --vstreams {한글파일} BodyText.xml에서 글자밑줄 여부를 찾을 수 있는 방법이 있나요? Jul 2, 2022
@kangyongsuk
Copy link

글자 밑줄 부분은 hwp5css-common.xsl 쪽을 보셔야 합니다. <xsl:template match="CharShape" mode="text-decoration"> 해당 매칭 정보의 시작부분입니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants