Back to Devexpress

ParagraphProperties Members

blazor-devexpress-dot-blazor-dot-richedit-dot-paragraphproperties-dot-underscore-members.md

latest4.4 KB
Original Source

ParagraphProperties Members

Contains the paragraph properties.

Properties

NameDescription
AlignmentSpecifies the paragraph alignment.
BackgroundColorSpecifies the paragraph background color.
ContextualSpacingSpecifies whether to remove the additional space (contextual spacing) between paragraphs of the same style.
FirstLineIndentSpecifies the indent of the paragraph’s first line.
FirstLineIndentTypeSpecifies whether and how the first line in the paragraph is indented.
LeftIndentSpecifies the paragraph’s left indent.
LineSpacingSpecifies a line spacing value.
LineSpacingTypeSpecifies the type of spacing between lines in the paragraph.
OutlineLevelSpecifies the paragraph’s outline level.
PageBreakBeforeSpecifies whether to insert a page break before the paragraph.
RightIndentSpecifies the paragraph’s right indent.
SpacingAfterSpecifies the spacing after the paragraph.
SpacingBeforeSpecifies the spacing before the paragraph.

Methods

NameDescription
CopyFrom(Paragraph)Duplicates the properties of the specified paragraph into the current instance of the ParagraphProperties class.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

ParagraphProperties Class

DevExpress.Blazor.RichEdit Namespace