Back to Devexpress

Paragraph Properties

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-paragraph-dot-underscore-properties.md

latest4.6 KB
Original Source

Paragraph Properties

A document paragraph.

NameDescription
AlignmentGets or sets the paragraph’s text alignment.
BackColorGets or sets the background color of the paragraph.
BordersObtains paragraph borders.
ContextualSpacingGets or sets whether to suppress addition of additional space (contextual spacing) between paragraphs of the same style.
FirstLineIndentGets or sets a value specifying the indent for the first line in a paragraph.
FirstLineIndentTypeGets or sets a value specifying whether and how the first line in a paragraph is indented.
IndexGets the index number of a paragraph in a document.
IsInListIndicates whether the current paragraph is in a bulleted or a numbered list.
KeepLinesTogetherGets or sets whether to prevent all page breaks that interrupt a paragraph.
KeepWithNextGets or sets whether to put a break between the current paragraph and the next paragraph.
LeftIndentGets or sets the left indent for the specified paragraph.
LineSpacingGets or sets a line spacing value.
LineSpacingMultiplierGets or sets the multiplier which is used to calculate the line spacing value.
LineSpacingTypeGets or sets the type of spacing between lines in a paragraph.
ListIndexGets or sets the index of a list applied to the paragraph.
ListLevelGets or sets the list level applied to the current paragraph in the numbering list.
OutlineLevelGets or sets the outline level of a paragraph.
PageBreakBeforeGets or sets whether to insert a page break before specified paragraph.
RangeGets the document range occupied by the current paragraph.
RightIndentGets or sets the right indent for the specified paragraph.
RightToLeftGets or sets whether to change the paragraph’s text direction to right-to-left.
SpacingAfterGets or sets the spacing after the current paragraph.
SpacingBeforeGets or sets the spacing before the current paragraph.
StyleGets or sets the paragraph style applied to the current paragraph.
SuppressHyphenationGets or sets a value indicating whether a paragraph can be hyphenated.
SuppressLineNumbersGets or sets whether line numbers are displayed for the current paragraph.
WidowOrphanControlGets or sets whether to apply control over the widow and orphan lines.

See Also

Paragraph Class

Paragraph Members

DevExpress.XtraRichEdit.API.Native Namespace