Description
Returns True if the format with name strFormatName exists in the current justification scope for the article element with name strElementTypeName.
Syntax
bResult = HasFormatName(strFormatName, strElementTypeName) |
strFormatName
Name of the format
strElementTypeName
Name of the article element
Example
If HasFormatName(SystemUserOptions.AFPCC_PCFormat, photoname) Then
Page.TxtFormatName(SystemUserOptions.AFPCC_PCFormat)
End If