Skip to main content

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
False
Default. All text ranges with the Hidden attribute are hidden.
False
Hidden text ranges are visible.

Remarks

Set the ShowHiddenText property to True to display hidden text ranges in the document displayed in the parent TdxRichEditControl component.

See Also