Back to Devexpress

ParagraphProperties Members

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-paragraphproperties-dot-underscore-members.md

latest8.2 KB
Original Source

ParagraphProperties Members

Contains paragraph properties.

Properties

NameDescription
AlignmentGets or sets the paragraph’s text alignment. Inherited from ParagraphPropertiesBase.
BackColorGets or sets the background color of paragraph(s). Inherited from ParagraphPropertiesBase.
BordersGets the paragraph border properties. Inherited from ParagraphPropertiesBase.
ContextualSpacingGets or sets whether to suppress addition of additional space (contextual spacing) between paragraphs of the same style. Inherited from ParagraphPropertiesBase.
FirstLineIndentGets or sets a value specifying the indent of the first line of a paragraph. Inherited from ParagraphPropertiesBase.
FirstLineIndentTypeGets or sets how a paragraph’s first line is indented. Inherited from ParagraphPropertiesBase.
KeepLinesTogetherGets or sets whether to prevent all page breaks that interrupt a paragraph. Inherited from ParagraphPropertiesBase.
KeepWithNextGets or sets whether to put a break between the current paragraph and the next paragraph. Inherited from ParagraphPropertiesBase.
LeftIndentGets or sets a paragraph’s left indent. Inherited from ParagraphPropertiesBase.
LineSpacingGets or sets a line spacing value. Inherited from ParagraphPropertiesBase.
LineSpacingMultiplierGets or sets the multiplier used to calculate the line spacing value. Inherited from ParagraphPropertiesBase.
LineSpacingTypeGets or sets the spacing type between a paragraph’s lines. Inherited from ParagraphPropertiesBase.
OutlineLevelGets or sets the paragraph’s outline level. Inherited from ParagraphPropertiesBase.
PageBreakBeforeGets or sets whether to insert a page break before specified paragraph(s). Inherited from ParagraphPropertiesBase.
RightIndentGets or sets the paragraph’s right indent. Inherited from ParagraphPropertiesBase.
RightToLeftGets or sets whether to change the paragraph’s text direction to right-to-left. Inherited from ParagraphPropertiesBase.
SpacingAfterGets or sets the spacing after a paragraph. Inherited from ParagraphPropertiesBase.
SpacingBeforeGets or sets the spacing before a paragraph. Inherited from ParagraphPropertiesBase.
StyleGets or sets the paragraph style applied to the current paragraph.
SuppressHyphenationGets or sets whether to hyphenate a paragraph. Inherited from ParagraphPropertiesBase.
SuppressLineNumbersGets or sets whether to display line numbers for the paragraphs. Inherited from ParagraphPropertiesBase.
WidowOrphanControlGets or sets whether to apply control over the widow and orphan lines. Inherited from ParagraphPropertiesBase.

Methods

NameDescription
Assign(ParagraphPropertiesBase)Copies all settings from the object passed as the parameter to the current object. Inherited from ParagraphPropertiesBase.
BeginUpdateTabs(Boolean)Starts modifying paragraph tab stops. Inherited from ParagraphPropertiesWithTabs.
EndUpdateTabs(TabInfoCollection)Finalizes modifications of tab stops for the current paragraph. Inherited from ParagraphPropertiesWithTabs.
Reset()Resets the paragraph formatting to its base style. Inherited from ParagraphPropertiesBase.
Reset(ParagraphPropertiesMask)Resets the paragraph formatting properties specified by the mask to the properties of the underlying paragraph style or to default properties. Inherited from ParagraphPropertiesBase.

See Also

ParagraphProperties Interface

DevExpress.XtraRichEdit.API.Native Namespace