We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
우선 정말 좋은 라이브러리를 만들어주셔서 감사합니다.
제가 지금 하고 싶은게 Cell 에서 ParagraphList 를 뽑아 개별 Paragraph 의 내용을 수정하고 싶은데요
Cell
ParagraphList
아무리 Documentation 을 찾아봐도 deleteText 밖에 보이지 않고 수정 옵션이 없네요.
deleteText
이럴 경우 deleteText 를 실행 한 뒤 addText 를 하고 TextShape 을 일일히 다 설정 해줘야 될 것 같은데 그게 맞나요?
The text was updated successfully, but these errors were encountered:
음.. 그렇게 사용하시려면... ParagraphList에서 Pargraph을 지우고.. 새로운 문단을 만드는 게.. 좋을 거 같습니다. Pargraph에서 deleteText시 수정해야 할 부분이 많아서.. 아직 구현하지 못했습니다. 시간이 되는데로 구현 하겠습니다.
Sorry, something went wrong.
아 그렇군요 혹시나 해서 여쭤봤습니다. 빠른 피드백 감사합니다 !
No branches or pull requests
우선 정말 좋은 라이브러리를 만들어주셔서 감사합니다.
제가 지금 하고 싶은게
Cell
에서ParagraphList
를 뽑아 개별 Paragraph 의 내용을 수정하고 싶은데요아무리 Documentation 을 찾아봐도
deleteText
밖에 보이지 않고 수정 옵션이 없네요.이럴 경우 deleteText 를 실행 한 뒤 addText 를 하고 TextShape 을 일일히 다 설정 해줘야 될 것 같은데 그게 맞나요?
The text was updated successfully, but these errors were encountered: