KR101880508B1 - Web document editing support apparatus and method for supporting list generation in web documents - Google Patents

Web document editing support apparatus and method for supporting list generation in web documents Download PDF

Info

Publication number
KR101880508B1
KR101880508B1 KR1020170054493A KR20170054493A KR101880508B1 KR 101880508 B1 KR101880508 B1 KR 101880508B1 KR 1020170054493 A KR1020170054493 A KR 1020170054493A KR 20170054493 A KR20170054493 A KR 20170054493A KR 101880508 B1 KR101880508 B1 KR 101880508B1
Authority
KR
South Korea
Prior art keywords
list
level
code
web document
items
Prior art date
Application number
KR1020170054493A
Other languages
Korean (ko)
Inventor
신기훈
Original Assignee
주식회사 한글과컴퓨터
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 주식회사 한글과컴퓨터 filed Critical 주식회사 한글과컴퓨터
Priority to KR1020170054493A priority Critical patent/KR101880508B1/en
Application granted granted Critical
Publication of KR101880508B1 publication Critical patent/KR101880508B1/en

Links

Images

Classifications

    • G06F17/24

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

A web document editing support apparatus for supporting list generation in a web document and a method thereof are disclosed. In the present invention, when a user wishes to generate a list on a web document, the web document editing support apparatus recognizes a level for each list item and automatically assigns an appropriate list code to each list item according to each level. So, the web document editing support apparatus supports the user to easily generate and manipulate the list. The web document editing support apparatus includes an information storage part, a list generating part, an identifier assigning part, an interface generating part, a display screen moving part, and a list editing performing part.

Description

웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 장치 및 방법{WEB DOCUMENT EDITING SUPPORT APPARATUS AND METHOD FOR SUPPORTING LIST GENERATION IN WEB DOCUMENTS}[0001] WEB DOCUMENT EDITING SUPPORT APPARATUS AND METHOD FOR SUPPORTING LIST GENERATION IN WEB DOCUMENTS [0002]

본 발명의 웹 문서에서 소정의 목록을 생성할 수 있도록 지원하는 웹 문서 편집 기술에 대한 것이다.The present invention relates to a web document editing technology that supports creation of a predetermined list in a web document of the present invention.

웹 문서는 브라우저를 통해서 볼 수 있는 문서로, HTML(Hypertext Markup Language)이나 XML(eXtensible Markup Language)과 같이, 마크업 언어(Markup Language)를 기반으로 작성된 문서를 의미한다.A Web document refers to a document that can be viewed through a browser and is created based on a markup language such as HTML (Hypertext Markup Language) or XML (eXtensible Markup Language).

브라우저에서는 웹 문서를 렌더링하여 화면으로 표시하기 위해서, 문서 객체 모델(Document Object Model)을 사용한다. 문서 객체 모델은 객체 지향 모델로써 구조화된 문서를 표현하는 형식이고, 그래픽, 텍스트, 헤드라인, 스타일 등 웹의 모든 요소가 자바스크립트(JavaScript) 등과 같은 스크립트 언어에 의해 조정될 수 있도록 해준다.The browser uses the Document Object Model to render the web document and display it on the screen. The Document Object Model is an object-oriented model that represents a structured document and allows all elements of the Web, including graphics, text, headlines, and styles, to be manipulated by a scripting language such as JavaScript.

브라우저에서는 마크업 언어를 기반으로 작성된 웹 문서를 파싱(parsing)하여 문서 객체 모델을 생성한 후 이를 기초로 웹 문서를 렌더링하여 화면 상에 상기 웹 문서를 표시하게 된다.A browser parses a web document created based on a markup language to generate a document object model, and then renders the web document based on the generated document object model, thereby displaying the web document on the screen.

일반적으로 사용자가 웹 문서를 편집하기 위해서는 웹 문서를 구성하는 마크업 언어 코드를 직접 수정해야 했었다. 예컨대, 사용자가 HTML로 만들어진 웹 문서에 소정의 이미지를 삽입하고자 하는 경우, "embed src"라고 하는 코드를 활용해서, HTML 코드에 직접 관련 명령어를 삽입해야 하기 때문에 일반적인 사용자가 웹 문서를 편집하기에는 많은 어려움이 존재했었다.In general, in order for a user to edit a web document, he had to directly modify the markup language code that constitutes the web document. For example, when a user desires to insert a predetermined image into a web document made of HTML, a command related to the HTML code must be inserted using a code called " embed src " There was a difficulty.

이러한, 웹 문서 편집의 어려움을 덜어주기 위해, 최근에는 그래픽 유저 인터페이스를 통해 웹 문서를 사용자가 손쉽게 편집할 수 있도록 하는 편집 툴이 등장하고 있다.In order to alleviate the difficulty of editing a web document, an editing tool has recently emerged that allows a user to easily edit a web document through a graphical user interface.

일반적으로 사용자는 문서를 작성할 때, "1, (1), (a)" 등과 같은 소정의 목록 부호 표시를 이용해서 다양한 목록들을 작성하는 경우가 많다. 이렇게, 문서를 목록으로 작성하게 되면, 문서의 내용을 구조화시켜서 표현할 수 있기 때문에, 문서를 보는 사람이 보다 쉽게 내용을 이해할 수 있도록 도와준다.Generally, when creating a document, a user often creates various lists using a predetermined list code representation such as " 1, (1), (a) ". In this way, by listing documents, you can structure and express the contents of the document, making it easier for the viewer of the document to understand the contents.

하지만, 기존의 웹 문서에 대한 편집 툴에서는 사용자가 웹 문서에서 소정의 목록을 생성하고자 할 때, 사용자에 의해 입력된 텍스트들에 대해 각 목록 항목 별로 적절하게 목록 부호 표시를 자동으로 할당해 주는 등의 기능을 제공하지 못하였다.However, in an existing editing tool for a web document, when a user desires to create a predetermined list in a web document, the user automatically assigns a list code display to each list item appropriately for the texts input by the user But it does not provide the function of.

예컨대, 사용자가 웹 문서 상에 도 2에 도시된 바와 같은 목록을 생성하고자 하더라도 사용자가 "AAA", "BBB", "CCC" 등의 텍스트를 입력하였을 때, 기존의 웹 문서의 편집 툴들은 "1.", "(1)", "(a)" 등과 같은 각 목록 항목 별 목록 부호 표시를 자동으로 할당해 주는 기능을 제공하고 있지 않기 때문에, 사용자 일일이 각 목록 항목 별로 목록 부호 표시를 입력해야 하는 불편이 있었다.For example, when the user inputs text such as " AAA ", " BBB ", and " CCC ", even if the user intends to generate a list as shown in FIG. 2 on the web document, (1), "(1)", "(a)", etc., it is necessary for the user to input a list code for each list item There was an inconvenience.

따라서, 웹 문서의 편집을 가능하게 하는 툴에서 사용자가 목록을 생성하고자 할 때, 각 목록 항목 별 레벨을 자동으로 인식하여 각 목록 항목들에 대해 적절한 목록 부호 표시를 자동으로 할당해 주는 기술에 대한 연구가 필요하다.Therefore, when a user wants to create a list in a tool that enables editing of a web document, a technique of automatically recognizing the level of each list item and automatically assigning an appropriate list code display to each list item Research is needed.

본 발명에 따른 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 장치 및 방법은 사용자가 웹 문서 상에서 목록을 생성하고자 할 때, 각 목록 항목 별로 레벨을 인식하여 각 목록 항목들에 대해 각 레벨에 맞는 적절한 목록 부호를 자동으로 할당해 줌으로써, 사용자가 웹 문서에서 목록을 손쉽게 생성하고 조작할 수 있도록 지원하고자 한다.An apparatus and method for supporting web document editing in a web document according to the present invention is characterized in that when a user wishes to generate a list on a web document, he or she recognizes the level for each list item, By automatically assigning appropriate list codes, we want to help users easily create and manipulate lists in web documents.

본 발명의 일실시예에 따른 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 장치는 상위 레벨의 목록 항목과 상기 상위 레벨의 목록 항목에 연결되는 하위 레벨의 목록 항목들 각각에 할당될 목록 부호에 대한 표시 형식을 지정하는 복수의 서로 다른 목록 부호 표시 방법들에 대한 정보가 저장되어 있는 정보 저장부 및 웹 문서 상에서 사용자에 의해 상기 복수의 서로 다른 목록 부호 표시 방법들 중 제1 목록 부호 표시 방법에 따른 목록 입력 명령이 인가되면, 상기 목록 입력 명령이 인가된 이후 상기 웹 문서 상에 상기 사용자에 의해 입력되는 텍스트들에 대해, 상기 제1 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식에 대응하는 목록 부호를 할당하여 제1 목록을 생성하는 목록 생성부를 포함한다.The web document editing support apparatus for supporting list generation in a web document according to an exemplary embodiment of the present invention includes a list item to be assigned to each of a high level list item and a low level list item connected to the high level list item An information storage unit for storing information on a plurality of different list code display methods for specifying a display format for the web page and a first list code display method among the plurality of different list code display methods by a user For each of the texts input by the user on the web document after the list entry command is applied, the list items for each level specified in the first list code display method And a list generating unit for generating a first list by assigning a list code corresponding to a display format of a list code to be allocated .

또한, 본 발명의 일실시예에 따른 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 방법은 상위 레벨의 목록 항목과 상기 상위 레벨의 목록 항목에 연결되는 하위 레벨의 목록 항목들 각각에 할당될 목록 부호에 대한 표시 형식을 지정하는 복수의 서로 다른 목록 부호 표시 방법들에 대한 정보가 저장되어 있는 정보 저장부를 유지하는 단계 및 웹 문서 상에서 사용자에 의해 상기 복수의 서로 다른 목록 부호 표시 방법들 중 제1 목록 부호 표시 방법에 따른 목록 입력 명령이 인가되면, 상기 목록 입력 명령이 인가된 이후 상기 웹 문서 상에 상기 사용자에 의해 입력되는 텍스트들에 대해, 상기 제1 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식에 대응하는 목록 부호를 할당하여 제1 목록을 생성하는 단계를 포함한다.Also, a web document editing support method for supporting list generation in a web document according to an embodiment of the present invention includes a list item to be assigned to each of a high-level list item and a low-level list item connected to the high- The method comprising the steps of: maintaining an information storage unit storing information on a plurality of different list code display methods for designating a display format for a code; and displaying the first one of the plurality of different list code display methods When a list input instruction according to the list code display method is applied, the text input by the user on the web document after the list input instruction is applied is displayed on the display screen of each level And a list code corresponding to the display format of the list code to be allocated to the star list items is allocated to generate the first list .

본 발명에 따른 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 장치 및 방법은 사용자가 웹 문서 상에서 목록을 생성하고자 할 때, 각 목록 항목 별로 레벨을 인식하여 각 목록 항목들에 대해 각 레벨에 맞는 적절한 목록 부호를 자동으로 할당해 줌으로써, 사용자가 웹 문서에서 목록을 손쉽게 생성하고 조작할 수 있도록 지원할 수 있다.An apparatus and method for supporting web document editing in a web document according to the present invention is characterized in that when a user wishes to generate a list on a web document, he or she recognizes the level for each list item, By automatically assigning appropriate list codes, users can easily create and manipulate lists in a web document.

도 1은 본 발명의 일실시예에 따른 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 장치의 구조를 도시한 도면이다.
도 2 내지 도 3은 본 발명의 일실시예에 따른 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 장치의 동작을 설명하기 위한 도면이다.
도 4는 본 발명의 일실시예에 따른 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 방법을 도시한 순서도이다.
1 is a diagram illustrating a structure of a web document editing support apparatus for supporting list generation in a web document according to an embodiment of the present invention.
2 to 3 are views for explaining the operation of a web document editing support apparatus for supporting list generation in a web document according to an embodiment of the present invention.
4 is a flowchart illustrating a web document editing support method for supporting list generation in a web document according to an exemplary embodiment of the present invention.

이하에서는 본 발명에 따른 실시예들을 첨부된 도면을 참조하여 상세하게 설명하기로 한다. 이러한 설명은 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다. 각 도면을 설명하면서 유사한 참조부호를 유사한 구성요소에 대해 사용하였으며, 다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 본 명세서 상에서 사용되는 모든 용어들은 본 발명이 속하는 기술분야에서 통상의 지식을 가진 사람에 의해 일반적으로 이해되는 것과 동일한 의미를 가지고 있다.Hereinafter, embodiments according to the present invention will be described in detail with reference to the accompanying drawings. It is to be understood that the description is not intended to limit the invention to the specific embodiments, but includes all modifications, equivalents, and alternatives falling within the spirit and scope of the invention. Like reference numerals in the drawings are used for similar elements and, unless otherwise defined, all terms used in the specification, including technical and scientific terms, are to be construed in a manner that is familiar to those skilled in the art. It has the same meaning as commonly understood by those who have it.

도 1은 본 발명의 일실시예에 따른 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 장치의 구조를 도시한 도면이다.1 is a diagram illustrating a structure of a web document editing support apparatus for supporting list generation in a web document according to an embodiment of the present invention.

도 1을 참조하면, 본 발명의 일실시예에 따른 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 장치(110)는 정보 저장부(111) 및 목록 생성부(112)를 포함한다.Referring to FIG. 1, a web document editing support apparatus 110 for supporting list generation in a web document according to an exemplary embodiment of the present invention includes an information storage unit 111 and a list generation unit 112.

정보 저장부(111)에는 상위 레벨의 목록 항목과 상기 상위 레벨의 목록 항목에 연결되는 하위 레벨의 목록 항목들 각각에 할당될 목록 부호에 대한 표시 형식을 지정하는 복수의 서로 다른 목록 부호 표시 방법들에 대한 정보가 저장되어 있다.The information storage unit 111 stores a plurality of different list code display methods for specifying a display format for a list code to be allocated to each of a list item at a higher level and a list item at a lower level connected to the list item at a higher level Is stored.

여기서, 목록 항목이란 웹 문서 상에 도 2에 도시된 바와 같은 목록이 입력되어 있다고 하였을 때, "1. AAA", "(1) BBB", "(a) CCC" 등과 같은 각 레벨 별 항목을 의미한다.Here, the list item is a list item of each level such as "1. AAA", "(1) BBB", "(a) CCC" it means.

그리고, 레벨이란 "1. AAA", "(1) BBB"와 같이 서로 구분된 항목을 지칭하는 용어로, "1. AAA"는 "(1) BBB"에 대해 상위 레벨의 목록 항목이고, "(1) BBB"는 "1. AAA"에 대해 하위 레벨의 목록 항목이며, "1. AAA"와 "2. KKK"는 서로 동일한 레벨의 목록 항목이 된다.The term "AAA" is a list item of a higher level for "(1) BBB", and "AAA" is a list item of " (1) BBB "is a lower level list item for" 1. AAA ", and" 1. AAA "and" 2. KKK "are list items at the same level with each other.

그리고, 목록 부호란 "1.", "(1)", "(a)", "1)"과 같이 각 레벨 별 목록 항목을 구분하기 위해서 각 목록 항목에 할당되어 표시될 부호를 의미한다.The list code refers to a code assigned to each list item to distinguish the list items for each level such as "1.", "(1)", "(a)", "1)".

이때, 상기 복수의 서로 다른 목록 부호 표시 방법들에 대한 정보란 "1.-(1)-(a)-1)"과 같이 각 레벨 별 목록 항목에 할당될 목록 부호에 대한 표시 형식을 지정해둔 정보를 의미한다.At this time, the information about the plurality of different list code display methods is defined as a display format for the list code to be allocated to the list item for each level, such as " 1 .- (1) - Information.

관련해서, 정보 저장부(111)에는 하기의 표 1과 같이 정보가 저장되어 있을 수 있다.In this regard, information may be stored in the information storage unit 111 as shown in Table 1 below.

복수의 서로 다른 목록 부호 표시 방법들A plurality of different list code marking methods 목록 부호의 표시 형식Display format of list code 목록 부호 표시 방법 1How to Display List Symbols 1 1.-(1)-(a)-1)-a)1- (1) - (a) -1) -a) 목록 부호 표시 방법 2How to Display List Symbols 2 A.-(A)-(a)-a.-1.A .- (A) - (a) -a.-1. 목록 부호 표시 방법 3How to Display List Symbols 3 (1)-1.-(A)-A-(a)(1) -1- (A) -A- (a) ...... ......

목록 생성부(112)는 웹 문서 상에서 사용자에 의해 상기 복수의 서로 다른 목록 부호 표시 방법들 중 제1 목록 부호 표시 방법에 따른 목록 입력 명령이 인가되면, 상기 목록 입력 명령이 인가된 이후 상기 웹 문서 상에 상기 사용자에 의해 입력되는 텍스트들에 대해, 상기 제1 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식에 대응하는 목록 부호를 할당하여 제1 목록을 생성한다.When a list input command according to the first list code display method among the plurality of different list code display methods is applied by the user on the web document, A list code corresponding to a display format of a list code to be allocated to the list items for each level designated in the first list code display method is allocated to the texts input by the user on the first list, .

예컨대, 사용자로부터 상기 표 1에서 나타낸 복수의 서로 다른 목록 부호 표시 방법들 중 "목록 부호 표시 방법 1"에 따른 목록 입력 명령이 인가된다면, 목록 생성부(112)는 상기 목록 입력 명령이 인가된 이후에 입력되는 텍스트들에 대해서, "목록 부호 표시 방법 1"에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식인 "1.-(1)-(a)-1)-a)"에 대응하는 목록 부호를 할당함으로써, 도 2에 도시된 바와 같은 목록을 생성할 수 있다.For example, if a user inputs a list entry command according to the " list code display method 1 " among the plurality of different list code display methods shown in Table 1, the list generator 112 adds (1) - (a) -1) -a, which is a display format of the list code to be assigned to the list items for each level specified in the "List Code Display Method 1" ) &Quot;, the list as shown in Fig. 2 can be generated.

이때, 본 발명의 일실시예에 따르면, 목록 생성부(112)는 목록 부호 할당부(113) 및 목록 생성 수행부(114)를 포함할 수 있다.According to an embodiment of the present invention, the list generating unit 112 may include a list code assigning unit 113 and a list generating unit 114.

목록 부호 할당부(113)는 상기 사용자에 의해 상기 텍스트들에 대한 목록 항목을 구별하기 위한 목록 레벨의 지정 명령이 인가되면, 상기 목록 레벨의 지정 명령에 따라 상기 제1 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식을 참조하여 상기 텍스트들에 대해 상기 사용자에 의해 지정된 목록 레벨에 따른 목록 부호를 할당한다.The list code assignment unit 113 assigns a list level designation command for distinguishing the list items to the texts by the user to the first list designation method according to the list level designation command And assigns a list code according to the list level designated by the user to the texts with reference to a display format of the list codes to be assigned to the list items for each level.

그리고, 목록 생성 수행부(114)는 상기 텍스트들에 대해 상기 목록 레벨의 지정 명령에 따른 목록 항목 별 레벨을 지정함으로써, 상기 웹 문서 상에서 하나 이상의 서로 다른 상하위 레벨을 갖는 복수의 목록 항목들로 구성된 상기 제1 목록의 생성을 수행한다.Then, the list generation unit 114 designates the levels for each list item according to the instruction command of the list level with respect to the texts, so that the list generation unit 114 generates a plurality of list items having one or more different upper and lower levels And performs generation of the first list.

예컨대, 도 2에 도시된 바와 같이, 사용자에 의해 "AAA", "BBB", "CCC", "DDD", "KKK", "LLL"이라는 텍스트가 입력되면서 "AAA"와 "DDD"에 대해서는 최상위 레벨을 갖도록 하고, "BBB"와 "LLL"에 대해서는 두 번째 하위 레벨을 갖도록 하며, "CCC"에 대해서는 세 번째 하위 레벨을, "DDD"에 대해서는 네 번째 하위 레벨을 갖도록 하는 목록 레벨의 지정 명령이 인가된 경우, 상기 제1 목록 부호 표시 방법이 상기 표 1에서의 "목록 부호 표시 방법 1"이라고 한다면, 목록 부호 할당부(113)는 "목록 부호 표시 방법 1"에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식인 "1.-(1)-(a)-1)-a)"을 참조하여 "AAA", "BBB", "CCC", "DDD", "KKK", "LLL"에 대해 도 2에 도시된 바와 같이, 상기 사용자에 의해 지정된 목록 레벨에 따른 목록 부호를 할당할 수 있다.AAA " and " DDD " are input while texts such as " AAA ", " BBB ", " CCC ", " DDD ", " KKK & Designates a list level to have the highest level and to have the second lower level for "BBB" and "LLL", the third lower level for "CCC" and the fourth lower level for "DDD" If the first list code display method is the " list code display method 1 " in Table 1, the list code assignment unit 113 assigns each level AAA "," BBB "," CCC "," DDD ", and" AAA "are referred to as" 1. As shown in FIG. 2 for "KKK" and "LLL", a list code according to the list level designated by the user can be assigned.

그리고, 목록 생성 수행부(114)는 "AAA", "BBB", "CCC", "DDD", "KKK", "LLL"에 대해 상기 목록 레벨의 지정 명령에 따른 목록 항목 별 레벨을 지정함으로써, 도 2에 도시된 바와 같이, 상기 웹 문서 상에서 하나 이상의 서로 다른 상하위 레벨을 갖는 복수의 목록 항목들로 구성된 상기 제1 목록의 생성을 수행할 수 있다.By designating the level for each list item according to the list level designation command for "AAA", "BBB", "CCC", "DDD", "KKK", "LLL" , It is possible to generate the first list composed of a plurality of list items having one or more different upper and lower levels on the web document, as shown in Fig.

이때, 본 발명의 일실시예에 따르면, 상기 목록 레벨의 지정 명령은 상기 웹 문서 상에서 선정된(predetermined) 공란만큼 들여쓰기를 지시하는 이벤트를 실행시키는 명령에 대응할 수 있다.In this case, according to an embodiment of the present invention, the list level designation command may correspond to a command to execute an event indicating indentation by a predetermined blank space on the web document.

이때, 목록 생성 수행부(114)는 상기 웹 문서 상에서 상기 선정된 공란만큼 들여쓰기를 지시하는 이벤트를 실행시키는 명령이 인가된 횟수에 비례하여 상기 텍스트들에 대한 목록 레벨을 하위 레벨로 변경해서 지정할 수 있다.At this time, the list generating unit 114 changes the list level of the texts to a lower level in proportion to the number of times the command to execute the event instructing the indentation by the selected blank space is applied on the web document .

예컨대, 사용자에 의해 상기 웹 문서 상에 "AAA"가 입력된 이후 다음 줄에서 상기 사용자가 키보드의 "탭(tap) 버튼"을 누름으로 인해, 도 2에 도시된 바와 같이, "BBB"에 대해 소정의 공란만큼 들여쓰기가 되는 경우가 되면, "BBB"에 대해서는 "AAA"보다 한 단계 하위 레벨이 지정되도록 하는 목록 레벨의 지정 명령이 처리될 수 있다.For example, as shown in FIG. 2, when the user presses the " tap button " of the keyboard at the next line after " AAA " If indentation is performed by a predetermined blank space, a list level specifying command for specifying "BBA" to be one level lower than "AAA" can be processed.

아울러, 사용자가 상기 웹 문서 상에 "BBB"가 입력된 이후 다음 줄에서 키보드의 "탭(tap) 버튼"을 두 번 누름으로 인해, 도 2에 도시된 바와 같이, "CCC"에 대해 소정의 공란만큼 들여쓰기가 2회 처리되도록 하는 이벤트를 발생시켰다면, 목록 생성 수행부(114)는 상기 들여쓰기를 지시하는 이벤트의 발생 횟수인 "2회"에 비례하여 "CCC"에 대해 "AAA"보다는 두 단계 하위 레벨을, "BBB"보다는 한 단계 하위 레벨을 지정할 수 있다.In addition, since the user presses the "tap" button of the keyboard twice in the next line after the "BBB" is input on the web document, a predetermined Quot; AAA " for " CCC " in proportion to " twice ", which is the number of times of occurrence of the event for instructing the indentation, if the event generation unit 114 has generated an event for processing the indentation twice You can specify two lower levels, one level lower than "BBB".

결국, 본 발명에 따른 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 장치(110)는 사용자가 웹 문서 상에서 목록을 생성하고자 할 때, 각 목록 항목 별로 레벨을 인식하여 각 목록 항목들에 대해 각 레벨에 맞는 적절한 목록 부호를 자동으로 할당해 줌으로써, 사용자가 웹 문서에서 목록을 손쉽게 생성하고 조작할 수 있도록 지원할 수 있다.As a result, when a user wants to create a list on a web document, the web document editing support apparatus 110 for supporting list creation in the web document according to the present invention recognizes the level for each list item, By automatically assigning appropriate list codes to levels, users can easily create and manipulate lists in web documents.

또한, 본 발명의 일실시예에 따르면, 목록 생성부(112)는 레벨 변경부(115) 및 부호 재할당부(116)를 더 포함할 수 있다.Also, according to an embodiment of the present invention, the list generating unit 112 may further include a level changing unit 115 and a code reassigning unit 116.

레벨 변경부(115)는 상기 제1 목록이 생성된 이후 상기 사용자에 의해 상기 제1 목록에서 최상위 레벨의 목록 항목에 대한 목록 레벨을 하위 레벨로 변경하도록 지시하는 목록 레벨의 변경 명령이 인가되면, 상기 제1 목록에 존재하는 상기 복수의 목록 항목들 전부에 대해 상기 복수의 목록 항목들에 지정되어 있는 레벨을 모두 하위 레벨로 변경해서 재지정한다.When the list level change command instructing the user to change the list level for the top level list item in the first list to the low level is applied by the user after the first list is generated, All of the plurality of list items existing in the first list are redirected to the lower level by changing all the levels assigned to the plurality of list items.

부호 재할당부(116)는 상기 복수의 목록 항목들에 지정되어 있는 레벨이 모두 하위 레벨로 변경되면, 상기 제1 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식을 참조하여 상기 웹 문서 상에서 하위 레벨로 변경된 상기 복수의 목록 항목들에 할당되어 있는 목록 부호를 변경된 레벨에 대응하는 목록 부호로 변경해서 재할당한다.When all levels assigned to the plurality of list items are changed to a lower level, the code reassigning unit 116 displays a list code to be assigned to the list items for each level designated in the first list code display method The list code assigned to the plurality of list items changed to a lower level on the web document is changed to a list code corresponding to the changed level and reallocated.

예컨대, 상기 표 1에서 나타낸 "목록 부호 표시 방법 1"에 따라 도 2에 도시된 바와 같은 제1 목록이 상기 웹 문서 상에서 생성되었다고 가정하자.For example, assume that a first list as shown in FIG. 2 is generated on the web document according to " List Code Display Method 1 " shown in Table 1 above.

이때, 사용자에 의해 상기 제1 목록에서 최상위 레벨의 목록 항목인 "1. AAA"에 대해서 해당 목록 항목의 목록 레벨을 하위 레벨로 변경하도록 지시하는 목록 레벨의 변경 명령이 안가되면, 레벨 변경부(115)는 상기 제1 목록에 존재하는 복수의 목록 항목들인 "1. AAA", "(1) BBB", "(a) CCC", "1) DDD", "2. KKK", "(1) LLL" 전부에 대해 상기 복수의 목록 항목들에 지정되어 있는 레벨을 모두 한 단계씩 하위 레벨로 변경해서 재지정할 수 있다.At this time, if the list level change instruction for instructing the user to change the list level of the list item to the lower level is not found for the top level list item "1.AAA" in the first list, (1) BBB "," (a) CCC "," 1) DDD "," 2. KKK "," (1) ) LLL ", all of the levels assigned to the plurality of list items can be redirected to the lower level one level at a time.

그리고, 부호 재할당부(116)는 상기 복수의 목록 항목들에 지정되어 있는 레벨이 모두 하위 레벨로 변경되면, "목록 부호 표시 방법 1에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식인 "1.-(1)-(a)-1)-a)"을 참조하여 상기 웹 문서 상에서 하위 레벨로 변경된 상기 복수의 목록 항목들에 할당되어 있는 목록 부호를 변경된 레벨에 대응하는 목록 부호로 변경해서 재할당할 수 있다.When all the levels assigned to the plurality of list items are changed to the lower level, the code reassigning unit 116 determines whether or not the list codes assigned to the list items assigned to each level specified in the list code display method 1 (1) - (a) -1) -a) " which is a display format of the Web document, the list code assigned to the plurality of list items changed to a lower level on the web document It can be changed to a list code and reassigned.

즉, 부호 재할당부(116)는 "1. AAA"를 "(1) AAA"로, "(1) BBB"를 "(a) BBB"로, "(a) CCC"를 "1) CCC"로, "1) DDD"를 "a) DDD"로, "2. KKK"를 "(2) KKK"로, "(1) LLL"을 "(a) LLL"로 변경할 수 있다.That is, the code reassigning unit 116 sets "1. AAA" to "(1) AAA", "(1) BBB" to " (2) KKK "and" (1) LLL "to" (a) LLL "for the purposes of this section.

또한, 본 발명의 일실시예에 따르면, 목록 생성부(112)는 정보 추출부(117) 및 목록 타입 변경부(118)를 더 포함할 수 있다.Also, according to an embodiment of the present invention, the list generating unit 112 may further include an information extracting unit 117 and a list type changing unit 118.

정보 추출부(117)는 상기 제1 목록이 생성된 이후 상기 사용자에 의해 상기 제1 목록에서 최상위 레벨의 목록 항목에 할당되어 있는 목록 부호를 다른 목록 부호로 변경하도록 지시하는 목록 부호의 변경 명령이 인가되면, 정보 저장부(111)로부터 상기 복수의 서로 다른 목록 부호 표시 방법들 중, 상기 다른 목록 부호를 상기 최상위 레벨의 목록 항목에 대응하는 목록 항목에 할당될 목록 부호의 표시 형식으로 포함하고 있는 제2 목록 부호 표시 방법에 대한 정보를 추출한다.The information extracting unit 117 generates a list code change instruction for instructing the user to change the list code assigned to the highest level list item in the first list to another list code after the first list is generated , The other list code among the plurality of different list code display methods from the information storage unit 111 in the form of a list code to be allocated to the list item corresponding to the top level list item Information on the second list code display method is extracted.

목록 타입 변경부(118)는 상기 제2 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식을 참조하여, 상기 제1 목록에 존재하는 상기 복수의 목록 항목들 전부에 대해, 상기 복수의 목록 항목들에 할당되어 있는 목록 부호를 상기 제2 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 대응하는 목록 부호로 변경해서 재할당한다.The list type changing unit 118 refers to the display format of the list codes to be assigned to the list items for each level designated in the second list code display method to display the list items of the plurality of list items The list code assigned to the plurality of list items is reallocated to a list code corresponding to the list items for each level designated in the second list code display method.

예컨대, 상기 표 1에서 나타낸 "목록 부호 표시 방법 1"에 따라 도 2에 도시된 바와 같은 제1 목록이 상기 웹 문서 상에서 생성되었다고 가정하자.For example, assume that a first list as shown in FIG. 2 is generated on the web document according to " List Code Display Method 1 " shown in Table 1 above.

이때, 사용자에 의해 상기 제1 목록에서 최상위 레벨의 목록 항목인 "1. AAA"에 할당되어 있는 목록 부호인 "1."에 대해 "A."이라는 목록 부호로의 변경을 지시하는 목록 부호의 변경 명령이 인가되면, 정보 추출부(117)는 상기 표 1과 같은 복수의 서로 다른 목록 부호 표시 방법들 중 "A."이라는 목록 부호를 최상위 레벨의 목록 항목에 할당될 목록 부호의 표시 형식으로 포함하고 있는 목록 부호 표시 방법인 "목록 부호 표시 방법 2"에 대한 정보를 추출할 수 있다.At this time, for a list code assigned to the highest level list item " 1.AAA " in the first list, a list code indicating a change to a list code " A " When the change command is applied, the information extracting unit 117 extracts a list code of " A. " among a plurality of different list code display methods as shown in Table 1 as a display format of a list code to be allocated to the top- It is possible to extract information on the " list code display method 2 "

그러고 나서, 목록 타입 변경부(118)는 "목록 부호 표시 방법 2"에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식인 "A.-(A)-(a)-a.-1."을 참조하여, 상기 제1 목록에 존재하는 복수의 목록 항목들인 "1. AAA", "(1) BBB", "(a) CCC", "1) DDD", "2. KKK", "(1) LLL" 전부에 대해, 상기 복수의 목록 항목들에 할당되어 있는 목록 부호를 "목록 부호 표시 방법 2"에 지정되어 있는 각 레벨 별 목록 항목들에 대응하는 목록 부호로 변경해서 재할당할 수 있다.Then, the list type changing unit 118 changes the list type to be assigned to the list items for each level specified in "List Code Display Method 2" to "A.- (A) - (a) -a (1) BBB ", " (a) CCC ", " 1) DDD ", " 2. KKK "and" (1) LLL ", the list codes assigned to the plurality of list items are changed to the list codes corresponding to the list items for each level designated in the" list code display method 2 " And can be reallocated.

즉, 목록 타입 변경부(118)는 "1. AAA"를 "A. AAA"로, "(1) BBB"를 "(A) BBB"로, "(a) CCC"를 "a) CCC"로, "1) DDD"를 "a. DDD"로, "2. KKK"를 "B. KKK"로, "(1) LLL"을 "(A) LLL"로 변경할 수 있다.That is, the list type changing unit 118 changes the "AAA" to "AAA", "(1) BBB" to "(A) BBB" DDL "to" DDD "," 2. KKK "to" B. KKK ", and" (1) LLL "to" (A) LLL ".

본 발명의 일실시예에 따르면, 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 장치(110)는 식별자 할당부(119), 인터페이스 생성부(120), 표시 화면 이동부(121) 및 목록 편집 수행부(122)를 더 포함할 수 있다.According to an embodiment of the present invention, a web document editing support apparatus 110 for supporting list generation in a web document includes an identifier assigning unit 119, an interface generating unit 120, a display screen moving unit 121, And may further include an execution unit 122.

식별자 할당부(119)는 상기 제1 목록에 대해 상기 제1 목록을 구분하기 위한 고유 식별자를 할당한다.The identifier assigning unit 119 assigns a unique identifier for distinguishing the first list to the first list.

인터페이스 생성부(120)는 상기 웹 문서 상에 서로 다른 고유 식별자가 할당되어 있는 복수의 목록들(상기 복수의 목록들에는 상기 제1 목록도 포함됨)이 존재하는 경우, 상기 사용자로 하여금 상기 복수의 목록들에 할당되어 있는 고유 식별자를 기초로 상기 복수의 목록들 각각에 포함되어 있는 텍스트의 서식 조정이 가능하도록 하는 목록 편집 인터페이스를 생성하여 상기 웹 문서가 표시되고 있는 화면의 일측면에 표시한다.The interface generating unit 120 may generate the plurality of lists (the first list is also included in the plurality of lists) in which different unique identifiers are allocated on the web document, A list editing interface is created that enables the format of the text included in each of the plurality of lists to be adjusted based on the unique identifier assigned to the lists, and displayed on one side of the screen on which the web document is displayed.

표시 화면 이동부(121)는 상기 사용자로부터 상기 목록 편집 인터페이스를 통해 상기 복수의 목록들에 할당되어 있는 고유 식별자 중 제1 고유 식별자에 대한 선택 명령이 인가되면, 상기 웹 문서의 표시 화면을 상기 복수의 목록들 중 상기 제1 고유 식별자가 할당되어 있는 목록의 첫 번째 줄이 위치하는 지점으로 이동시킨다.When the selection instruction for the first unique identifier among the unique IDs assigned to the plurality of lists is applied from the user through the list editing interface, the display screen moving unit 121 displays the display screen of the web document as the plurality To the point where the first line of the list to which the first unique identifier is allocated is located.

목록 편집 수행부(122)는 상기 목록 편집 인터페이스를 통해 상기 제1 고유 식별자에 대한 선택 명령이 인가된 후 상기 목록 편집 인터페이스를 통해 상기 사용자로부터 텍스트의 서식 조정을 지시하는 제1 편집 명령이 인가되면, 상기 웹 문서 상에서 상기 제1 고유 식별자가 할당되어 있는 목록에 포함된 텍스트 전부에 대해 상기 제1 편집 명령에 따른 서식 조정을 수행한다.When the first editing instruction for instructing the user to adjust the text format is applied through the list editing interface after the selection instruction for the first unique identifier is applied through the list editing interface , And performs format adjustment according to the first edit command for all the texts included in the list to which the first unique identifier is allocated on the web document.

관련해서, 도 2에 도시된 바와 같이 사용자에 의해 상기 제1 목록이 생성되면, 고유 식별자 할당부(119)는 상기 제1 목록에 대해 상기 제1 목록을 구분하기 위한 고유 식별자를 할당할 수 있다.2, when the first list is generated by the user, the unique identifier assigning unit 119 may assign a unique identifier for distinguishing the first list to the first list .

이때, 상기 웹 문서 상에 상기 사용자에 의해 다수의 목록들이 생성된 결과, 도 3에 도시된 바와 같이 웹 문서 상에 복수의 목록들(311, 312, 313)이 존재하는 경우, 복수의 목록들(311, 312, 313)에는 고유 식별자 할당부(119)를 통해 각 목록들을 구분하기 위한 고유의 식별자가 할당되어 있을 수 있다.As shown in FIG. 3, when a plurality of lists 311, 312, and 313 are present on the Web document as a result of generating a plurality of lists by the user on the Web document, (311, 312, 313) may be assigned a unique identifier for distinguishing each list through the unique identifier assigning unit (119).

이때, 인터페이스 생성부(120)는 도 3에 도시된 바와 같이, 상기 사용자로 하여금 복수의 목록(311, 312, 313)들에 할당되어 있는 고유 식별자를 기초로 복수의 목록들(311, 312, 313) 각각에 포함되어 있는 텍스트의 서식 조정이 가능하도록 하는 목록 편집 인터페이스(330)를 생성하여 상기 웹 문서가 표시되고 있는 화면(320)의 일측면에 표시할 수 있다.3, the interface generation unit 120 generates a plurality of lists 311, 312, and 313 based on the unique identifiers assigned to the plurality of lists 311, 312, and 313, 313 in the form of a list editing interface 330 for enabling the user to adjust the format of the text contained in each of the web pages.

이때, 상기 사용자로부터 목록 편집 인터페이스(330)를 통해서 복수의 목록들(311, 312, 313)에 할당되어 있는 고유 식별자 중 도 3의 도면부호 331에 도시된 바와 같이 "목록 4의 ID"라고 하는 제1 고유 식별자에 대한 선택 명령이 인가되면, 표시 화면 이동부(121)는 상기 웹 문서의 표시 화면(320)을 복수의 목록들(311, 312, 313) 중 상기 제1 고유 식별자가 할당되어 있는 "목록 4"의 첫 번째 줄이 위치하는 지점으로 이동시킬 수 있다.At this time, among the unique IDs allocated to the plurality of lists 311, 312, and 313 from the user through the list editing interface 330, as shown in reference numeral 331 in FIG. 3, When the selection instruction for the first unique identifier is applied, the display screen moving unit 121 displays the display screen 320 of the web document by allocating the first unique identifier among the plurality of lists 311, 312, and 313 You can move to the point where the first line of "List 4" is located.

그 이후, 목록 편집 인터페이스(330)를 통해 상기 사용자로부터 도면부호 340에 도시된 바와 같이, 텍스트의 색상이 빨간색으로 변경되도록 지시하는 제1 편집 명령이 인가되면, 목록 편집 수행부(122)는 상기 웹 문서 상에서 상기 제1 고유 식별자가 할당되어 있는 "목록 4"에 포함된 텍스트 전부에 대해 상기 제1 편집 명령에 따라 색상을 빨간색으로 변경할 수 있다.Thereafter, if a first editing instruction is issued from the user through the list editing interface 330 to instruct the user to change the color of the text to red, as shown at reference numeral 340, It is possible to change the color to red in accordance with the first edit command for all the texts included in the " list 4 " to which the first unique identifier is assigned on the web document.

이를 통해, 본 발명에 따른 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 장치(110)는 상기 웹 문서 상에 복수의 목록들이 생성된 경우, 상기 편집 인터페이스를 통해 사용자가 원하는 목록으로 바로 화면을 이동시킬 수 있도록 지원할 수 있고, 상기 사용자가 각 목록들의 텍스트에 대한 서식 조정을 한 번에 수행할 수 있도록 지원할 수 있다.Accordingly, when a plurality of lists are created on the web document, the apparatus for supporting web document editing 110 for supporting the list creation in the web document according to the present invention displays the screen directly on the desired list through the editing interface And can support the user to perform format adjustment of the text of each list at a time.

도 4는 본 발명의 일실시예에 따른 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 방법을 도시한 순서도이다.4 is a flowchart illustrating a web document editing support method for supporting list generation in a web document according to an exemplary embodiment of the present invention.

단계(S410)에서는 상위 레벨의 목록 항목과 상기 상위 레벨의 목록 항목에 연결되는 하위 레벨의 목록 항목들 각각에 할당될 목록 부호에 대한 표시 형식을 지정하는 복수의 서로 다른 목록 부호 표시 방법들에 대한 정보가 저장되어 있는 정보 저장부를 유지한다.In step S410, for a plurality of different list code display methods for designating a display format for a list code to be allocated to each of the high-level list item and the low-level list items connected to the high-level list item, And holds an information storage unit in which information is stored.

단계(S420)에서는 웹 문서 상에서 사용자에 의해 상기 복수의 서로 다른 목록 부호 표시 방법들 중 제1 목록 부호 표시 방법에 따른 목록 입력 명령이 인가되면, 상기 목록 입력 명령이 인가된 이후 상기 웹 문서 상에 상기 사용자에 의해 입력되는 텍스트들에 대해, 상기 제1 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식에 대응하는 목록 부호를 할당하여 제1 목록을 생성한다.In step S420, when a list input command according to the first list code display method among the plurality of different list code display methods is applied by the user on the web document, A list code corresponding to the display format of the list code to be assigned to the list items for each level specified in the first list code display method is allocated to the texts input by the user to generate the first list .

이때, 본 발명의 일실시예에 따르면, 단계(S420)에서는 상기 사용자에 의해 상기 텍스트들에 대한 목록 항목을 구별하기 위한 목록 레벨의 지정 명령이 인가되면, 상기 목록 레벨의 지정 명령에 따라 상기 제1 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식을 참조하여 상기 텍스트들에 대해 상기 사용자에 의해 지정된 목록 레벨에 따른 목록 부호를 할당하는 단계 및 상기 텍스트들에 대해 상기 목록 레벨의 지정 명령에 따른 목록 항목 별 레벨을 지정함으로써, 상기 웹 문서 상에서 하나 이상의 서로 다른 상하위 레벨을 갖는 복수의 목록 항목들로 구성된 상기 제1 목록의 생성을 수행하는 단계를 포함할 수 있다.According to an embodiment of the present invention, in step S420, when a list level designation command for distinguishing the list items of the texts is applied by the user, Assigning a list code according to a list level designated by the user to the texts by referring to a display format of the list codes to be assigned to the list items assigned to each level specified in the one list code display method, And generating a first list comprising a plurality of list items having one or more different upper and lower levels on the web document by designating the level for each list item according to the list instruction of the list level .

이때, 본 발명의 일실시예에 따르면, 상기 목록 레벨의 지정 명령은 상기 웹 문서 상에서 선정된 공란만큼 들여쓰기를 지시하는 이벤트를 실행시키는 명령에 대응할 수 있다.In this case, according to an embodiment of the present invention, the list level designation command may correspond to a command to execute an event instructing indentation by a predetermined blank space on the web document.

이때, 상기 제1 목록의 생성을 수행하는 단계는 상기 웹 문서 상에서 상기 선정된 공란만큼 들여쓰기를 지시하는 이벤트를 실행시키는 명령이 인가된 횟수에 비례하여 상기 텍스트들에 대한 목록 레벨을 하위 레벨로 변경해서 지정할 수 있다.At this time, the step of generating the first list may include the step of generating the list of the texts at a lower level in proportion to the number of times the instruction to execute the event instructing the indentation by the selected blank space is applied You can change it.

또한, 본 발명의 일실시예에 따르면, 상기 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 방법은 상기 제1 목록이 생성된 이후 상기 사용자에 의해 상기 제1 목록에서 최상위 레벨의 목록 항목에 대한 목록 레벨을 하위 레벨로 변경하도록 지시하는 목록 레벨의 변경 명령이 인가되면, 상기 제1 목록에 존재하는 상기 복수의 목록 항목들 전부에 대해 상기 복수의 목록 항목들에 지정되어 있는 레벨을 모두 하위 레벨로 변경해서 재지정하는 단계 및 상기 복수의 목록 항목들에 지정되어 있는 레벨이 모두 하위 레벨로 변경되면, 상기 제1 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식을 참조하여 상기 웹 문서 상에서 하위 레벨로 변경된 상기 복수의 목록 항목들에 할당되어 있는 목록 부호를 변경된 레벨에 대응하는 목록 부호로 변경해서 재할당하는 단계를 더 포함할 수 있다.According to another aspect of the present invention, there is provided a web document editing support method for supporting list generation in a web document, the method comprising: after the first list is generated, When a list level change command instructing to change a list level to a lower level is applied, all levels specified to the plurality of list items for all of the plurality of list items existing in the first list are lowered And when the level assigned to the plurality of list items is changed to a lower level, the display of the list code to be allocated to the list items for each level designated in the first list sign display method And a list code assigned to the plurality of list items changed to a lower level on the web document, Level to a list code corresponding to the level, and reallocating the list code.

또한, 본 발명의 일실시예에 따르면, 상기 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 방법은 상기 제1 목록이 생성된 이후 상기 사용자에 의해 상기 제1 목록에서 최상위 레벨의 목록 항목에 할당되어 있는 목록 부호를 다른 목록 부호로 변경하도록 지시하는 목록 부호의 변경 명령이 인가되면, 상기 정보 저장부로부터 상기 복수의 서로 다른 목록 부호 표시 방법들 중, 상기 다른 목록 부호를 상기 최상위 레벨의 목록 항목에 대응하는 목록 항목에 할당될 목록 부호의 표시 형식으로 포함하고 있는 제2 목록 부호 표시 방법에 대한 정보를 추출하는 단계 및 상기 제2 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식을 참조하여, 상기 제1 목록에 존재하는 상기 복수의 목록 항목들 전부에 대해, 상기 복수의 목록 항목들에 할당되어 있는 목록 부호를 상기 제2 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 대응하는 목록 부호로 변경해서 재할당하는 단계를 더 포함할 수 있다.According to still another aspect of the present invention, there is provided a web document editing support method for supporting list generation in a web document, the method comprising: assigning a list item to a top level list item in the first list, Level list items from among the plurality of different list code display methods from the information storage unit, when a list code change instruction for instructing to change a list code having a highest level Extracting information on a second list code display method which is included in a display format of a list code to be allocated to a list item corresponding to the second list code display method, Referring to a display format of a list code to be displayed, for all of the plurality of list items existing in the first list, The step of re-allocated by changing the list of codes that are assigned to a plurality of list entries in a list code corresponding to each level list of items that are specified in the second list code display method may further include.

또한, 본 발명의 일실시예에 따르면, 상기 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 방법은 상기 제1 목록에 대해 상기 제1 목록을 구분하기 위한 고유 식별자를 할당하는 단계, 상기 웹 문서 상에 서로 다른 고유 식별자가 할당되어 있는 복수의 목록들(상기 복수의 목록들에는 상기 제1 목록도 포함됨)이 존재하는 경우, 상기 사용자로 하여금 상기 복수의 목록들에 할당되어 있는 고유 식별자를 기초로 상기 복수의 목록들 각각에 포함되어 있는 텍스트의 서식 조정이 가능하도록 하는 목록 편집 인터페이스를 생성하여 상기 웹 문서가 표시되고 있는 화면의 일측면에 표시하는 단계, 상기 사용자로부터 상기 목록 편집 인터페이스를 통해 상기 복수의 목록들에 할당되어 있는 고유 식별자 중 제1 고유 식별자에 대한 선택 명령이 인가되면, 상기 웹 문서의 표시 화면을 상기 복수의 목록들 중 상기 제1 고유 식별자가 할당되어 있는 목록의 첫 번째 줄이 위치하는 지점으로 이동시키는 단계 및 상기 목록 편집 인터페이스를 통해 상기 제1 고유 식별자에 대한 선택 명령이 인가된 후 상기 목록 편집 인터페이스를 통해 상기 사용자로부터 텍스트의 서식 조정을 지시하는 제1 편집 명령이 인가되면, 상기 웹 문서 상에서 상기 제1 고유 식별자가 할당되어 있는 목록에 포함된 텍스트 전부에 대해 상기 제1 편집 명령에 따른 서식 조정을 수행하는 단계를 더 포함할 수 있다.According to another embodiment of the present invention, there is provided a method of supporting editing of a web document in a web document, the method comprising: assigning a unique identifier for distinguishing the first list to the first list; When there are a plurality of lists (the first lists are also included in the plurality of lists) in which different unique identifiers are allocated on the basis of the unique identifiers assigned to the plurality of lists, Creating a list editing interface that allows the user to adjust the format of the text included in each of the plurality of lists, and displaying the list editing interface on one side of the screen on which the web document is displayed; When a selection command for the first unique identifier among the unique identifiers assigned to the plurality of lists is applied, Moving a display screen of a web document to a point where a first line of a list to which the first unique identifier is allocated among the plurality of lists is located; When a first edit command for instructing the user to adjust the format of text is applied from the user through the list editing interface after all of the texts included in the list to which the first unique identifier is allocated on the web document And performing format adjustment according to the first edit command.

이상, 도 4를 참조하여 본 발명의 일실시예에 따른 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 방법에 대해 설명하였다. 여기서, 본 발명의 일실시예에 따른 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 방법은 도 1 내지 도 3을 이용하여 설명한 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 장치(110)의 동작에 대한 구성과 대응될 수 있으므로, 이에 대한 보다 상세한 설명은 생략하기로 한다.As described above, referring to FIG. 4, a web document editing support method for supporting list generation in a web document according to an embodiment of the present invention has been described. Herein, a method for supporting web document editing in a web document according to an exemplary embodiment of the present invention is a method for supporting web document editing in a web document described with reference to FIGS. 1 to 3 And therefore, a detailed description thereof will be omitted.

본 발명의 일실시예에 따른 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 방법은 컴퓨터와의 결합을 통해 실행시키기 위한 저장매체에 저장된 컴퓨터 프로그램으로 구현될 수 있다.A web document editing support method for supporting list generation in a web document according to an exemplary embodiment of the present invention can be implemented by a computer program stored in a storage medium for execution through a combination with a computer.

또한, 본 발명의 일실시예에 따른 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. In addition, the web document editing support method for supporting list generation in a web document according to an embodiment of the present invention may be implemented in the form of a program command that can be executed through various computer means and recorded in a computer readable medium. The computer-readable medium may include program instructions, data files, data structures, and the like, alone or in combination. The program instructions recorded on the medium may be those specially designed and constructed for the present invention or may be available to those skilled in the art of computer software. Examples of computer-readable media include magnetic media such as hard disks, floppy disks and magnetic tape; optical media such as CD-ROMs and DVDs; magnetic media such as floppy disks; Magneto-optical media, and hardware devices specifically configured to store and execute program instructions such as ROM, RAM, flash memory, and the like. Examples of program instructions include machine language code such as those produced by a compiler, as well as high-level language code that can be executed by a computer using an interpreter or the like.

이상과 같이 본 발명에서는 구체적인 구성 요소 등과 같은 특정 사항들과 한정된 실시예 및 도면에 의해 설명되었으나 이는 본 발명의 보다 전반적인 이해를 돕기 위해서 제공된 것일 뿐, 본 발명은 상기의 실시예에 한정되는 것은 아니며, 본 발명이 속하는 분야에서 통상적인 지식을 가진 자라면 이러한 기재로부터 다양한 수정 및 변형이 가능하다. As described above, the present invention has been described with reference to particular embodiments, such as specific elements, and specific embodiments and drawings. However, it should be understood that the present invention is not limited to the above- And various modifications and changes may be made thereto by those skilled in the art to which the present invention pertains.

따라서, 본 발명의 사상은 설명된 실시예에 국한되어 정해져서는 아니되며, 후술하는 특허청구범위뿐 아니라 이 특허청구범위와 균등하거나 등가적 변형이 있는 모든 것들은 본 발명 사상의 범주에 속한다고 할 것이다.Accordingly, the spirit of the present invention should not be construed as being limited to the embodiments described, and all of the equivalents or equivalents of the claims, as well as the following claims, belong to the scope of the present invention .

110: 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 장치
111: 정보 저장부 112: 목록 생성부
113: 목록 부호 할당부 114: 목록 생성 수행부
115: 레벨 변경부 116: 부호 재할당부
117: 정보 추출부 118: 목록 타입 변경부
119: 식별자 할당부 120: 인터페이스 생성부
121: 표시 화면 이동부 122: 목록 편집 수행부
110: Web document editing support device supporting list generation in web documents
111: information storage unit 112: list generation unit
113: list code assignment unit 114: list creation execution unit
115: Level change unit 116: Code reassignment unit
117: information extracting unit 118: list type changing unit
119: Identifier assigning unit 120: Interface generating unit
121: display screen moving unit 122: list edit performing unit

Claims (14)

상위 레벨의 목록 항목과 상기 상위 레벨의 목록 항목에 연결되는 하위 레벨의 목록 항목들 각각에 할당될 목록 부호에 대한 표시 형식을 지정하는 복수의 서로 다른 목록 부호 표시 방법들에 대한 정보가 저장되어 있는 정보 저장부;
웹 문서 상에서 사용자에 의해 상기 복수의 서로 다른 목록 부호 표시 방법들 중 제1 목록 부호 표시 방법에 따른 목록 입력 명령이 인가되면, 상기 목록 입력 명령이 인가된 이후 상기 웹 문서 상에 상기 사용자에 의해 입력되는 텍스트들에 대해, 상기 제1 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식에 대응하는 목록 부호를 할당하여 제1 목록을 생성하는 목록 생성부;
상기 제1 목록에 대해 상기 제1 목록을 구분하기 위한 고유 식별자를 할당하는 식별자 할당부;
상기 웹 문서 상에 서로 다른 고유 식별자가 할당되어 있는 복수의 목록들 - 상기 복수의 목록들에는 상기 제1 목록도 포함됨 - 이 존재하는 경우, 상기 사용자로 하여금 상기 복수의 목록들에 할당되어 있는 고유 식별자를 기초로 상기 복수의 목록들 각각에 포함되어 있는 텍스트의 서식 조정이 가능하도록 하는 목록 편집 인터페이스를 생성하여 상기 웹 문서가 표시되고 있는 화면의 일측면에 표시하는 인터페이스 생성부;
상기 사용자로부터 상기 목록 편집 인터페이스를 통해 상기 복수의 목록들에 할당되어 있는 고유 식별자 중 제1 고유 식별자에 대한 선택 명령이 인가되면, 상기 웹 문서의 표시 화면을 상기 복수의 목록들 중 상기 제1 고유 식별자가 할당되어 있는 목록의 첫 번째 줄이 위치하는 지점으로 이동시키는 표시 화면 이동부; 및
상기 목록 편집 인터페이스를 통해 상기 제1 고유 식별자에 대한 선택 명령이 인가된 후 상기 목록 편집 인터페이스를 통해 상기 사용자로부터 텍스트의 서식 조정을 지시하는 제1 편집 명령이 인가되면, 상기 웹 문서 상에서 상기 제1 고유 식별자가 할당되어 있는 목록에 포함된 텍스트 전부에 대해 상기 제1 편집 명령에 따른 서식 조정을 수행하는 목록 편집 수행부
를 포함하고,
상기 목록 생성부는
상기 사용자에 의해 상기 텍스트들에 대한 목록 항목을 구별하기 위한 목록 레벨의 지정 명령 - 상기 목록 레벨의 지정 명령은 상기 웹 문서 상에서 선정된(predetermined) 공란만큼 들여쓰기를 지시하는 이벤트를 실행시키는 명령에 대응함 - 이 인가되면, 상기 목록 레벨의 지정 명령에 따라 상기 제1 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식을 참조하여 상기 텍스트들에 대해 상기 사용자에 의해 지정된 목록 레벨에 따른 목록 부호를 할당하는 목록 부호 할당부;
상기 텍스트들에 대해 상기 목록 레벨의 지정 명령에 따른 목록 항목 별 레벨을 지정하되, 상기 웹 문서 상에서 상기 선정된 공란만큼 들여쓰기를 지시하는 이벤트를 실행시키는 명령이 인가된 횟수에 비례하여 상기 텍스트들에 대한 목록 레벨을 하위 레벨로 변경해서 지정함으로써, 상기 웹 문서 상에서 하나 이상의 서로 다른 상하위 레벨을 갖는 복수의 목록 항목들로 구성된 상기 제1 목록의 생성을 수행하는 목록 생성 수행부;
상기 제1 목록이 생성된 이후 상기 사용자에 의해 상기 제1 목록에서 최상위 레벨의 목록 항목에 대한 목록 레벨을 하위 레벨로 변경하도록 지시하는 목록 레벨의 변경 명령이 인가되면, 상기 제1 목록에 존재하는 상기 복수의 목록 항목들 전부에 대해 상기 복수의 목록 항목들에 지정되어 있는 레벨을 모두 하위 레벨로 변경해서 재지정하는 레벨 변경부;
상기 복수의 목록 항목들에 지정되어 있는 레벨이 모두 하위 레벨로 변경되면, 상기 제1 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식을 참조하여 상기 웹 문서 상에서 하위 레벨로 변경된 상기 복수의 목록 항목들에 할당되어 있는 목록 부호를 변경된 레벨에 대응하는 목록 부호로 변경해서 재할당하는 부호 재할당부;
상기 제1 목록이 생성된 이후 상기 사용자에 의해 상기 제1 목록에서 최상위 레벨의 목록 항목에 할당되어 있는 목록 부호를 다른 목록 부호로 변경하도록 지시하는 목록 부호의 변경 명령이 인가되면, 상기 정보 저장부로부터 상기 복수의 서로 다른 목록 부호 표시 방법들 중, 상기 다른 목록 부호를 상기 최상위 레벨의 목록 항목에 대응하는 목록 항목에 할당될 목록 부호의 표시 형식으로 포함하고 있는 제2 목록 부호 표시 방법에 대한 정보를 추출하는 정보 추출부; 및
상기 제2 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식을 참조하여, 상기 제1 목록에 존재하는 상기 복수의 목록 항목들 전부에 대해, 상기 복수의 목록 항목들에 할당되어 있는 목록 부호를 상기 제2 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 대응하는 목록 부호로 변경해서 재할당하는 목록 타입 변경부
를 포함하는 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 장치.
Information about a plurality of different list code display methods for specifying a display format for a list code to be allocated to each of a list item at a higher level and a list item at a lower level linked to the list item at the higher level is stored An information storage unit;
When a list input command according to a first list code display method among the plurality of different list code display methods is applied by a user on a web document, A list generating unit for generating a first list by assigning a list code corresponding to a display format of a list code to be allocated to the list items for each level designated in the first list code display method;
An identifier assigning unit for assigning a unique identifier for distinguishing the first list to the first list;
A plurality of lists in which different unique identifiers are assigned on the web document, the first list is also included in the plurality of lists, An interface generating unit for generating a list editing interface for enabling the format of text included in each of the plurality of lists based on the identifier to be displayed on one side of a screen on which the web document is displayed;
When a selection instruction for a first unique identifier among unique IDs assigned to the plurality of lists is applied from the user through the list editing interface, the display screen of the web document is displayed on the display screen of the first unique identifier A display screen moving unit for moving the display screen to a position where the first line of the list to which the identifier is assigned is located; And
When a first edit command for instructing text adjustment of text from the user is applied through the list editing interface after a selection command for the first unique identifier is applied through the list editing interface, A list editing unit for performing format adjustment according to the first editing command on all texts included in the list to which the unique identifier is assigned,
Lt; / RTI >
The list generation unit
A command for specifying a list level for distinguishing a list item of the text by the user, the command for specifying a list level is an instruction for executing an event for instructing indentation by a predetermined blank space on the web document Corresponding to the first list code designation method according to the designation command of the list level, the display format of the list code to be assigned to the list items for each level specified in the first list code designation method, A list code allocation unit for assigning a list code according to the list level designated by the list code;
And a step of specifying a level for each list item in accordance with a designation command of the list level with respect to the texts, wherein, in response to an instruction to execute an event instructing indentation by the selected blank space on the web document, A list generating unit configured to generate the first list including a plurality of list items having one or more different upper and lower levels on the web document by changing the list level to the lower level and specifying the list level to the lower level;
If a list level change command instructing the user to change the list level of the top level list item in the first list to the low level is applied by the user after the first list is generated, A level changing unit for changing all the levels assigned to the plurality of list items to a lower level and redirecting all of the plurality of list items;
When the level specified in the plurality of list items is changed to a lower level, the display format of the list code to be allocated to the list items for each level specified in the first list sign display method is referred to, A code reassignment unit for reassigning a list code assigned to the plurality of list items changed to a lower level on the changed level to a list code corresponding to the changed level;
If the change instruction of the list code for instructing the user to change the list code assigned to the highest level list item in the first list to another list code is applied by the user after the first list is generated, Information about a second list code display method that includes the other list code in a display format of a list code to be allocated to a list item corresponding to the top level list item from among the plurality of different list code display methods An information extracting unit for extracting the information; And
Referring to the display format of the list code to be assigned to the list items for each level designated in the second list code display method, for each of the plurality of list items existing in the first list, A list type changing unit for changing a list code assigned to the items to a list code corresponding to the list items for each level designated in the second list code display method,
A web document editing support apparatus for supporting the generation of a list in a web document including a web page.
삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 컴퓨터에 의해 수행되는 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 방법에 있어서,
상위 레벨의 목록 항목과 상기 상위 레벨의 목록 항목에 연결되는 하위 레벨의 목록 항목들 각각에 할당될 목록 부호에 대한 표시 형식을 지정하는 복수의 서로 다른 목록 부호 표시 방법들에 대한 정보가 저장되어 있는 정보 저장부를 유지하는 단계;
웹 문서 상에서 사용자에 의해 상기 복수의 서로 다른 목록 부호 표시 방법들 중 제1 목록 부호 표시 방법에 따른 목록 입력 명령이 인가되면, 상기 목록 입력 명령이 인가된 이후 상기 웹 문서 상에 상기 사용자에 의해 입력되는 텍스트들에 대해, 상기 제1 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식에 대응하는 목록 부호를 할당하여 제1 목록을 생성하는 단계;
상기 제1 목록에 대해 상기 제1 목록을 구분하기 위한 고유 식별자를 할당하는 단계;
상기 웹 문서 상에 서로 다른 고유 식별자가 할당되어 있는 복수의 목록들 - 상기 복수의 목록들에는 상기 제1 목록도 포함됨 - 이 존재하는 경우, 상기 사용자로 하여금 상기 복수의 목록들에 할당되어 있는 고유 식별자를 기초로 상기 복수의 목록들 각각에 포함되어 있는 텍스트의 서식 조정이 가능하도록 하는 목록 편집 인터페이스를 생성하여 상기 웹 문서가 표시되고 있는 화면의 일측면에 표시하는 단계;
상기 사용자로부터 상기 목록 편집 인터페이스를 통해 상기 복수의 목록들에 할당되어 있는 고유 식별자 중 제1 고유 식별자에 대한 선택 명령이 인가되면, 상기 웹 문서의 표시 화면을 상기 복수의 목록들 중 상기 제1 고유 식별자가 할당되어 있는 목록의 첫 번째 줄이 위치하는 지점으로 이동시키는 단계; 및
상기 목록 편집 인터페이스를 통해 상기 제1 고유 식별자에 대한 선택 명령이 인가된 후 상기 목록 편집 인터페이스를 통해 상기 사용자로부터 텍스트의 서식 조정을 지시하는 제1 편집 명령이 인가되면, 상기 웹 문서 상에서 상기 제1 고유 식별자가 할당되어 있는 목록에 포함된 텍스트 전부에 대해 상기 제1 편집 명령에 따른 서식 조정을 수행하는 단계
를 포함하고,
상기 제1 목록을 생성하는 단계는
상기 사용자에 의해 상기 텍스트들에 대한 목록 항목을 구별하기 위한 목록 레벨의 지정 명령 - 상기 목록 레벨의 지정 명령은 상기 웹 문서 상에서 선정된(predetermined) 공란만큼 들여쓰기를 지시하는 이벤트를 실행시키는 명령에 대응함 - 이 인가되면, 상기 목록 레벨의 지정 명령에 따라 상기 제1 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식을 참조하여 상기 텍스트들에 대해 상기 사용자에 의해 지정된 목록 레벨에 따른 목록 부호를 할당하는 단계; 및
상기 텍스트들에 대해 상기 목록 레벨의 지정 명령에 따른 목록 항목 별 레벨을 지정하되, 상기 웹 문서 상에서 상기 선정된 공란만큼 들여쓰기를 지시하는 이벤트를 실행시키는 명령이 인가된 횟수에 비례하여 상기 텍스트들에 대한 목록 레벨을 하위 레벨로 변경해서 지정함으로써, 상기 웹 문서 상에서 하나 이상의 서로 다른 상하위 레벨을 갖는 복수의 목록 항목들로 구성된 상기 제1 목록의 생성을 수행하는 단계
를 포함하고,
상기 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 방법은
상기 제1 목록이 생성된 이후 상기 사용자에 의해 상기 제1 목록에서 최상위 레벨의 목록 항목에 대한 목록 레벨을 하위 레벨로 변경하도록 지시하는 목록 레벨의 변경 명령이 인가되면, 상기 제1 목록에 존재하는 상기 복수의 목록 항목들 전부에 대해 상기 복수의 목록 항목들에 지정되어 있는 레벨을 모두 하위 레벨로 변경해서 재지정하는 단계;
상기 복수의 목록 항목들에 지정되어 있는 레벨이 모두 하위 레벨로 변경되면, 상기 제1 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식을 참조하여 상기 웹 문서 상에서 하위 레벨로 변경된 상기 복수의 목록 항목들에 할당되어 있는 목록 부호를 변경된 레벨에 대응하는 목록 부호로 변경해서 재할당하는 단계;
상기 제1 목록이 생성된 이후 상기 사용자에 의해 상기 제1 목록에서 최상위 레벨의 목록 항목에 할당되어 있는 목록 부호를 다른 목록 부호로 변경하도록 지시하는 목록 부호의 변경 명령이 인가되면, 상기 정보 저장부로부터 상기 복수의 서로 다른 목록 부호 표시 방법들 중, 상기 다른 목록 부호를 상기 최상위 레벨의 목록 항목에 대응하는 목록 항목에 할당될 목록 부호의 표시 형식으로 포함하고 있는 제2 목록 부호 표시 방법에 대한 정보를 추출하는 단계; 및
상기 제2 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 할당될 목록 부호의 표시 형식을 참조하여, 상기 제1 목록에 존재하는 상기 복수의 목록 항목들 전부에 대해, 상기 복수의 목록 항목들에 할당되어 있는 목록 부호를 상기 제2 목록 부호 표시 방법에 지정되어 있는 각 레벨 별 목록 항목들에 대응하는 목록 부호로 변경해서 재할당하는 단계
를 더 포함하는 웹 문서에서 목록 생성을 지원하는 웹 문서 편집 지원 방법.
A web document editing support method for supporting list generation in a web document performed by a computer,
Information about a plurality of different list code display methods for specifying a display format for a list code to be allocated to each of a list item at a higher level and a list item at a lower level linked to the list item at the higher level is stored Maintaining an information storage unit;
When a list input command according to a first list code display method among the plurality of different list code display methods is applied by a user on a web document, Generating a first list by assigning a list code corresponding to a display format of a list code to be allocated to the list items for each level specified in the first list code display method;
Assigning a unique identifier for identifying the first list to the first list;
A plurality of lists in which different unique identifiers are assigned on the web document, the first list is also included in the plurality of lists, Creating a list editing interface that enables the formatting of text included in each of the plurality of lists based on an identifier, and displaying the list editing interface on one side of a screen on which the web document is displayed;
When a selection instruction for a first unique identifier among unique IDs assigned to the plurality of lists is applied from the user through the list editing interface, the display screen of the web document is displayed on the display screen of the first unique identifier To a point where the first line of the list to which the identifier is assigned is located; And
When a first edit command for instructing text adjustment of text from the user is applied through the list editing interface after a selection command for the first unique identifier is applied through the list editing interface, Performing format adjustment according to the first edit command on all texts included in the list to which the unique identifier is assigned
Lt; / RTI >
The step of generating the first list
A command for specifying a list level for distinguishing a list item of the text by the user, the command for specifying a list level is an instruction for executing an event for instructing indentation by a predetermined blank space on the web document Corresponding to the first list code designation method according to the designation command of the list level, the display format of the list code to be assigned to the list items for each level specified in the first list code designation method, Assigning a list code according to a list level designated by the list level; And
And a step of specifying a level for each list item in accordance with a designation command of the list level with respect to the texts, wherein, in response to an instruction to execute an event instructing indentation by the selected blank space on the web document, Performing a step of generating the first list consisting of a plurality of list items having one or more different upper and lower levels on the web document,
Lt; / RTI >
A web document editing support method for supporting list generation in the web document
If a list level change command instructing the user to change the list level of the top level list item in the first list to the low level is applied by the user after the first list is generated, Changing all the levels assigned to the plurality of list items to a lower level and redirecting all of the plurality of list items;
When the level specified in the plurality of list items is changed to a lower level, the display format of the list code to be allocated to the list items for each level specified in the first list sign display method is referred to, Changing a list code allocated to the plurality of list items changed to a lower level in the list code to a list code corresponding to the changed level and reallocating the list code;
If the change instruction of the list code for instructing the user to change the list code assigned to the highest level list item in the first list to another list code is applied by the user after the first list is generated, Information about a second list code display method that includes the other list code in a display format of a list code to be allocated to a list item corresponding to the top level list item from among the plurality of different list code display methods ; And
Referring to the display format of the list code to be assigned to the list items for each level designated in the second list code display method, for each of the plurality of list items existing in the first list, And reassigning the list code assigned to the items to a list code corresponding to the list items for each level designated in the second list code display method
A web document editing support method for supporting a list creation in a web document that further includes:
삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 제7항의 방법을 컴퓨터로 하여금 수행하도록 하는 프로그램을 기록한 컴퓨터 판독 가능 기록 매체.A computer-readable recording medium recording a program that causes a computer to perform the method of claim 7. 제7항의 방법을 컴퓨터와의 결합을 통해 실행시키기 위한 저장매체에 저장된 컴퓨터 프로그램.9. A computer program stored in a storage medium for executing the method of claim 7 through a combination with a computer.
KR1020170054493A 2017-04-27 2017-04-27 Web document editing support apparatus and method for supporting list generation in web documents KR101880508B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020170054493A KR101880508B1 (en) 2017-04-27 2017-04-27 Web document editing support apparatus and method for supporting list generation in web documents

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020170054493A KR101880508B1 (en) 2017-04-27 2017-04-27 Web document editing support apparatus and method for supporting list generation in web documents

Publications (1)

Publication Number Publication Date
KR101880508B1 true KR101880508B1 (en) 2018-07-20

Family

ID=63103425

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020170054493A KR101880508B1 (en) 2017-04-27 2017-04-27 Web document editing support apparatus and method for supporting list generation in web documents

Country Status (1)

Country Link
KR (1) KR101880508B1 (en)

Citations (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0554151A (en) * 1991-08-22 1993-03-05 Brother Ind Ltd Stereoscopic graphic processor
US6317137B1 (en) * 1998-12-01 2001-11-13 Silicon Graphics, Inc. Multi-threaded texture modulation for axis-aligned volume rendering
US6647410B1 (en) * 1999-11-05 2003-11-11 Reuters Limited Method, apparatus and program for delivery and display of information from dynamic and static data sources
JP2004046858A (en) * 2002-06-28 2004-02-12 Microsoft Corp Method for resolving document object collision
KR20040016357A (en) * 2002-10-23 2004-02-21 (주) 윌로우소프트 image loading method for game system
KR20040046171A (en) * 2002-11-26 2004-06-05 한국전자통신연구원 Parsing system and method of Multi-document based on elements
KR20040090867A (en) * 2003-04-18 2004-10-27 (주)아이펜텍 Method for Generating XSL Style Sheet by Using Gravity Layer Rules
JP2005057671A (en) * 2003-08-07 2005-03-03 Dainippon Screen Mfg Co Ltd Document processor, printing system, and method for adding object to document, and program
KR20060002735A (en) * 2003-03-27 2006-01-09 마이크로소프트 코포레이션 Markup language and object model for vector graphics
WO2006046666A1 (en) * 2004-10-27 2006-05-04 Justsystems Corporation Document processing device and document processing method
KR20060046307A (en) * 2004-06-01 2006-05-17 마이크로소프트 코포레이션 Method and apparatus for viewing and interacting with a spreadsheet from within a web browser
US20060200755A1 (en) * 2005-03-04 2006-09-07 Microsoft Corporation Method and system for resolving conflicts in attribute operations in a collaborative editing environment
JP2006523346A (en) * 2003-04-03 2006-10-12 ウェブ・バインダリー・リミテッド・ライアビリティ・カンパニー A system for producing online content printed from websites on demand
KR20070086669A (en) * 2004-11-26 2007-08-27 필립 케이. 친 A method of displaying data in a table
KR20080111450A (en) * 2006-03-15 2008-12-23 마이크로소프트 코포레이션 Efficient encoding of alternative graphic sets
KR20090056504A (en) * 2007-11-30 2009-06-03 주식회사 케이티 Proxy, terminal, method for processing the document object model events for modalities
KR20100011296A (en) * 2008-07-24 2010-02-03 삼성전자주식회사 Method and apparatus for reconstructing a web page
US20100325529A1 (en) * 2009-06-19 2010-12-23 Microsoft Corporation Resizing an Editable Area in a Web Page
KR20120003122A (en) * 2010-07-02 2012-01-10 에스케이플래닛 주식회사 Apparatus and method for processing image based on pre loading, and apparatus and method for processing image based on asynchronous loading
KR20120039514A (en) * 2009-03-23 2012-04-25 워크웨이 테크놀로지스 유에스 엘엘씨 System and method for merging edits for a conversation in a hosted conversation system
KR101161564B1 (en) * 2011-11-08 2012-07-03 주식회사 한글과컴퓨터 Terminal device and object color conversion method of the terminal device
US20130007582A1 (en) * 2011-06-30 2013-01-03 Konica Minolta Laboratory U.S.A., Inc. System and method for producing outer shadows and reflections
KR20130021482A (en) * 2011-08-23 2013-03-06 주식회사 인프라웨어 Method of editing html tables by cell unit
KR20130022485A (en) * 2011-08-24 2013-03-07 연세대학교 산학협력단 A method for providing web-page and a computer-readable recording medium recording program for implementing the method
US20130138733A1 (en) * 2011-11-25 2013-05-30 Matthias Heinrich Universal collaboration adapter for web editors
KR20130059866A (en) * 2011-11-29 2013-06-07 변규홍 Apparatus and method for converting web document
KR20130096686A (en) * 2011-01-18 2013-08-30 애플 인크. Reconstruction of lists in a document
US20130246901A1 (en) * 2012-03-19 2013-09-19 Litera Technologies, LLC. System and method for synchronizing bi-directional document management
KR101328047B1 (en) * 2012-01-02 2013-11-13 네이버 주식회사 Apparatus, method and computer readable recording medium for improving loading speed of images in a webpage having a plurality of images
KR20130143614A (en) * 2010-12-23 2013-12-31 마이크로소프트 코포레이션 Techniques for electronic aggregation of information
KR20140003788A (en) * 2012-06-28 2014-01-10 (주) 사이냅소프트 Html conversion apparatus and method thereof
KR20140010318A (en) * 2012-07-16 2014-01-24 주식회사 인프라웨어 Level-based per-list editing method for document editing applications, and computer-readable recording medium with level-based per-list editing program for the same
KR20140020435A (en) * 2012-08-08 2014-02-19 한국과학기술정보연구원 System and method for implementing real-time animation using multi-thread
US20140053050A1 (en) * 2011-04-27 2014-02-20 Fuji Film Corporation Document file display device and method
KR20140039509A (en) * 2012-09-24 2014-04-02 에스케이플래닛 주식회사 System and method for providing contextual user-interface based on mark-up language
KR20140147093A (en) * 2012-03-30 2014-12-29 마이크로소프트 코포레이션 Tracking co-authoring conflicts using document comments
KR101485788B1 (en) * 2014-03-28 2015-01-26 주식회사 한글과컴퓨터 Screen division rendering based electronic document display apparatus and method
KR101504719B1 (en) * 2010-03-24 2015-03-23 뉴로우, 인코포레이티드 System and method for coordinating simultaneous edits of shared digital data
US20150199319A1 (en) * 2006-08-16 2015-07-16 Google Inc. Real-Time Document Sharing and Editing
KR20150083718A (en) * 2014-01-10 2015-07-20 삼성전자주식회사 Apparatus and Method for displaying texts in electronic device
KR20150091527A (en) * 2008-06-25 2015-08-11 마이크로소프트 테크놀로지 라이센싱, 엘엘씨 Structured coauthoring
US20160139768A1 (en) * 2010-04-12 2016-05-19 Google Inc. Collaborative cursors in a hosted word processor
KR20160084448A (en) * 2013-11-11 2016-07-13 아마존 테크놀로지스, 인크. Document management and collaboration system
KR101647765B1 (en) * 2015-03-20 2016-08-12 (주)솔트웍스 System for unitied management of documents
KR101701110B1 (en) * 2016-03-11 2017-02-13 주식회사 인프라웨어 Method and apparatus for sharing common editing documents

Patent Citations (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0554151A (en) * 1991-08-22 1993-03-05 Brother Ind Ltd Stereoscopic graphic processor
US6317137B1 (en) * 1998-12-01 2001-11-13 Silicon Graphics, Inc. Multi-threaded texture modulation for axis-aligned volume rendering
US6647410B1 (en) * 1999-11-05 2003-11-11 Reuters Limited Method, apparatus and program for delivery and display of information from dynamic and static data sources
JP2004046858A (en) * 2002-06-28 2004-02-12 Microsoft Corp Method for resolving document object collision
KR20040016357A (en) * 2002-10-23 2004-02-21 (주) 윌로우소프트 image loading method for game system
KR20040046171A (en) * 2002-11-26 2004-06-05 한국전자통신연구원 Parsing system and method of Multi-document based on elements
KR20060002735A (en) * 2003-03-27 2006-01-09 마이크로소프트 코포레이션 Markup language and object model for vector graphics
JP2006523346A (en) * 2003-04-03 2006-10-12 ウェブ・バインダリー・リミテッド・ライアビリティ・カンパニー A system for producing online content printed from websites on demand
KR20040090867A (en) * 2003-04-18 2004-10-27 (주)아이펜텍 Method for Generating XSL Style Sheet by Using Gravity Layer Rules
JP2005057671A (en) * 2003-08-07 2005-03-03 Dainippon Screen Mfg Co Ltd Document processor, printing system, and method for adding object to document, and program
KR20060046307A (en) * 2004-06-01 2006-05-17 마이크로소프트 코포레이션 Method and apparatus for viewing and interacting with a spreadsheet from within a web browser
WO2006046666A1 (en) * 2004-10-27 2006-05-04 Justsystems Corporation Document processing device and document processing method
KR20070086669A (en) * 2004-11-26 2007-08-27 필립 케이. 친 A method of displaying data in a table
US20060200755A1 (en) * 2005-03-04 2006-09-07 Microsoft Corporation Method and system for resolving conflicts in attribute operations in a collaborative editing environment
KR20080111450A (en) * 2006-03-15 2008-12-23 마이크로소프트 코포레이션 Efficient encoding of alternative graphic sets
US20150199319A1 (en) * 2006-08-16 2015-07-16 Google Inc. Real-Time Document Sharing and Editing
KR20090056504A (en) * 2007-11-30 2009-06-03 주식회사 케이티 Proxy, terminal, method for processing the document object model events for modalities
KR20150091527A (en) * 2008-06-25 2015-08-11 마이크로소프트 테크놀로지 라이센싱, 엘엘씨 Structured coauthoring
KR20100011296A (en) * 2008-07-24 2010-02-03 삼성전자주식회사 Method and apparatus for reconstructing a web page
KR20120039514A (en) * 2009-03-23 2012-04-25 워크웨이 테크놀로지스 유에스 엘엘씨 System and method for merging edits for a conversation in a hosted conversation system
US20100325529A1 (en) * 2009-06-19 2010-12-23 Microsoft Corporation Resizing an Editable Area in a Web Page
KR101504719B1 (en) * 2010-03-24 2015-03-23 뉴로우, 인코포레이티드 System and method for coordinating simultaneous edits of shared digital data
US20160139768A1 (en) * 2010-04-12 2016-05-19 Google Inc. Collaborative cursors in a hosted word processor
KR20120003122A (en) * 2010-07-02 2012-01-10 에스케이플래닛 주식회사 Apparatus and method for processing image based on pre loading, and apparatus and method for processing image based on asynchronous loading
KR20130143614A (en) * 2010-12-23 2013-12-31 마이크로소프트 코포레이션 Techniques for electronic aggregation of information
KR20130096686A (en) * 2011-01-18 2013-08-30 애플 인크. Reconstruction of lists in a document
US20140053050A1 (en) * 2011-04-27 2014-02-20 Fuji Film Corporation Document file display device and method
US20130007582A1 (en) * 2011-06-30 2013-01-03 Konica Minolta Laboratory U.S.A., Inc. System and method for producing outer shadows and reflections
KR20130021482A (en) * 2011-08-23 2013-03-06 주식회사 인프라웨어 Method of editing html tables by cell unit
KR20130022485A (en) * 2011-08-24 2013-03-07 연세대학교 산학협력단 A method for providing web-page and a computer-readable recording medium recording program for implementing the method
KR101161564B1 (en) * 2011-11-08 2012-07-03 주식회사 한글과컴퓨터 Terminal device and object color conversion method of the terminal device
US20130138733A1 (en) * 2011-11-25 2013-05-30 Matthias Heinrich Universal collaboration adapter for web editors
KR20130059866A (en) * 2011-11-29 2013-06-07 변규홍 Apparatus and method for converting web document
KR101328047B1 (en) * 2012-01-02 2013-11-13 네이버 주식회사 Apparatus, method and computer readable recording medium for improving loading speed of images in a webpage having a plurality of images
US20130246901A1 (en) * 2012-03-19 2013-09-19 Litera Technologies, LLC. System and method for synchronizing bi-directional document management
KR20140147093A (en) * 2012-03-30 2014-12-29 마이크로소프트 코포레이션 Tracking co-authoring conflicts using document comments
KR20140003788A (en) * 2012-06-28 2014-01-10 (주) 사이냅소프트 Html conversion apparatus and method thereof
KR20140010318A (en) * 2012-07-16 2014-01-24 주식회사 인프라웨어 Level-based per-list editing method for document editing applications, and computer-readable recording medium with level-based per-list editing program for the same
KR20140020435A (en) * 2012-08-08 2014-02-19 한국과학기술정보연구원 System and method for implementing real-time animation using multi-thread
KR20140039509A (en) * 2012-09-24 2014-04-02 에스케이플래닛 주식회사 System and method for providing contextual user-interface based on mark-up language
KR20160084448A (en) * 2013-11-11 2016-07-13 아마존 테크놀로지스, 인크. Document management and collaboration system
KR20150083718A (en) * 2014-01-10 2015-07-20 삼성전자주식회사 Apparatus and Method for displaying texts in electronic device
KR101485788B1 (en) * 2014-03-28 2015-01-26 주식회사 한글과컴퓨터 Screen division rendering based electronic document display apparatus and method
KR101647765B1 (en) * 2015-03-20 2016-08-12 (주)솔트웍스 System for unitied management of documents
KR101701110B1 (en) * 2016-03-11 2017-02-13 주식회사 인프라웨어 Method and apparatus for sharing common editing documents

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Peter Weverka, PowerPoint 2007 ALL-IN-ONE DESK REFERENCE, Wiley Publishing, Inc. (2007) *

Similar Documents

Publication Publication Date Title
JP2022000808A (en) System and method for automatic conversion of interactive sites and applications that support mobile and other display environments
US8024672B1 (en) System and method for generating presentations
JP2695844B2 (en) Document shaping device
JP2016224936A (en) Structure of electronic file, computer-readable storage medium, electronic file generation device, electronic file generation method, and electronic file
JP7000536B1 (en) Layout method, program, or information processing system
KR101880508B1 (en) Web document editing support apparatus and method for supporting list generation in web documents
JP5451696B2 (en) Subtitle adding apparatus, content data, subtitle adding method and program
KR102583250B1 (en) BOM data editing system and method thereof
KR20200051169A (en) Electronic terminal device enabling easy selection and adjustment of an object inserted in an electronic document and operating method thereof
KR102298752B1 (en) Method for authoring electronic document, Apparatus for authoring electronic document and Computer program for the same
KR102004996B1 (en) Presentation document editing apparatus for performing a simple insertion of a page movement link on a slide page and operating method thereof
JP2003044464A (en) Layout device and layout program
US20180189251A1 (en) Automatic multi-lingual editing method for cartoon content
KR102442522B1 (en) Electronic apparatus that recommends shortcut keys according to the editing action input when creating a document and the operating method thereof
JP2002024796A (en) Character recognition device and method
JPH0793326A (en) Processor and method for multimedia processing
JPH08153111A (en) Hypermedia system and hypermedia document preparing and editing method
JP3988900B2 (en) Document processing apparatus and program storage medium thereof
JP2009157470A (en) Electronic document processor and program
KR100762517B1 (en) Web contents display system for realizing a multi-column and the method thereof
CN115509665A (en) Method, device, medium and equipment for recording control in window
JP4880202B2 (en) DTP method and DTP apparatus
JP3352709B2 (en) Document shaping device and processing method of document shaping device
JP2007108994A (en) Layout editing device and layout editing program
JP2013097445A (en) Information processing device, information processing method, and information processing program

Legal Events

Date Code Title Description
J301 Trial decision

Free format text: TRIAL NUMBER: 2018101000569; TRIAL DECISION FOR APPEAL AGAINST DECISION TO DECLINE REFUSAL REQUESTED 20180208

Effective date: 20180620

S901 Examination by remand of revocation
GRNO Decision to grant (after opposition)
GRNT Written decision to grant