Back to Devexpress

ParagraphStyle Properties

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

latest15.8 KB
Original Source

ParagraphStyle Properties

Exposes methods and characteristics of a paragraph style in a document.

NameDescription
AlignmentGets or sets the paragraph’s text alignment. Inherited from ParagraphPropertiesBase.
AllCapsGets or sets a value indicating whether all characters are capital letters. Inherited from CharacterPropertiesBase.
BackColorGets or sets the background color of paragraph(s). Inherited from ParagraphPropertiesBase.
BoldGets or sets a value indicating whether characters are bold. Inherited from CharacterPropertiesBase.
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.
FontNameGets or sets the character(s) font name. Inherited from CharacterPropertiesBase.
FontNameAsciiSpecifies the name of the font for Unicode (U+0000–U+007F) characters. Inherited from CharacterPropertiesBase.
FontNameComplexScriptSpecifies the font name for the Complex Script characters (right-to-left languages). Inherited from CharacterPropertiesBase.
FontNameEastAsiaSpecifies the font name for East Asian characters. Inherited from CharacterPropertiesBase.
FontNameHighAnsiSpecifies the name of the font for High ANSI characters. Inherited from CharacterPropertiesBase.
FontSizeGets or sets the character(s) font size. Inherited from CharacterPropertiesBase.
ForeColorGets or sets the foreground color of characters. Inherited from CharacterPropertiesBase.
HiddenGets or sets a value indicating whether a character(s) is hidden. Inherited from CharacterPropertiesBase.
HighlightColorGets or sets the text’s highlight color. Inherited from CharacterPropertiesBase.
IsDeletedGets whether the specified style is marked as deleted.
ItalicGets or sets a value indicating whether a character(s) is italicized. Inherited from CharacterPropertiesBase.
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.
KerningThresholdGets or sets the minimum font size for which the kerning is adjusted automatically. Inherited from CharacterPropertiesBase.
LanguageSpecifies the spell check and hyphenation language. Inherited from CharacterPropertiesBase.
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.
LinkedStyleGets or sets the linked style for the current style.
ListLevelIndexGets or sets the list level applied to the paragraph formatted with the current style.
NameGets or sets the name of the style.
NextStyleGets or sets the default style for a paragraph that immediately follows the current paragraph.
NoProofSpecifies whether or not the text shall be proof read by the spell checker. Inherited from CharacterPropertiesBase.
NumberingListIndexGets or sets the index of a list applied to the paragraph style.
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.
ParentGets or sets the style from which the current style inherits.
PositionGets or sets the position of characters (in points) relative to the base line. Inherited from CharacterPropertiesBase.
PrimaryGets or sets whether the style is primary for the document.
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.
ScaleGets or sets the font’s scaling percentage. Inherited from CharacterPropertiesBase.
SmallCapsGets or sets whether all characters are small capital letters. Inherited from CharacterPropertiesBase.
SnapToGridSpecifies whether to snap East-Asian characters to a grid when the grid is defined. Inherited from CharacterPropertiesBase.
SpacingGets or sets the spacing (in twips) between characters. Inherited from CharacterPropertiesBase.
SpacingAfterGets or sets the spacing after a paragraph. Inherited from ParagraphPropertiesBase.
SpacingBeforeGets or sets the spacing before a paragraph. Inherited from ParagraphPropertiesBase.
StrikeoutGets or sets a value indicating whether characters are strikeout. Inherited from CharacterPropertiesBase.
SubscriptGets or sets a value indicating whether character(s) are formatted as subscript. Inherited from CharacterPropertiesBase.
SuperscriptGets or sets a value indicating whether character(s) are formatted as superscript. Inherited from CharacterPropertiesBase.
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.
ThemeFontAsciiSpecifies theme font for Unicode (U+0000–U+007F) characters. Inherited from CharacterPropertiesBase.
ThemeFontComplexScriptSpecifies the theme font for the Complex Script characters (right-to-left languages). Inherited from CharacterPropertiesBase.
ThemeFontEastAsiaSpecifies the theme font for East Asian characters. Inherited from CharacterPropertiesBase.
ThemeFontHighAnsiSpecifies the theme font for High ANSI characters. Inherited from CharacterPropertiesBase.
UnderlineGets or sets the type of underline applied to the character(s). Inherited from CharacterPropertiesBase.
UnderlineColorGets or sets the color of the underline for the specified characters. Inherited from CharacterPropertiesBase.
WidowOrphanControlGets or sets whether to apply control over the widow and orphan lines. Inherited from ParagraphPropertiesBase.

See Also

ParagraphStyle Interface

ParagraphStyle Members

DevExpress.XtraRichEdit.API.Native Namespace