# 본문에 개요 속성이 있는 경우, 웹한글에서 열면 개요 속성값이 있는 문단에 넘버링이 추가됩니다.

**URL:** https://forum.developer.hancom.com/t/topic/2880
**Category:** 웹한글 기안기
**Created:** [11월 26, 2025, 7:32오전 UTC](https://forum.developer.hancom.com/t/topic/2880 "2025-11-26T07:32:39Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![bart](https://avatars.discourse-cdn.com/v4/letter/b/f19dbf/32.png) [@bart](https://forum.developer.hancom.com/u/bart)
#### Post date: [12월 9, 2025, 1:28오전 UTC](https://forum.developer.hancom.com/t/topic/2880/2 "2025-12-09T01:28:02Z")

</div>

안녕하세요.

문서에 스타일이 적용되어 있을 경우 양식문서에 일부 내용을 끼워넣기 하게 되면  
스타일 이름이 동일한 경우 양식문서의 스타일을 따라가게 됩니다.

아마도 원본 문서와 양식문서에 동일한 이름의 스타일이 적용되어 발생한 문제인것 같습니다.

양식 문서에 일부 내용을 끼워넣을 경우 InsertFile Action 을 사용하시면 기존 스타일을 유지하며 적용이 가능합니다.

아래 내용 참고하시면 좋을것 같습니다.

> [@\[웹한글v1,v2\] InsertFile 액션 지원 포맷 문의](https://forum.developer.hancom.com/t/v1-v2-insertfile/2657):
>
> 안녕하세요. 페이지 레이아웃을 유지하고자 InsertFile 액션을 사용하여 JSON 포맷의 문서를 삽입하려고 시도하였으나, hwpAction.Execute의 반환값이 false로 확인되어 문의드립니다. const hwpAction = HwpCtrl.CreateAction('InsertFile'); if (hwpAction == null) { throw new Error('InsertFile 액션을 생성하지 못하였습니다.'); } const hwpSet = hwpAction.CreateSet(); hwpAction.GetDefault(hwpSet); hwpSet.SetItem('FileName', 'HWPJSON 포맷 파일을 다운로드 받을 수 있는 서버 URL'); hwpSet.SetItem('FileFormat', 'JSON'); hwpSet.SetItem('FileArg', ''); hwpSet.SetItem('KeepSection', 1); hwpSet.SetIt…

---

_[View the full topic](https://forum.developer.hancom.com/t/topic/2880)._
