CRichEditCtx.DocumentParamethod
Gets/sets an object that provides the default paragraph format information for this instance of the Text Object Model (TOM) engine.
Syntax
PRIVATE PROPERTY CRichEditCtx.DocumentPara () AS ITextPara2 PTR
Return value
A pointer to the ITextPara2 interface. When you have finished to use it, you must release it calling its Release method.
Description
Gets/sets an object that provides the default paragraph format information for this instance of the Text Object Model (TOM) engine.
Example
(GET) PROPERTY DocumentPara () AS ITextPara2 PTR (SET) PROPERTY DocumentPara (BYVAL pTextPara AS ITextPara2 PTR)
Reference
- Defined in AfxNova/CRichEditCtx.inc:4541
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class