SetSmartQuotes Method (smartQuotes)
From Pageflex Document Action API
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.
- smartQuotes (String)
- Contains the 4 characters to use for quotes.
The string smartQuotes consists of exactly 4 characters in this order:
openDouble, closeDouble, openSingle, closeSingle
| Exception | Condition |
|---|---|
| !:Exceptions.ArgumentNullException | The smartQuotes parameter is null. |
| ArgumentNullException | The value supplied for smartQuotes was nullNothingnullptr. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)