Tools Menu

Comments

michael 8 February 2013 0:50:56

How to create custom template of document

How to create custom template of document.

How to compare the String which is null or empty.

Dusan Rodina - softwareideas.net 8 February 2013 14:27:03

RE: How to create custom template of document

You can find the template editor in menu Tools / Templates / Documentation.

You can add new template using Add button (from main toolbar of Documenation Template Editor).

The template commands are available in Commmands toolbar.

You can create two types of template (depends on which tab is active Project or Global):

- only for current project

- global - for any project

In template language, you can compare any strings using Equals command - Equals(string1,string2), if you want only find out, whether a string is empty, you can use IsEmpty command - IsEmpty(string).

New Comment

Comment