TdxSimpleFormattingMarkVisibilityOptions.ShowHiddenText Property
Specifies if text ranges marked with the Hidden attribute are visible.
Declaration
property ShowHiddenText: Boolean read; write;
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Set the ShowHiddenText property to True to display hidden text ranges in the document displayed in the parent TdxRichEditControl component.
See Also