Pageflex Document Action API
SetSmartQuotes Method (smartQuotes)
Namespaces > Pageflex.Scripting > Application > SetSmartQuotes(String)
Set the characters used for smart quotes. Used in conjunction with GetSmartQuotes(),
This allows a Document Action to have control over what quote characters are used.
Syntax
Parameters
- smartQuotes (String)
- Contains the 4 characters to use for quotes.
Remarks
The string smartQuotes consists of exactly 4 characters in this order:
openDouble, closeDouble, openSingle, closeSingle
Exceptions
Exception | Condition |
---|---|
!:Exceptions.ArgumentNullException | The smartQuotes parameter is null. |
ArgumentNullException | The value supplied for smartQuotes was nullNothingnullptr. |
See Also
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)