ITextPara::SetPageBreakBefore method (tom.h)
Controls whether there is a page break before each paragraph in a range.
Syntax
HRESULT SetPageBreakBefore(
[in] long Value
);
Parameters
[in] Value
Type: long
A tomBool value that controls page breaks before paragraphs. It can be one of the following values.
Value | Meaning |
---|---|
|
Paragraphs in this range must begin on a new page. |
|
Paragraphs in this range do not need to begin on a new page. |
|
Toggle the property value. |
|
The property is undefined. |
Return value
Type: HRESULT
If ITextPara::SetPageBreakBefore succeeds, it returns S_OK. If the method fails, it returns one of the following COM error codes. For more information about COM error codes, see Error Handling in COM.
Return code | Description |
---|---|
|
Meaning |
|
Invalid argument. |
|
Write access is denied. |
|
Insufficient memory. |
|
The paragraph formatting object is attached to a range that has been deleted. |
Remarks
This method is included for compatibility with Microsoft Word; it does not affect how the rich edit control displays text.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | tom.h |
DLL | Msftedit.dll |
See also
Conceptual
Reference