HancomEx library

Overview

Overview

The HancomEx library is a library that automates Hancom Office Hangul programs, just like the Hwp library, which is an essential library and provides more diverse functions.

The features provided by the HancomEx library are as follows:

Common properties

Common properties

MORE OPTIONS

MORE OPTIONS properties

Properties

Type

Required

Unit

Auto-setting

Description

On Error

Combination box

N

-

N

Specify an action to carry out when an error occurs at the time of execution.

- If not specified: Output errors and exit the task.

- --Ignore--: Ignore the error.

- --Retry--: Try the activity one more time.

- --Goto--: Try the scenario for the specified time if the activity fails.

- _Event: Select an event created within the project.

DESCRIPTION

Properties

Type

Required

Unit

Auto-setting

Description

DESCRIPTION

Text

N

-

N

Enter the description for the activity card.

The description entered in the DESCRIPTION field is used as the description of the activity. A representative value will be displayed in the absence of the DESCRIPTION input.

NewHwp

NewHwp

This activity card executes a new Korean document.

Application procedure

  1. In the [Output] field, enter the variable to store the Hangul object executed in Hangul.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Output] Hangul

Variable

Y

-

Y

Enter a variable to specify the result of the call.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

After creating a new Hangul document, save the Hangul document.

Sample file

Used variables

Used properties

Related/Similar activities

OpenHwp, CloseHwp

OpenHwp

OpenHwp

This activity card opens the Hangul document in the specified path.

Application procedure

  1. In the [Output] field, enter the variable to store the Hangul object executed in Hangul.

  2. In the file path field, enter the Open target file path.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Output] Hangul

Variable

Y

-

Y

Enter a variable to specify the result of the call.

N

File Path

Text

Y

-

N

Enter the Open target file path.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Opens the Hangul document in the specified path and saves it as a different name. After that, close Hwp.

Sample file

Used variables

Used properties

Related/Similar activities

OpenHwp, CloseHwp

SaveHwp

SaveHwp

Overview

This activity card saves the received Korean document.

Application procedure

  1. In the [Input] Hangul field, enter the Hangul object received from NewHwp or OpenHwp.

  2. To save the document in a different file name, enter the path and file name of the document in the SaveAs field.

  3. Set the OverWrite property to select whether to overwrite any existing file.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input ]Hangul

Variable

Y

-

N

Enter the Hangul object received as a result of NewHwp, OpenHwp.

N

Saveas

Text

N

-

N

To save the document with a different name, enter the path and file name.

N

Overwrite

Toggle button

N

-

N

Set whether to overwrite existing files. (Default: On)

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Opens the Hangul document in the specified path and saves it as a different name. After that, close Hwp.

Sample file

Used variables

Used properties

Related/Similar activities

OpenHwp, NewHwp

SavePdf

SavePdf

Overview

This activity card saves the received Korean document as a PDF file.

Application procedure

  1. In the [Input] Hangul field, enter the Hangul object received as a result of OpenHwp.

  2. Enter the path and file name to save as a pdf file in the PDF File

  3. Set the OverWrite property to select whether to overwrite any existing file.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

N

Enter the Hangul object received as a result of NewHwp, OpenHwp.

N

PDF File

Text

N

-

N

Enter the path to save as a PDF file.

N

Overwrite

Toggle button

N

-

N

Set whether to overwrite existing files. (Default: On)

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Opens the Hangul document in the specified path and saves it as a Save As and PDF document.
After that, close Hwp.

Sample file

Used variables

Used properties

Related/Similar activities

OpenHwp

CloseHwp

CloseHwp

Overview

This activity card closes the open Hangul document.

Application procedures

  1. In the [Input] Hangul field, enter the Hangul object received from NewHwp or OpenHwp.

  2. Set whether to close and save changes to Save.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

Hangul

Variable

Y

-

N

Enter the Hangul object received as a result of NewHwp, OpenHwp.

N

Save

Toggle button

N

-

N

Set whether to save and close the changes (Default: On)

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Opens the Hangul document in the specified path and saves it as a Save As and PDF document. After that, close Hwp.

Sample file

Used variables

Used properties

Related/Similar activities

NewHwp, OpenHwp

GetPressFieldList

GetPressFieldList

Overview

This activity card gets a list of press frame fields from the received Korean document.

Application procedures

  1. In the [Output] field, enter a variable to store the result in Field Array.

  2. In the [Input] Hangul field, enter the Hangul object received as a result of OpenHwp.

The press frame field must be specified in the imported Korean document.

※ Korean menu: [Input] tab > Press frame

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Output] FieldArray

Variable

Y

-

Y

Returns a list of press frame fields in the Korean input document.

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of OpenHwp.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Check the list of press frame fields in the imported Korean document and enter text in the press frame field.

Sample file

Used variables

Used properties

Related/Similar activities

SetPressField, GetPressFieldValue

SetPressField

SetPressField

Overview

Enter text in the designated press frame field in the received Korean document.

Application procedures

  1. In the [Input] Hangul field, enter the Hangul object received as a result of OpenHwp.

  2. In the FieldName field, enter the name of the press box field.

  3. In the FieldValue field, enter the field value in the press frame field.

  4. Sets whether to position the caret in the press frame field after entering the field value in CaretPos.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of NewHwp, OpenHwp.

N

FieldName

Text

Y

-

N

Enter the name of the press frame field.

N

FieldValue

Text

Y

-

N

Enter the value to be entered in the press frame field.

N

CaretPos

Toggle

N

-

Y

Sets whether to place the caret in the press frame field after entering the field value. (Default: OFF).

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Check the list of press frame fields in the imported Korean document and enter text in the press frame field.

Sample file

Used variables

Used properties

Related/Similar activities

GetPressFieldList, GetPressFieldValue

GetPressFieldValue

GetPressFieldValue

Overview

Returns the text entered in the specified press frame field in the received Hangul document.

Application procedures

  1. In [Output] Field Value, enter a variable to store the result.

  2. In the [Input] Hangul field, enter the Hangul object received as a result of OpenHwp.

  3. In the FieldName, enter the name of the press box field.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Output] FieldValue

Variable

Y

-

Y

Returns the value of the specified press frame field in the input Hangul document.

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of NewHwp, OpenHwp.

N

FieldName

Text

Y

-

N

Enter the name of the press frame field.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Check the list of press frame fields in the imported Korean document and enter text in the press frame field.

Sample file

Used variables

Used properties

Related/Similar activities

GetPressFieldList, SetPressField

InsertText

InsertText

Overview

This activity card enters text in the received Korean document.

Application procedures

  1. In the [Input] Hangul field, enter the Hangul object received from NewHwp or OpenHwp.

  2. In the Input text field, enter the text.

  3. Sets whether to use the Enter key function after entering text in Done (Enter).

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of NewHwp, OpenHwp.

N

Input Text

Text

Y

-

N

Enter the text.

N

Done(Enter)

Toggle button

N

-

Y

Sets whether to use the Enter key function after entering text. (Default: OFF).

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

After creating a new Hangul document and entering text and pictures, save the Korean document.

Sample file

Used variables

Used properties

Related/Similar activities

InsertPicture, InsertTable,ReplaceText

InsertPicture

InsertPicture

Overview

This activity card enters a picture in the received Korean document.

Application procedures

  1. In the [Input] Hangul field, specify the Hangul object received from NewHwp or OpenHwp.

  2. In the File Path field, enter the picture file path and file name.

  3. Select the paragraph alignment criteria of the picture entered in Paragraph Align.

  4. Sets whether to use the Enter key function after entering text in Done (Enter).

  5. In the Image Width(pixcel) field, enter the horizontal size of the picture in pixels.

  6. In the Image Height(pixcel) field, enter the vertical size of the picture in pixels.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of NewHwp, OpenHwp.

N

File Path

Text

Y

-

N

Enter the picture file path and file name.

N

Paragraph Align

Combo box

Y

-

Y

Select the paragraph alignment criteria of the entered picture.

- Justify: Justify

- Left: Align left

- Right: right align

- Center: Align the center

- Distributed: sort distribution

- DistributeSpace: Divide Sort

N

Done(Enter)

Toggle button

N

-

Y

Sets whether to use the Enter key function after entering text. (Default: OFF).

N

Image Width (pixcel)

Number

Y

-

N

Enter the horizontal size of the picture in pixels.

N

Image Height (pixcel)

Number

Y

-

N

Enter the vertical size of the picture in pixels.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

After creating a new Hangul document, input a picture, and then save the Hangul document.

Sample file

Used variables

Used properties

Related/Similar activities

InsertText, InsertTable, ReplaceText

InsertTable

InsertTable

Overview

This activity card inserts a table into a Korean document.

Application procedures

  1. In the [Input] Hangul field, specify the Hangul object received from NewHwp or OpenHwp.

  2. In the Row field, enter the number of rows in the table to be created.

  3. Enter the number of columns in the table in the Column field.

  4. Set whether to treat the table as a character in Like Character.

  5. Set whether to place the caret in the table's cell after entering the table in Caret Pos in Table.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of NewHwp or OpenHwp.

N

Row

Number

Y

-

N

Enter the number of rows in the table to generate.

N

Column

Number

Y

-

N

Enter the number of cells in the table to be created.

N

Like Character

Toggle

N

-

Y

Set whether to treat tables like text.

N

Caret Pos in Table

Toggle

N

-

Y

Set whether to place the caret in a table cell after entering the table.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

After creating a new Korean document, enter a table.

Sample file

Used variables

Used properties

Related/Similar activities

InsertText, InsertPicture, ReplaceText

GetCellText

GetCellText

Overview

This activity card returns the text of the selected cell in the Korean document.

Application procedures

  1. Enter a variable to store the result in the [Output] CellText field.

  2. In the [Input] Hangul field, enter the Hangul object received as a result of OpenHwp.

  3. In the Table Index field, enter the order of the tables you want to select within the Korean document.

  4. In the Move Order field, select the direction the cells will be moved preferentially.

  5. In the Number of row field, enter the number of times to move in the row direction (down) for cell selection.

  6. In the Number of column field, enter the number of times to move toward the column (right) for cell selection.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Output] CellText

Variable

Y

-

Y

Returns the text of the selected cell in the Korean input document.

N

[Input] Hangul

Variable

Y

-

Y

Enters the Hangul object received as a result of OpenHwp.

N

Table Index

Number

Y

-

Y

Enter the table order in the Korean document. (Default: 1)

N

Move Order

Combo box

Y

-

Y

Select the preferred direction to move for cell selection.

- Row: When moving to the specified cell, it moves in the row direction (down) first.

- Column: When moving to a specified cell, it moves in the direction of the column (right) first.

N

Number of row

Number

Y

-

Y

Enter the number of times to move in the line direction (down) for cell selection. (Default: 1)

N

Number of column

Number

Y

-

Y

Enter the number of times to move toward the cell (right) for cell selection.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

After creating a new Korean document, enter a table.

Sample file

Used variables

Used properties

Related/Similar activities

SelectTableCell

SelectTableCell

SelectTableCell

Overview

This activity card selects a specific cell in a table in a Korean document.

Application procedures

  1. In the [Input] Hangul field, specify the Hangul object received from NewHwp or OpenHwp.

  2. In the Table Index field, enter the order of the tables you want to select within the Korean document.

  3. In the Move Order field, select the direction the cells will be moved preferentially.

  4. In the Number of row field, enter the number of times to move in the row direction (down) for cell selection.

  5. In the Number of column field, enter the number of times to move toward the column (right) for cell selection.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of NewHwp or OpenHwp.

N

Table Index

Number

Y

-

Y

Enter the table order in the Korean document. (Default: 1)

N

Move Order

Combo box

Y

-

Y

Select the preferred direction to move for cell selection.

- Row: When moving to the specified cell, it moves in the row direction (down) first.

- Column: When moving to a specified cell, it moves in the direction of the column (right) first.

N

Number of row

Number

Y

-

Y

Select the number of times to move in the line direction (down) for cell selection. (Default: 1)

N

Number of column

Number

Y

-

Y

Select the number of times to move toward the cell (right) for cell selection. (Default: 1)

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Select a specific cell in a table in the imported Korean document.

Sample file

Used variables

Used properties

Related/Similar activities

GetCellText, SelectAllTableCell

SelectAllTableCell

SelectAllTableCell

Overview

Selects all cells in a table in a Korean document.

Application procedures

  1. In the [Input] Hangul field, enter the Hangul object received from NewHwp or OpenHwp.

  2. In the Table Index field, specify the order of the tables you want to select within the Korean document.

  3. Set whether to read the table selected in Read To Clipboard to the clipboard.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of NewHwp or OpenHwp.

N

Table Index

Number

Y

-

Y

Enter the table order in the Korean document. (Default: 1)

N

Read To Clipboard

Toggle button

N

-

Y

Set whether to read the selected table to the clipboard. (Default: ON)

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Select all cells in the table from the imported Korean document and paste it into a blank Excel document.

Sample file

Used variables

Used properties

Related/Similar activities

SelectTableCell

PasteClipboardCell

PasteClipboardCell

Overview

This activity card pastes the clipboard contents into the table of the Korean document.

Application procedures

  1. In the [Input] Hangul field, specify the Hangul object received from NewHwp or OpenHwp.

  2. In the Table Index field, enter the order of the tables you want to select within the Korean document.

  3. In the Move Order field, select the direction the cells will be moved preferentially.

  4. In the Number of row field, enter the number of times to move in the row direction (down) for cell selection.

  5. In the Number of column field, enter the number of times to move toward the column (right) for cell selection.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of NewHwp or OpenHwp.

N

Table Index

Number

Y

-

Y

Enter the table order in the Korean document. (Default: 1)

N

Move Order

Combo box

Y

-

Y

Select the preferred direction to move for cell selection.

- Row: When moving to the specified cell, it moves in the row direction (down) first.

- Column: When moving to a specified cell, it moves in the direction of the column (right) first.

N

Number of row

Number

Y

-

Y

Select the number of times to move in the line direction (down) for cell selection. (Default: 1)

N

Number of column

number

Y

-

Y

Select the number of times to move toward the cell (right) for cell selection. (Default: 1)

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Copy the contents of the Excel file to the clipboard and paste it into the table of the imported Korean document.

Sample file

Used variables

Used properties

Related/Similar activities

GetCellText, SelectTableCell

DeleteCellText

DeleteCellText

Overview

These activity cards delete text in table cells in Korean documents.

Select a specific cell in the table using SelectTableCell and apply DeleteCellText.

Application procedures

  1. In the [Input] Hangul field, specify the Hangul object received from OpenHwp.

  2. In the Direction field, select the cell selection direction.

  3. In the Numbers of Cells fields, enter the number of cells.

  4. Set whether to select cells By Line.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of NewHwp or OpenHwp.

N

Direction

Combo box

Y

-

Y

Select the direction of cell selection in the table.

- Row: When moving to the specified cell, it moves in the row direction (down) first.

- Column: When moving to a specified cell, it moves in the direction of the column (right) first.

N

Number of cells

Number

Y

-

Y

Enter the number of cells. (Default: 1)

N

By Line

Toggle

button

N

-

Y

Sets whether to select cells by line. (Default: ON)

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

If you select ON for By Line in the merged cell and perform DeleteCellText, it may not be performed according to the number entered in Number of Cells.

Example of utilization

After selecting a table cell in the imported Korean document, delete the text in the cell.

Sample file

Used variables

Used properties

Related/Similar activities

SelectTableCell, DeleteTableRow

SetBgcolorCell

SetBgcolorCell

Overview

This activity card sets the cell background color of tables in Korean documents.

Select a specific cell in the table using SelectTableCell and apply SetBgcolorCell.

Application procedures

  1. In the [Input] Hangul field, specify the Hangul object received from NewHwp or OpenHwp.

  2. In the Direction field, select the cell selection direction.

  3. In the Numbers of Cells fields, enter the number of cells.

  4. Set whether to select cells By Line.

  5. In the Background Color field, enter the cell background color.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of NewHwp or OpenHwp.

N

Direction

Combo box

Y

-

Y

Enter the direction of cell selection in the table.

- Row: When moving to the specified cell, it moves in the row direction (down) first.

- Column: When moving to a specified cell, it moves in the direction of the column (right) first.

N

Number of Cells

Number

Y

-

Y

Enter the number of cells. (Default: 1)

N

By Line

Toggle button

N

-

Y

Select whether to select cells by line. (Default: ON)

N

Background Color

String

Y

-

Y

Enter the cell background color. (Default: '255,255,255')

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

If you select ON for By Line in the merged cell and perform SetBgcolorCell, it may not be performed according to the number entered in Number of Cells.

Example of utilization

After selecting a table cell in the imported Korean document, specify the background color of the cell.

Sample file

Used variables

Used properties

Related/Similar activities

SelectTableCell, DeleteCellText

SetBorderCell

SetBorderCell

This activity cards sets the cell borders of tables in Korean documents.

Select a specific cell in the table using SelectTableCell and apply SetBorderCell.

Application procedures

  1. In the [Input] Hangul field, specify the Hangul object received from NewHwp or OpenHwp.

  2. In the Condition field, select the cell selection method.

  3. In the Direction field, select the cell selection direction.

  4. In the Numbers of Cells fields, enter the number of cells.

  5. Select the border LineType for [BORDER] LineType

  6. Select the border line thickness in LineWidth.

  7. Select the border line color.

  8. Select the range of border line coverage in the Target.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of NewHwp or OpenHwp.

N

Condition

Combo box

Y

-

Y

Select the cells in the table.

- Cell: Select by cell.

- Line: Select by line or cell.

- Table: Select the entire table.

N

Direction

Combo box

Y

-

Y

Select the direction of cell selection in the table.

- Row: Selects the specified cell in the row direction (down).- Column: Selects the specified cell in the direction of the cell (right).

N

Number of Cells

Number

Y

-

Y

Enter the number of cells. (Default: 1)

N

[BORDER] LineType

Combo box

Y

-

Y

S the border linetype.

- Solid: solid line

- Dot: dotted line

- None: No line

N

[BORDER] LineWidth

Combo box

Y

-

Y

Select the border line thickness.

- 0.12mm

- 0.4mm

- 0.7mm

N

[BORDER] LineColor

String

Y

-

Y

Select the border line color.

N

[BORDER] Target

Combo box

Y

-

Y

Select the border line coverage area.

- All: All

- Inside: Inside

- Outside: Outside

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

After selecting a table cell in the imported Korean document, designate the cell border.

Sample file

Used variables

Used properties

Related/Similar activities

SelectTableCell, SetBgcolorCell

AddTableRow

AddTableRow

Overview

This activity card adds a line to a table in a Korean document.

Select a specific cell in the table using SelectTableCell and then apply AddTableRow.

Application procedures

  1. In the [Input] Hangul field, specify the Hangul object received from NewHwp or OpenHwp.

  2. In the Direction field, select the direction to add the line.

  3. In the Row Count field, enter the number of rows to add.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of NewHwp or OpenHwp.

N

Direction

Combo box

Y

-

Y

Select the direction in which to add the line.

- Upper: Adds a line to the top of the cell where the current caret is located.

- Lower: Adds a line at the bottom of the cell where the current caret is located.

N

Row Count

Number

Y

-

Y

Enter the number of rows to add. (Default: 1)

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

common property of the HancomEx library.

Example of utilization

After selecting a table cell in the imported Korean document, add a line.

Sample file

Used variables

Used properties

Related/Similar activities

SelectTableCell, AddTableColumn

AddTableColumn

AddTableColumn

Overview

This activity card adds cells to tables in Korean documents.

Select a specific cell in the table using SelectTableCell and then apply AddTableColumn.

Application procedures

  1. In the [Input] Hangul field, specify the Hangul object received from NewHwp or OpenHwp.

  2. In the Direction field, select the direction to add the cell.

  3. In the Column Count field, enter the number of columns to add.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of NewHwp or OpenHwp.

N

Direction

Combo box

Y

-

Y

Select the direction in which to add the cell.

- Right: Adds a cell to the right of the cell where the current caret is located.

- Left: Adds a space to the left of the cell where the current caret is located.

N

Column Count

Number

Y

-

Y

Enter the number of cells to be added. (Default: 1)

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Select a table cell and add a cell to the imported Korean document.

Sample file

Used variables

Used properties

Related/Similar activities

SelectTableCell, AddTableRow

DeleteTableRow

DeleteTableRow

Overview

This activity card deletes a table line from a Korean document.

Select a specific cell in the table using SelectTableCell and apply DeleteTableRow.

Application procedure

  1. In the [Input] Hangul field, specify the Hangul object received from NewHwp or OpenHwp.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of NewHwp or OpenHwp.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Delete the line after selecting a table cell in the imported Korean document.

Sample file

Used variables

Used properties

Related/Similar activities

SelectTableCell, DeleteTableColumn

DeleteTableColumn

DeleteTableColumn

Overview

This activity card deletes a table cell from a Korean document.

Select a specific cell in the table using SelectTableCell and then apply DeleteTableColumn.

Application procedure

  1. In the [Input] Hangul field, specify the Hangul object received from NewHwp or OpenHwp.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of NewHwp or OpenHwp.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Select a cell in the table in the imported Korean document and delete the cell.

Sample file

Used variables

Used properties

Related/Similar activities

SelectTableCell, DeleteTableRow

ResizeWidthTableCell

ResizeWidthTableCell

Overview

This activity card adjusts the cell width of a table in a Korean document.

ResizeWidthTableCell is applied after selecting a specific cell in the table using SelectTableCell.

Application procedures

  1. In the [Input] Hangul field, specify the Hangul object received from NewHwp or OpenHwp.

  2. Select the cell width adjustment criteria in Classify.

  3. In the Columns field, enter the number of columns to select.

  4. Specify the number of width adjustments in the Number of Excusions.

  5. In the Fix Table Width field, set whether to fix the table width when adjusting the width.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of NewHwp or OpenHwp.

N

Classify

Combo box

Y

-

Y

Select the cell width adjustment criteria.- Distribute: Adjust the cell width evenly.

- Increase: Increases the cell width.

- Decrease: Adjusts the cell width to be smaller.

N

Columns

Number

Y

-

Y

Enter the number of cells (columns) to select; if Classify is Distributed.

N

Number of Executions

Number

Y

-

Y

If Classify Increase or Decrease, enter the number of width adjustments. (Default: 10)

N

Fix Table Width

Toggle button

N

-

Y

Select whether the table width is fixed when Classify is Increased or Decreased.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

If you select Classify Increase or Decrease, the height of the entire row to which the selected cell belongs is adjusted.

However, if you select Distribute, only the height of the selected cells is adjusted.

Example of utilization

Adjust the cell width after selecting a table cell in the imported Korean document.

Sample file

Used variables

Used properties

Related/Similar activities

SelectTableCell, ResizeHeightTableCell

ResizeHeightTableCell

ResizeHeightTableCell

Overview

This activity card adjusts the cell height of a table in a Korean document.

ResizeHeightTableCell is applied after selecting a specific cell in the table using SelectTableCell.

Application procedures

  1. In the [Input] Hangul field, specify the Hangul object received from NewHwp or OpenHwp.

  2. Select the cell height adjustment criteria in Classify.

  3. In the Rows field, enter the number of columns to select.

  4. Specify the number of height adjustments in the Number of Excusions.

  5. In the Fix Table Width field, set whether to fix the height of the table when adjusting the height.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of NewHwp or OpenHwp.

N

Classify

Combo box

Y

-

Y

Select the cell height adjustment criteria.- Distribute: Adjust the cell height evenly.

- Increase: Increases the cell height.

- Decrease: Adjusts the cell height to a smaller size.

N

Rows

Number

Y

-

Y

Enter the number of lines to select; if Classify is Distributed.

N

Number of Executions

Number

Y

-

Y

If Classify Increase or Decrease, enter the number of height adjustments. (Default: 10)

N

Fix Table Width

Toggle button

N

-

Y

Select whether the table height is fixed when Classify is Increased or Decreased.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

If you select Classify Increase or Decrease, the width of the entire cell to which the selected cell belongs is adjusted.

However, if you select Distribute, only the width of the selected cell is adjusted.

Example of utilization

Adjust the cell height after selecting a table cell in the imported Korean document.

Sample file

Used variables

Used properties

Related/Similar activities

SelectTableCell, ResizeWidthTableCell

MergeTableCell

MergeTableCell

Overview

This activity card merges table cells in Korean document.

Select a specific cell in the table using SelectTableCell and then apply MergeTableCell.

Application procedures

  1. In the [Input] Hangul field, specify the Hangul object received from NewHwp or OpenHwp.

  2. In the Direction field, select the cell selection direction.

  3. In the Number of Cells field, enter the number of cells.

  4. Set whether to select cells By line.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of NewHwp or OpenHwp.

N

Direction

Combo box

Y

-

Y

Select the direction of cell selection in the table.

- Row: Combines cells in the row direction (down).

- Column: Combines cells in the cell direction (right).

N

Number of Cells

Number

Y

-

Y

Enter the number of cells. (Default: 1)

N

By Line

Toggle button

N

-

Y

Set whether to select cells by line. (Default: ON)

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

If you select ON for By Line in merged cells and perform MergeTableCell, it may not be performed according to the number entered in Number of Cells.

Example of utilization

After selecting a table cell in the imported Korean document, merge cells with other nearby cells.

Sample file

Used variables

Used properties

Related/Similar activities

SplitTableCell, SetBgcolorCell

SplitTableCell

SplitTableCell

Overview

This activity card divides the cells of a table in a Hangul document.

Application procedures

  1. In the [Input] Hangul field, specify the Hangul object received from NewHwp or OpenHwp.

  2. In the Row field, enter the number of lines.

  3. In the Column field, enter the number of columns.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Specifies the Hangul object received as a result of NewHwp or OpenHwp.

N

Row

Number

Y

-

Y

Enter the number of lines. (Default: 1)

N

Column

Number

Y

-

Y

Enter the number of cells. (Default: 2)

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

After selecting a table cell in the imported Korean document, execute cell division.

Sample file

Used variables

Used properties

Related/Similar activities

SelectTableCell

MoveCaret

MoveCaret

Overview

This activity card moves the caret (cursor) position in the received Korean document.

Application procedures

  1. In the [Input] Hangul field, enter the received from OpenHwp assigned.

  2. In the Action Type field, select the action type.

  3. In the Move Order field, select the movement direction.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of OpenHwp.

N

Action Type

Combo box

Y

-

Y

Select the action type.

- Character: letter

- Word: word

- Line: line

- Paragraph: Paragraph

- Page: page

- Document: the entire document

N

Move Order

Combo box

Y

-

Y

Select the direction of movement

Character

- Up: Moves upward.

- Down: Move in the downward direction.

- Left: Move to the left.

- Right: Moves in the right direction.

Word

- Begin: Move to the beginning of the word.

- End: Moves towards the end of the word.

- Left: Move to the left.

- Right: Moves in the right direction.

Line

- Begin: Move to the beginning of the line.

- End: Move toward the end of the line.

- Up: Moves upward.

- Down: Move in the downward direction.

Paragraph

- Begin: Moves to the beginning of the paragraph.

- End: Move to the end of the paragraph.

※ Page

- Begin: Moves to the beginning of the page.

- End: Moves towards the end of the page.

※ Document

- Begin: Moves to the beginning of the entire document.

- End: Moves towards the end of the entire document.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Set the caret position, page break, text reading in the selected area, and character/paragraph shape for the imported Korean document.

Sample file

Used variables

Used properties

Related/Similar activities

SelectRange

PageBreak

PageBreak

This activity card executes a page break at the received Korean document's current caret (cursor) position.

Application procedures

  1. In the [Input] Hangul field, specify the Hangul object received from NewHwp or OpenHwp.

  2. Enter the number of pages to add to Count.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of NewHwp or OpenHwp.

N

Count

Number

Y

-

Y

Enter the number of pages to add.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Set the caret position, page break, text reading in the selected area, and character/paragraph shape for the imported Korean document.

Sample file

Used variables

Used properties

Related/Similar activities

PageNumbering

SelectRange

SelectRange

Overview

This activity card selects a range based on the received Korean document's current caret (cursor) position.

Application procedures

  1. In the [Input] Hangul field, enter the Hangul object received as a result of OpenHwp.

  2. In the Range Type field, select the range type.

  3. In the After Action field, select a range and assign an Action.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of OpenHwp.

N

Range Type

Combo box

Y

-

Y

Select the scope type

- Character: Specifies the character as a range.

- Word: Specifies a range of words.

- Line: Specifies the line as a range.

- Paragraph: Designate a paragraph as a range.

- Page: Specifies the page as a range.

- Document: Specifies the entire document as a scope.

N

After Action

Combo box

Y

-

Y

After selecting the range, specify the Action.

- None: Only the range is selected.

- Copy: Copies the selected range.

- Cut: Cuts the selected range.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Set the caret position, page break, text reading in the selected area, and character/paragraph shape for the imported Korean document.

Sample file

Used variables

Used properties

Related/Similar activities

MoveCaret

PasteClipboard

PasteClipboard

Overview

This activity card pastes the clipboard contents into the received Hangul document.

Apply SelectRange after moving the caret position using MoveCaret

Application procedure

  1. In the [Input] Hangul field, enter the Hangul object received as a result of OpenHwp.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of OpenHwp.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Set the caret position, page break, text reading in the selected area, and character/paragraph shape for the imported Korean document.

Sample file

Used variables

Used properties

Related/Similar activities

CopyShape, PasteCopyShape

SetCharShape

SetCharShape

Overview

This activity card sets the character shape in the received Korean document.

Application procedures

  1. In the [Input] Hangul field, enter the Hangul object received as a result of OpenHwp.

  2. Select a font in the Font Name field.

  3. Enter the font size in the Font Height field.

  4. In the Font Color field, Set the font color.

  5. Enter the length in FontRatio(%).

  6. Enter kerning in FontSpace(%) .

  7. Set whether to make bold text in Bold.

  8. Set whether the text is italic for Italic.

  9. In the Underline field, set whether or not to underline text.

  10. In The Cancel Selection field, set whether to cancel the selection area after applying the font to the selection.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of OpenHwp.

N

Font Name

Combo box

N

-

Y

Select a font.

Font list

N

Font Height

Number

Y

-

Y

Enter the font size.

N

Font Color

String

Y

-

Y

Enter the text color.

N

FontRatio(%)

Number

Y

-

Y

Enter the letter Jangpyeong.

N

FontSpace(%)

Number

Y

-

Y

Enter letter spacing.

N

Bold

Toggle button

N

-

Y

Set whether to make the text bold. (Default: OFF)

N

Italic

Toggle button

N

-

Y

Set whether the text is italic. (Default: OFF)

N

Underline

Toggle button

N

-

Y

Set whether text is underlined. (Default: OFF)

N

Cancel Selection

Toggle button

N

-

Y

Set whether to cancel the selection area after applying the font. (Default: OFF)

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Set the caret position, page break, text reading in the selected area, and character/paragraph shape for the imported Korean document.

Sample file

Used variables

Used properties

Related/Similar activities

SetParaShape

SetParaShape

SetParaShape

This activity card sets the paragraph shape in the received Korean document.

Application procedures

  1. In the [Input] Hangul field, enter the Hangul object received as a result of OpenHwp.

  2. Select the paragraph alignment criteria for Align.

  3. In the Left Margin field, enter the left margin.

  4. In the Right Margin field, enter the Right margin.

  5. Select the first line indentation type for Indentation.

  6. In the Indentation Number field, enter the size of the indentation/indentation.

  7. In the Line Spacing field, enter the line spacing.

  8. In the Paragraph Prev Spacing field, Enter paragraph spacing.

  9. In the Paragraph Next Spacing field, enter the space below the paragraph.

  10. In the Cancel Selection field, set whether to cancel the selection after applying the paragraph shape to Selection.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of OpenHwp.

N

Align

Combo box

Y

-

Y

Select the paragraph alignment criteria.

- Justify: Justify

- Left: Align left

- Right: right align

- Center: Align the center

- Distributed: sort distribution

- DistributeSpace: Divide Sort

N

Left Margin

Number

Y

-

Y

Enter the left margin.

N

Right Margin

Number

Y

-

Y

Enter the right margin.

N

Indentation

Combo box

Y

-

Y

Select the first line indent type.

- Normal: Normal indentation.

- Indent: Indents as much as the indentation/indent size.- Outdent: Indent as much as the indentation/indent size.

N

Indentation Number

Number

Y

-

Y

Enter the indent/indent size.

N

Line Spacing

Number

Y

-

Y

Enter the line spacing.

N

Paragraph Prev Spacing

Number

Y

-

Y

Enter the spacing above paragraphs.

N

Paragraph Next Spacing

Number

Y

-

Y

Enter the spacing below the paragraph.

N

Cancel Selection

Toggle button

N

-

Y

Set whether to cancel the selection area after applying the paragraph shape. (Default: OFF)

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Set the caret position, page break, text reading in the selected area, and character/paragraph shape for the imported Korean document.

Sample file

Used variables

Used properties

Related/Similar activities

SetCharShape

CopyShape

CopyShape

Overview

This activity card sets the shape copy in the received Korean document.

Application procedures

  1. In the [Input] Hangul field, enter the Hangul object received as a result of OpenHwp.

  2. In the Range Type field, select the shape copy type.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of OpenHwp.

N

Range Type

Combo box

Y

-

Y

Select the copy type.

- Character: Copy the character shape.

- Paragraph: Copy the paragraph shape.

- Both: Copies both text and paragraph styles.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Set the caret position, page break, text reading in the selected area, and character/paragraph shape for the imported Korean document.

Sample file

Used variables

Used properties

Related/Similar activities

PasteClipboard,PasteCopyShape

PasteCopyShape

PasteCopyShape

Overview

This activity card, copy and paste the shape from the received Korean document.

Application procedures

  1. In the [Input] Hangul field, enter the Hangul object received as a result of OpenHwp.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of OpenHwp.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Set the caret position, page break, text reading in the selected area, and character/paragraph shape for the imported Korean document.

Sample file

Used variables

Used properties

Related/Similar activities

PasteClipboard, CopyShape

PageNumbering

PageNumbering

Overview

This activity card inserts the page number into the received Korean document.

Application procedures

  1. In the [Input] Hangul field, enter the Hangul object received as a result of OpenHwp.

  2. Select the page number position for the Position field.

  3. In the Dash Mark field, set whether to insert dash marks.

  4. In the New Number field, set whether to start with a new number.

  5. Enter the starting number when starting a new number in the Start Number field.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of OpenHwp.

N

Position

Combo box

Y

-

Y

Select the page number location.

- BottomLeft: Position the page number to the bottom left.

- BottomRight: Position the page number from bottom to right.

- BottomRight: Position the page number to the bottom center.

N

Dash Mark

Toggle button

N

-

Y

Set whether or not to insert a line mark. (Default: ON)

N

New Number

Toggle button

N

-

Y

Set whether to start with a new number. (Default: OFF)

N

Start Number

Number

Y

-

Y

Enter the starting number,when starting with a new number.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Set the caret position, page break, text reading in the selected area, and character/paragraph shape for the imported Korean document.

Sample file

Used variables

Used properties

Related/Similar activities

PageBreak

GetCountText

GetCountText

Overview

This activity card returns the number of specified text in the received Hangul document.

Application procedures

  1. In the [Output] Text count field, specify the variable to store the execution result.

  2. In the [Input] Hangul field, enter the Hangul object received as a result of OpenHwp.

  3. In the Find Text field, enter the text you want to find.

  4. In the All Document field, set whether to set the search area to the entire document.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Output] Text

Variable

Y

-

Y

Enter the number of specified text in the input Korean document.

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of OpenHwp.

N

Find Text

Text

Y

-

Y

Enter the text you want to find.

N

All Document

Toggle button

N

-

Y

Set whether the search area should be the entire document. (Default: OFF)

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Search and replace letters in the imported Korean document.

Sample file

Used variables

Used properties

Related/Similar activities

MoveFindText

ReplaceText

ReplaceText

Overview

This activity card finds and replaces the specified text in the received Korean document.

Application procedures

  1. In the [Input] Hangul field, enter the Hangul object received as a result of OpenHwp.

  2. In the Find Text field, enter the text you want to find.

  3. In the Replace Text field, enter the text you want to change.

  4. In the Replace Index field, enter the number of texts in the search result to replace.

  5. In the Find Direction field, select the direction to find.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of OpenHwp.

N

Find Text

Text

Y

-

Y

Enter the text you want to find.

N

Replace Text

Text

Y

-

Y

Enter the text you want to change.

N

Replace Index

Text

Y

-

Y

Enter the number of texts to be replaced in the search results. To “replace all”, enter 0.

N

Find Direction

Combo box

N

-

Y

Select the direction to find.

- Forward: Finds text in the forward direction.

- Backward: Find text backwards.

- AllDoc: Find text with the entire document target.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Search and replace letters in the imported Korean document.

Sample file

Used variables

Used properties

Related/Similar activities

InsertText, InsertPicture

MoveFindText

MoveFindText

Overview

This activity card finds the specified text in the received Korean document and moves the caret.

Application procedures

  1. In the [Input] Hangul field, enter the Hangul object received as a result of OpenHwp.

  2. In the Find Text field, enter the text you want to find.

  3. In the Find Index field, enter the number of searches to find.

  4. In the Find Direction field, select the direction to find.

Card properties

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of OpenHwp.

N

Find Text

Text

Y

-

Y

Enter the text you want to find.

N

Find Index

Text

Y

-

Y

Enter the number of searches.

N

Find Direction

Combo box

Y

-

Y

Select the direction to find.

- Forward: Finds text in the forward direction.

- Backward: Find text backwards.

- AllDoc: Find text with the entire document target.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Search and replace letters in the imported Korean document.

Sample file

Used variables

Used properties

Related/Similar activities

GetCountText

ExecuteHwpMacro

ExecuteHwpMacro

Overview

This activity card executes the specified macro in the received Korean document.

Application procedures

  1. In the [Input] Hangul field, enter the Hangul object received as a result of OpenHwp.

  2. In the MacroName filed, enter the name of the macro to be executed.

Card properties

Common

Properties

Type

Required

Unit

Autom-setting

Description

N

[Input] Hangul

Variable

Y

-

Y

Enter the Hangul object received as a result of OpenHwp.

N

MacroName

String

Y

-

Y

Enter the name of the macro to be executed.

Y

MORE OPTIONS

-

-

-

-

Common property of the HancomEx library.

Y

DESCRIPTION

-

-

-

-

Common property of the HancomEx library.

Example of utilization

Executes the specified macro in the imported Korean document.

Sample file

Used variables

Used properties

Related/Similar activities

None