1. Field of the Invention
The present invention relates to a document processing technique, more particularly, to a data processing apparatus and method for processing a diagram representing a processing flow.
2. Description of the Related Art
XML attracts attention as a form suitable for sharing data with others via a network, etc., and applications for creating, displaying and editing XML documents are developed (for example, see Patent Document 1). An XML document is created based on a vocabulary (tag set) defined by document type definition, etc.
[Patent Document 1] Japanese Patent Application Laid-open No. 2001-290804.
XML is also suitable for expressing a diagram representing a processing flow. The present applicant has developed a technique capable of appropriately processing a diagram by using an XML document in which such flexible designing is allowed. And, the applicant has finally contemplated a data processing technique capable of improving a user's convenience in processing a diagram.
The present invention has been made in view of these circumstances, and a purpose of the invention is to provide a technique for appropriately processing a diagram.
An embodiment of the present invention relates to a data processing apparatus. The data processing apparatus comprises: a display unit that displays a diagram including a plurality of figures representing a processing unit and a connecting line representing a processing flow by connecting the plurality of figures together; an editing unit that executes, when receiving an editing command to edit the diagram from a user via a screen displayed by the display unit, the editing thus requested; and a link control unit that determines, when the editing unit receives an editing command to connect a first figure representing start or end of branched processing with a second figure representing a processing unit by using a connecting line, a point on a line forming the second figure, to which the connecting line is to be connected, such that one end of the connecting line is automatically connected, and that also connects, when receiving from the user a specification that specifies any position on a line to which the connecting line is to be connected among lines forming the first figure, the other end of the connecting line with the position specified by the user.
Another embodiment of the present invention relates to a data processing method. The data processing method comprises: displaying a diagram including a plurality of figures representing a processing unit and a connecting line representing a processing flow by connecting the plurality of figures together; executing, when receiving an editing command to edit the diagram from a user via a screen displayed by the display unit, the editing thus requested; and determining, when receiving an editing command to connect a first figure representing start or end of branched processing with a second figure representing a processing unit by using a connecting line, a point on a line forming the second figure, to which the connecting line is to be connected, such that one end of the connecting line is automatically connected, and also connecting, when receiving from the user a specification that specifies any position on a line to which the connecting line is to be connected among lines forming the first figure, the other end of the connecting line with the position specified by the user.
Yet another embodiment of the present invention relates to a data processing apparatus. The data processing apparatus comprises: a display unit that displays a diagram including a plurality of figures representing a processing unit and a connecting line representing a processing flow by connecting the plurality of figures together; an editing unit that executes, when receiving an editing command to edit the diagram from a user via a screen displayed by the display unit, the editing thus requested; and a link control unit that connects, when the editing unit receives an editing command to connect a first figure representing start or end of branched processing with a second figure representing a processing unit by using a connecting line, the first figure with the second figure by using the connecting line, wherein the link control unit sets a connecting point where the connecting line is snapped to the first figure, and automatically snaps, when a connecting destination to which the connecting line is to be connected is approximated within a predetermined distance from the connecting point while the user is selecting the connecting destination of the connecting line, one end of the connecting line to the connecting point, and wherein the link control unit newly connects, when the connecting destination is determined, the first figure and the second figure by using a connecting line, and then newly sets a connecting point in the first figure in accordance with the connecting line connected to the first figure or the connecting point set in the first figure.
The link control unit may set new connecting points on both sides of the connecting line thus newly connected. When a connecting point is not set between the connecting line newly connected and the adjacent connecting line or the end point of the first figure, the link control unit may newly set a connecting point between the connecting line thus newly connected and the adjacent connecting line or the end point of the first figure. When there is no connecting point set in the first figure, the link control unit may newly set a connecting point between the connecting lines connected or between the connecting line and the end point of the first figure. When the connecting destination is determined, the link control unit may rearrange the connecting lines connected to the first figure and newly set a connecting point between the connecting lines thus rearranged or between the connecting line and the end point of the first figure.
Yet another embodiment of the present invention relates to a data processing method. The data processing method comprises: displaying a diagram including a plurality of figures representing a processing unit and a connecting line representing a processing flow by connecting the plurality of figures together; executing, when receiving an editing command to edit the diagram from a user via a screen displayed by the display unit, the editing thus requested; and connecting, when receiving an editing command to connect a first figure representing start or end of branched processing with a second figure representing a processing unit by using a connecting line, the first figure with the second figure by using the connecting line, wherein the connecting step includes: setting a connecting point where the connecting line is snapped to the first figure; snapping automatically, when a connecting destination to which the connecting line is to be connected is approximated within a predetermined distance from the connecting point while the user is selecting the connecting destination of the connecting line, one end of the connecting line to the connecting point; and connecting newly, when the connecting destination is determined, the first figure and the second figure by using the connecting line, and then newly setting a connecting point in the first figure in accordance with the connecting line connected to the first figure or the connecting point set in the first figure.
Yet another embodiment of the present invention relates to a data processing apparatus. The data processing apparatus comprises: a display unit that creates a display screen by drawing a plurality of figures arranged on a plane; an editing unit that executes an editing specified by a user with a figure selected by the user being an editing target, among the plurality of figures; a group managing unit that groups, when receiving from the user a command to group a plurality of figures, the plurality of figures selected by the user, and subsequently issues, when any one of the plurality of figures included in the group is selected by the user, a command that all figures included in the group are to be editing targets, to the editing unit, wherein the group managing unit issues, when the user selects any one of the plurality of figures included in the group while performing a certain operation or successively after performing the certain operation, a command that only the selected figure is to be an editing target, to the editing unit.
Yet another embodiment of the present invention relates to a data processing method. The data processing method comprises: creating a display screen by drawing a plurality of figures arranged on a plane; executing an editing specified by a user with a figure selected by the user being an editing target, among the plurality of figures; grouping, when receiving from the user a command to group a plurality of figures, the plurality of figures selected by the user, and subsequently issuing, when any one of the plurality of figures included in the group is selected by the user, a command that all figures included in the group are to be editing targets, to the editing unit; and issuing, when the user selects any one of the plurality of figures included in the group while performing a certain operation or successively after performing the certain operation, a command that only the selected figure is to be an editing target, to the editing unit.
It is noted that any combination of the aforementioned components or any manifestation of the present invention exchanged between methods, devices, systems and so forth, is effective as an embodiment of the present invention.
The invention will now be described by reference to the preferred embodiments. This does not intend to limit the scope of the present invention, but to exemplify the invention.
The main control unit 22 provides for the loading of a plug-in or a framework for executing a command. The editing unit 24 provides a framework for editing XML documents. Display and editing functions for a document in the document processing apparatus 20 are realized by plug-ins, and the necessary plug-ins are loaded by the main control unit 22 or the editing unit 24 according to the type of document under consideration. The main control unit 22 or the editing unit 24 determines which vocabulary or vocabularies describes the content of an XML document to be processed, by referring to a namespace of the document to be processed, and loads a plug-in for display or editing corresponding to the thus determined vocabulary so as to execute the display or the editing. For instance, an HTML unit 50, which displays and edits HTML documents, and an SVG unit 60, which displays and edits SVG documents, are implemented in the document processing apparatus 20. That is, a display system and an editing system are implemented as plug-ins for each vocabulary (tag set), so that when an HTML document and an SVG document are edited, HTML unit 50 and the SVG unit 60 are loaded, respectively. As will be described later, when compound documents, which contain both HTML and SVG components, are to be processed, both HTML unit 50 and the SVG unit 60 are loaded.
By implementing the above configuration, a user can select so as to install only necessary functions, and can add or delete a function or functions at a later stage, as appropriately. Thus, the storage area of a recording medium, such as a hard disk, can be effectively utilized, and the wasteful use of memory can be prevented at the time of executing programs. Furthermore, since the capability of this configuration is highly expandable, a developer can deal with new vocabularies in the form of plug-ins, and thus the development process can be readily facilitated. As a result, the user can also add a function or functions easily at low cost by adding a plug-in or plug-ins.
The editing unit 24 receives an event, which is an editing instruction, from the user via the user interface. Upon reception of such an event, the editing unit 24 notifies a suitable plug-in or the like of this event, and controls the processing such as redoing this event, canceling (undoing) this event, etc.
The DOM unit 30 includes a DOM provider 32, a DOM builder 34 and a DOM writer 36. The DOM unit 30 realizes functions in compliance with a document object model (DOM), which is defined to provide an access method used for handling data in the form of an XML document. The DOM provider 32 is an implementation of a DOM that satisfies an interface defined by the editing unit 24. The DOM builder 34 creates DOM trees from XML documents. As will be described later, when an XML document to be processed is mapped to another vocabulary by the VC unit 80, a source tree, which corresponds to the XML document in a mapping source, and a destination tree, which corresponds to the XML document in a mapping destination, are created. At the end of editing, for example, the DOM writer 36 outputs a DOM tree as an XML document.
The CSS unit 40, which provides a display function conforming to CSS, includes a CSS parser 42, a CSS provider 44 and a rendering unit 46. The CSS parser 42 has a parsing function for analyzing the CSS syntax. The CSS provider 44 is an implementation of a CSS object and performs CSS cascade processing on the DOM tree. The rendering unit 46 is a CSS rendering engine and is used to display documents, described in a vocabulary such as HTML, which are laid out using CSS.
HTML unit 50 displays or edits documents described in HTML. The SVG unit 60 displays or edits documents described in SVG. These display/editing systems are realized in the form of plug-ins, and each system is comprised of a display unit (also designated herein as a “canvas”) 56 and 66, which displays documents, a control unit (also designated herein as an “editlet”) 52 and 62, which transmits and receives events containing editing commands, and an editing unit (also designated herein as a “zone”) 54 and 64, which edits the DOM according to the editing commands. Upon the control unit 52 or 62 receiving a DOM tree editing command from an external source, the editing unit 54 or 64 modifies the DOM tree and the display unit 56 or 66 updates the display. These units have a structure similar to the framework of the so-called MVC (Model-View-Controller). With such a structure, in general, the display units 56 and 66 correspond to “View”. On the other hand, the control units 52 and 62 correspond to “Controller”, and the editing units 54 and 64 and DOM instance corresponds to “Model”. The document processing apparatus 20 according to the Base Technology allows an XML document to be edited according to each given vocabulary, as well as providing a function of editing HTML document in the form of tree display. HTML unit 50 provides a user interface for editing an HTML document in a manner similar to a word processor, for example. On the other hand, the SVG unit 60 provides a user interface for editing an SVG document in a manner similar to an image drawing tool.
The VC unit 80 includes a mapping unit 82, a definition file acquiring unit 84 and a definition file generator 86. The VC unit 80 performs mapping of a document, which has been described in a particular vocabulary, to another given vocabulary, thereby providing a framework that allows a document to be displayed and edited by a display/editing plug-in corresponding to the vocabulary to which the document is mapped. In the Base Technology, this function is called a vocabulary connection (VC) In the VC unit 80, the definition file acquiring unit 84 acquires a script file in which the mapping definition is described. Here, the definition file specifies the correspondence (connection) between the nodes for each node. Furthermore, the definition file may specify whether or not editing of the element values or attribute values is permitted. Furthermore, the definition file may include operation expressions using the element values or attribute values for the node. Detailed description will be made later regarding these functions. The mapping unit 82 instructs the DOM builder 34 to create a destination tree with reference to the script file acquired by the definition file acquiring unit 84. This manages the correspondence between the source tree and the destination tree. The definition file generator 86 offers a graphical user interface that allows the user to create a definition file.
The VC unit 80 monitors the connection between the source tree and the destination tree. Upon reception of an editing instruction from the user via a user interface provided by a plug-in that handles a display function, the VC unit 80 first modifies a relevant node of the source tree. As a result, the DOM unit 30 issues a mutation event indicating that the source tree has been modified. Upon reception of the mutation event thus issued, the VC unit 80 modifies a node of the destination tree corresponding to the modified node, thereby updating the destination tree in a manner that synchronizes with the modification of the source tree. Upon reception of a mutation event that indicates that the destination tree has been modified, a plug-in having functions of displaying/editing the destination tree, e.g., HTML unit 50, updates a display with reference to the destination tree thus modified. Such a structure allows a document described in any vocabulary, even a minor vocabulary used in a minor user segment, to be converted into a document described in another major vocabulary. This enables such a document described in a minor vocabulary to be displayed, and provides an editing environment for such a document.
An operation in which the document processing apparatus 20 displays and/or edits documents will be described herein below. When the document processing apparatus 20 loads a document to be processed, the DOM builder 34 creates a DOM tree from the XML document. The main control unit 22 or the editing unit 24 determines which vocabulary describes the XML document by referring to a namespace of the XML document to be processed. If the plug-in corresponding to the vocabulary is installed in the document processing apparatus 20, the plug-in is loaded so as to display/edit the document. If, on the other hand, the plug-in is not installed in the document processing apparatus 20, a check shall be made to see whether a mapping definition file exists or not. And if the definition file exits, the definition file acquiring unit 84 acquires the definition file and creates a destination tree according to the definition, so that the document is displayed/edited by the plug-in corresponding to the vocabulary that is to be used for mapping. If the document is a compound document containing a plurality of vocabularies, relevant portions of the document are displayed/edited by plug-ins corresponding to the respective vocabularies, as will be described later. If the definition file does not exist, a source or tree structure of a document is displayed and the editing is carried out on the display screen.
Here, the document processing apparatus 20 according to the Base Technology does not have a plug-in which conforms to or handles the display/editing of marks managing vocabularies. Accordingly, before displaying such a document in a manner other than the source display manner or the tree display manner, the above-described VC function is used. That is, there is a need to prepare a definition file for mapping the document, which has been described in the marks managing vocabulary, to another vocabulary, which is supported by a corresponding plug-in, e.g., HTML or SVG. It is noted that description will be made later regarding a user interface that allows the user to create the user's own definition file. Now, description will be made below regarding a case in which a definition file has already been prepared.
On the screen as shown in
Viewers or editors that can handle major vocabularies such as XHTML, MathML and SVG have already been developed. However, it does not serve any practical purpose to develop dedicated viewers or editors for such documents described in the original vocabularies as shown in
For example, when the source display and tree-view display are implemented by dedicated plug-ins, the source-display plug-in and the tree-display plug-in execute their respective displays by directly referring to the source tree without involving the destination tree. In this case, when the editing is done in any area of the screen, the source-display plug-in and the tree-display plug-in update the screen by referring to the modified source tree. Also, HTML unit 50 in charge of displaying the area 96 updates the screen by referring to the destination tree, which has been modified following the modification of the source tree.
The source display and the tree-view display can also be realized by utilizing the VC function. That is to say, an arrangement may be made in which the source and the tree structure are laid out in HTML, an XML document is mapped to HTML structure thus laid out, and HTML unit 50 displays the XML document thus mapped. In such an arrangement, three destination trees in the source format, the tree format and the table format are created. If the editing is carried out in any of the three areas on the screen, the VC unit 80 modifies the source tree and, thereafter, modifies the three destination trees in the source format, the tree format and the table format. Then, HTML unit 50 updates the three areas of the screen by referring to the three destination trees.
In this manner, a document is displayed on a single screen in a plurality of display formats, thus improving a user's convenience. For example, the user can display and edit a document in a visually easy-to-understand format using the table 90 or the like while understanding the hierarchical structure of the document by the source display or the tree display. In the above example, a single screen is partitioned into a plurality of display formats, and they are displayed simultaneously. Also, a single display format may be displayed on a single screen so that the display format can be switched according to the user's instructions. In this case, the main control unit 22 receives from the user a request for switching the display format and then instructs the respective plug-ins to switch the display.
The displayed menu may be switched corresponding to the position of the cursor (carriage) during the editing of a document. That is, when the cursor lies in an area where an SVG document is displayed, the menu provided by the SVG unit 60, or a command set that is defined in the definition file for mapping the SVG document, is displayed. On the other hand, when the cursor lies in an area where the XHTML document is displayed, the menu provided by HTML unit 50, or a command set that is defined in the definition file for mapping HTML document, is displayed. Thus, an appropriate user interface can be presented according to the editing position.
In a case that there is neither a plug-in nor a mapping definition file suitable for any one of the vocabularies according to which the compound document has been described, a portion described in this vocabulary may be displayed in source or in tree format. In the conventional practice, when a compound document is to be opened where another document is embedded in a particular document, their contents cannot be displayed without the installation of an application to display the embedded document. According to the Base Technology, however, the XML documents, which are composed of text data, may be displayed in source or in tree format so that the contents of the documents can be ascertained. This is a characteristic of the text-based XML documents or the like.
Another advantageous aspect of the data being described in a text-based language, for example, is that, in a single compound document, a part of the compound document described in a given vocabulary can be used as reference data for another part of the same compound document described in a different vocabulary. Furthermore, when a search is made within the document, a string of characters embedded in a drawing, such as SVG, may also be search candidates.
In a document described in a particular vocabulary, tags belonging to other vocabularies may be used. Though such an XML document is generally not valid, it can be processed as a valid XML document as long as it is well-formed. In such a case, the tags thus inserted that belong to other vocabularies may be mapped using a definition file. For instance, tags such as “Important” and “Most Important” may be used so as to display a portion surrounding these tags in an emphasized manner, or may be sorted out in the command of importance.
When the user edits a document on an editing screen as shown in
Depending on the contents of the editing, modification of the display by HTML unit 50 may change the overall layout. In such a case, the layout is updated by a screen layout management mechanism, e.g., the plug-in that handles the display of the highest node, in increments of display regions that are displayed according to the respective plug-ins. For example, in a case of expanding a display region managed by HTML unit 50, first, HTML unit 50 renders a part managed by HTML unit 50 itself, and determines the size of the display region. Then, the size of the display area is notified to the component that manages the screen layout so as to request the updating of the layout. Upon receipt of this notice, the component that manages the screen layout rebuilds the layout of the display area for each plug-in. Accordingly, the display of the edited portion is appropriately updated and the overall screen layout is updated.
The processing unit 71 including the S88 processing unit 71a, the BPMN processing unit 71b and the flow chart processing unit 71c, reads a document in which a diagram is depicted and displays the diagram in accordance with the standard or the notation rule stipulated for creating diagrams, and also edits the diagram when receiving an editing command from a user. The S88 processing unit 71a controls display and editing of diagrams conforming to the S88, the international standard for batch control standardized by the Instrumentation, Systems, and Automation Society (ISA). The BPMN processing unit 71b controls display and editing of diagrams conforming to the Business Process Modeling Notation (BPMN), designed as the graphical standard notation for illustrating and visualizing business processes. The flow chart processing unit 71c controls display and editing of diagrams conforming to the flow chart notation standardized by JIS, etc. Specifications for notating shapes of drawings and arrows, etc., are different from each other according to the respective notations; hence, the processor 72 is provided in accordance with each notation. The processor 72 converts a diagram into data with the use of original XML vocabularies having sufficient information for notating a diagram in each notation, and then processes the data.
The rule managing unit 74 manages editing rules in the processor 72. With respect to diagrams, various restrictions are stipulated by the standards, etc. For example, in the BPMN for notating business models, there is a restriction that “a message flow is not allowed to be used between the activities located in the respective lanes in the same pool”. The rule managing unit 74 holds these editing restrictions to determine the admissibility of editing in the processors 72, supporting creation of a document conforming to each standard. The rule managing unit 74 may be provided as a hard-coded module, or may be configured to be customizable by a parameter file, etc.
The core unit 76 provides a function commonly used by the multiple processors 72, which are provided in accordance with various diagram notations. The core unit 76 provides a common function, which is necessary irrespective of difference between diagram types, in processing a diagram including, for example, operating a DOM and inputting/outputting a file. The group managing unit 77 groups a plurality of figures included in a diagram to manage them. The function of the group managing unit 77 will be described in detail later.
As stated above, by providing the core unit 76 providing a common function, the processor 72 performing processing in accordance with a model for creating a diagram, and the rule managing unit 74 managing editing restrictions, as the separate independent modules, the processor 72 and the rule managing unit 74 can be separately customized in accordance with a diagram type, allowing the data processing apparatus to perform processing flexibly. Furthermore, by collectively organizing the common functions in the core unit 76, the man-hours for development can be reduced, because only the processor 72 and the rule managing unit 74 are to be customized even if a diagram type is different. The processor 72 has an interface for communicating with the core unit 76 and each of the rule managing unit 74, through which performs in collaboration with the core unit 76 and the rule managing unit 74.
In the S88, the procedures of batch process are hierarchically represented by using processing units such as “Master Recipe”, “Procedure”, “Unit Procedure”, “Operation” and “Phase”. The display unit 103 displays the diagram in the tree specified by a user. The editing unit 104 executes, when receiving from a user an editing command to edit the diagram in the tree displayed by the display unit 103, executes the editing thus requested.
The tree control unit 101 displays in a tree form the hierarchical structure of these processing units included in a batch process. When a user specifies a certain tree in the tree display, the tree control unit 101 makes the display unit 103 display the diagram in the tree. The crumb list control unit 102 displays a crumb list representing the tree displayed by the display unit 103. When the user specifies a certain tree in the crumb list, the crumb list control unit 102 makes the display unit 103 display the diagram in the tree.
The figure managing unit 105 manages a figure that can be arranged within the batch process edited by the editing unit 104. The figure managing unit 105 holds figured shape data of the figures in the S88, which represent processing units such as “Master Recipe”, “Procedure”, “Unit Procedure”, “Operation”, “Phase”, “Parallel Divergent” and “Parallel Convergent”, and figures representing “processing” “input/output” “preparation” and “decision” in a flow chart; and displays these figures on the screen. When the user performs an operation of dragging a displayed figure and dropping the figure on the screen for displaying a diagram displayed by the display unit 103, the figure managing unit 105 communicates the figure handled and the position where the figure is dropped, to the editing unit 104 to arrange the figure in the tree displayed.
The link control unit 106 controls a linear-type or hook-type link together connecting a plurality of figures representing processing units arranged in a batch process. The functions of the link control unit 106 will be described in detail later.
On the main screen 116, a diagram in the tree selected by a user is displayed in accordance with the S88 specification. In the S88 specification, a figure shape is determined in accordance with a processing unit, the
When receiving an operation of double-clicking with a mouse a figure representing a processing unit capable of having a lower tree, the editing unit 104 communicates the display unit 103 to transfer the display to the tree of the processing unit thus specified, allowing the diagram in the tree to be displayed. For example, when receiving an operation of double-clicking the
In
When connecting a connecting line with the
A connecting line is conventionally snapped and connected to a connecting point that is determined in advance in a fixed manner. In the case, however, when intending to connect a certain number of connecting lines, which is larger than the number of connecting points prepared in advance, a plurality of connecting lines are to be connected to the same connecting point, resulting in a difficulty of distinguishing the connecting lines from each other. Accordingly, in the present embodiment, a technique in which connecting points are automatically updated in accordance with the number of connecting lines will be described in detail below.
The state where a connecting line 135a is connected to the connecting point 138a in the state of
A snap area 139 is provided around each connecting point, which allows the link control unit 106 to automatically snap one end of a connecting line to the connecting point when a user drags the one end of the connecting line to the inside of the snap area 139. For example, when the user drags the one end of the connecting line near the connecting point 138b1, and then drops the end of the connecting line while the connecting point 138b1 snapping it, the link control unit 106 connects the connecting line 135b with the connecting point 138b1. The state is shown in
In the state shown in
The state where a connecting line 135c is connected to the connecting point 138b2 in the state of
In the state shown in
When the connecting line 135f is further connected to the connecting point 138f1 in the state of
At first in the state shown in
When the connecting line 135k is further connected to the connecting point 138k1, the link control unit 106 connects the connecting lines 135k, 135j and 135i, to the point A, the midpoint of the line AB and the point B, respectively; and provides connecting points 13811, 13812, 13813 and 13814 between the left end of the straight line and the point A, ¼ and ¾ positions among four positions equally-dividing the line AB into four, and between the right end of the straight line and the point B, respectively.
When the connecting line 135l is further connected to the connecting point 13813, the link control unit 106 connects the connecting lines 135k, 135j, 135l, and 135i in this order, to the point A, two positions equally-dividing the line AB into three, and the point B, respectively; and provides the connecting points 138m1, 138m2, 138m3, 138m4 and 138m5 between the left end of the straight line and point A, at ⅙, 3/6 and ⅚ positions among positions equally-dividing the line AB into six, and between the right end of the straight line and the point B, respectively.
Subsequently, the link control unit 106 connects the connecting lines to the end points of the line AB and to the points equally-dividing the line AB into (n−1); and provides connecting points between the left end point of the straight line and the point A, at the unconnected positions among the positions equally-dividing the line AB into 2(n−1) and between the right end of the straight line and the point B, respectively, in the same manner as previous one.
The example of “Parallel Divergent” and “Parallel Convergent” representing parallel processing has been described with reference to
In conventional graphic drawing software, etc., when a user desires to edit only part of the grouped figures, it is needed that the user once cancels the grouping of the figures and selects the figure, an editing target, to edit it. However, according to the present embodiment, even when figures are grouped, only part of the figures included in the group can be selected and edited by performing a certain operation. The certain operation may be one in which the figure is clicked while pressing down a function key or a certain key, for example, the “Alt” key, “Ctrl” key or “Shift” key, or one in which the figure is clicked successively after the function key is pressed down.
As shown in
In the embodiments, examples in which an XML document is processed has been mentioned; however, the data processing apparatus 100 of the present embodiments can process a document described in other markup languages, for example, SGML, HTML etc., as well.
Number | Date | Country | Kind |
---|---|---|---|
2008-051644 | Mar 2008 | JP | national |