.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


HiddenChars property
Example

Read-write. Indicates whether the hidden characters in a document (such as tabs and carriage returns) are displayed.

Defined in

NotesUIDocument

Data type

Boolean

Syntax

To get: flag = notesUIDocument.HiddenChars

To set: notesUIDocument.HiddenChars = flag

Legal values


Usage

You can set this property only when the document is in Edit mode.

Hidden characters are visible only in rich-text fields.

Language cross-reference

EditShowHideHiddenChars @command in formula language

Example
See Also