New to Telerik Document ProcessingStart a free 30-day trial

Defines a set of properties which will be applied when a paragraph is created.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Editing.Flow

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public class ParagraphProperties

Inheritance: objectParagraphProperties

Constructors

Initializes a new instance of the ParagraphProperties class.

C#
public ParagraphProperties()

Methods

Copies the properties from.

C#
public void CopyPropertiesFrom(ParagraphProperties fromProperties)
Parameters:fromPropertiesParagraphProperties

From properties.

Properties

Gets or sets the color of the background.

C#
public ColorBase BackgroundColor { get; set; }
Property Value:

The color of the background.

Gets or sets the first line indent.

C#
public double FirstLineIndent { get; set; }
Property Value:

The first line indent.

Gets or sets the horizontal alignment.

C#
public HorizontalAlignment HorizontalAlignment { get; set; }
Property Value:

The horizontal alignment.

Gets or sets the left indent.

C#
public double LeftIndent { get; set; }
Property Value:

The left indent.

Gets or sets the line spacing.

C#
public double LineSpacing { get; set; }
Property Value:

The line spacing.

Gets or sets the value indicating how the spacing between lines is calculated.

C#
public HeightType LineSpacingType { get; set; }
Property Value:

The type line spacing rule.

Gets or sets the list id.

C#
public int? ListId { get; set; }
Property Value:

The list id.

Gets or sets the list level.

C#
public int ListLevel { get; set; }
Property Value:

The list level.

Gets or sets the right indent.

C#
public double RightIndent { get; set; }
Property Value:

The right indent.

Gets or sets the spacing after.

C#
public double SpacingAfter { get; set; }
Property Value:

The spacing after.

Gets or sets the spacing before.

C#
public double SpacingBefore { get; set; }
Property Value:

The spacing before.