templateEPS

Used with the set command to set the properties of newly created EPS.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

templateEPS

# Examples

set the prolog of the templateEPS to field "Set Prolog"

# Description

Use the templateEPS keyword to set up default properties to be used for any new EPS you create.

The templateEPS can be thought of as a special, abstract object. It is not an actual EPS, but it has all the properties of an EPS. The ID property of the templateEPS is zero.

You can use the set command to set the properties of the templateEPS before creating an EPS. The new EPS has the properties of the templateEPS, by default. Changing the properties of the templateEPS does not affect existing EPS objects.

The properties of the templateEPS can be returned to the default settings using the reset command.

You can refer to the templateEPS using any of the following forms:

templateEPS the templateEPS templateEPS()

>*Note:* The templateEPS keyword is implemented internally as a > function and appears in the functionNames. However, it cannot be > used as a function in an expression.

# Tags

# See

- **property:** properties, ID - **control structure:** function - **keyword:** templateScrollbar, default - **object:** EPS - **glossary:** object, keyword, EPS, property, command, expression - **command:** reset, set - **function:** functionNames