Click or drag to resize
ParagraphEffects Enumeration
Paragraph effects.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
[FlagsAttribute]
public enum ParagraphEffects
Members
  Member nameValueDescription
None0No effects.
RTL1Right-to-left paragraph
Keep2Keep the paragraph together.
KeepNext4Keep with next the paragraph.
PageBreakBefore8Put a page break before this paragraph.
NoLineNumber16No line number for this paragraph.
NoWidowControl32No widow control.
DoNotHyphen64Don't hyphenate this paragraph.
SideBySide128Side by side.
Collapsed256Heading contents are collapsed (in outline view).
OutlineLevel512Outline view nested level.
Box1024Paragraph has boxed effect (is not displayed).
TableRowDelimiter4096At or inside table delimiter.
Table16384Inside or at the start of a table.
All22527Combines all paragraph effects.
Undefined-9999999Undefined.
See Also