Parameter Editing
Parameters are placeholders in your document template that can be replaced with actual values when generating a document.
To create a parameter, simply surround the name of the parameter with curly braces.
Here is an example of a parameter in a document template:
- {ParameterName}: This will create a parameter named "ParameterName" in your document which can be replaced with an actual value.
Automatic Parameters:
In addition to custom parameters, you can also use automatic parameters such as the current date and time. These parameters will be automatically filled with the appropriate values when the document is generated.
- {CurrentDate}: Inserts the current date at the time of document generation. The format is "YYYY-MM-DD".
- {CurrentTime}: Inserts the current time at the time of document generation. The format is "HH:mm:ss".
- {CurrentDateTime}: Inserts the current date and time at the time of document generation. The format is "YYYY-MM-DD HH:mm:ss".
- {CurrentYear}: Inserts the current year.
- {CurrentMonth}: Inserts the current month.
- {CurrentDay}: Inserts the current day.
- {CurrentHour}: Inserts the current hour.
- {CurrentMinute}: Inserts the current minute.
- {CurrentSecond}: Inserts the current second.
Steps to Edit Parameters:
- Identify Parameters: Locate the parameters in your document template.
- Edit Values: Replace the parameter placeholders with actual values.
- Save Changes: Save the document with the updated values.
By using parameters, you can easily customize your documents and ensure that they contain the correct information every time.