Code Monkey home page Code Monkey logo

Comments (7)

neolord0 avatar neolord0 commented on June 8, 2024

텍스트들의 밑줄이 정확히 어떤 속성인지 몰라서.. 답변을 드리기 힘드네요..

한글 프로그램에서 어떻게 설정하는지 알려주세요 ..

어디 메뉴에서 무슨 대화상자에서 무슨 속성으로 설정할 수 있는지 알면 답변하는데 도움이 될꺼 같습니다.

from hwplib.

 avatar commented on June 8, 2024

image

편집칸에 있는 가에 언더바있는거요.

from hwplib.

neolord0 avatar neolord0 commented on June 8, 2024

ParaCharShape 객체에는 글자 모양에 대한 속성들을 가지고 있는 CharShape의 인덱스와 그 속성들을 적용할 시작 위치가 쌍으로 나열되어 있습니다. 이것이 추가 되면서, 한글은 하나의 문단에 여러개의 글자 모양을 선택할 수 있게 됩니다.

글자 모양 속성을 설정하려면 ParaCharShape 객체에 인덱스로 설정된 CharShape 객체를 찾아서 수정해야 합니다. CharShape는 DocInfo 객체 안에 있으며 인덱스 - 1번째 객체가 이 문단과 연결된 글자모양일 것 입니다. 이 CharShape 객체에서 수정할 수 있을 것 입니다.

from hwplib.

 avatar commented on June 8, 2024

paraCharShape 는 맨윗 글 처럼 정상적으로 구하였는데 parCharShape 로 어떻게 CharShape 객체를 찾는지 감이 안잡힙니다. CharShape 객체만 얻으면 getUnderLineSort() 메소드로 쉽게 제가 원하는 기능을 사용할 수 있을 것 같습니다.

from hwplib.

neolord0 avatar neolord0 commented on June 8, 2024

음.. 제가 조망간 샘플 코드 하나 만들어 올리겠습니다.

from hwplib.

neolord0 avatar neolord0 commented on June 8, 2024

글자 모양을 만드는 코드(TestMakingCharShape.java)를 추가했습니다. 이 코드를 보시면 문단의 글자 모양을 어떻게 추출할지 알 수 있으니라 생각됩니다.

from hwplib.

 avatar commented on June 8, 2024

친절한 답변 감사드립니다.

from hwplib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.