Class ParagraphProperties
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Styles
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ParagraphProperties : DocumentElementPropertiesBase, IElementWithStyle
Constructors
ParagraphProperties()
Declaration
public ParagraphProperties()
ParagraphProperties(DocumentElement)
ParagraphProperties(StyleDefinition)
Properties
AutomaticSpacingAfter
Declaration
[XamlSerializable]
public bool AutomaticSpacingAfter { get; set; }
Property Value
System.
|
AutomaticSpacingBefore
Declaration
[XamlSerializable]
public bool AutomaticSpacingBefore { get; set; }
Property Value
System.
|
Background
Declaration
[XamlSerializable]
public Color Background { get; set; }
Property Value
System.
|
FirstLineIndent
Declaration
[XamlSerializable]
public double FirstLineIndent { get; set; }
Property Value
System.
|
FlowDirection
Declaration
[XamlSerializable]
public FlowDirection FlowDirection { get; set; }
Property Value
System.
|
IsLineBreakingRuleEnabled
Declaration
[XamlSerializable]
public bool IsLineBreakingRuleEnabled { get; set; }
Property Value
System.
|
KeepLines
Declaration
[XamlSerializable]
public bool KeepLines { get; set; }
Property Value
System.
|
LeftIndent
Declaration
[XamlSerializable]
public double LeftIndent { get; set; }
Property Value
System.
|
LineSpacing
Declaration
[XamlSerializable]
public double LineSpacing { get; set; }
Property Value
System.
|
LineSpacingType
Declaration
[XamlSerializable]
public LineSpacingType LineSpacingType { get; set; }
Property Value
ListId
Declaration
[XamlSerializable(-1)]
public int ListId { get; set; }
Property Value
System.
|
ListLevel
Declaration
[XamlSerializable(0)]
public int ListLevel { get; set; }
Property Value
System.
|
OutlineLevel
Declaration
[XamlSerializable(0)]
public int OutlineLevel { get; set; }
Property Value
System.
|
RightIndent
Declaration
[XamlSerializable]
public double RightIndent { get; set; }
Property Value
System.
|
SpacingAfter
Declaration
[XamlSerializable]
public double SpacingAfter { get; set; }
Property Value
System.
|
SpacingBefore
Declaration
[XamlSerializable]
public double SpacingBefore { get; set; }
Property Value
System.
|
SuppressLineNumbers
Declaration
[XamlSerializable]
public bool SuppressLineNumbers { get; set; }
Property Value
System.
|
TabStops
Declaration
[XamlCompositePropertySerializable]
public TabStopCollection TabStops { get; set; }
Property Value
TextAlignment
Declaration
[XamlSerializable]
public RadTextAlignment TextAlignment { get; set; }
Property Value
ThemeBackground
Declaration
[XamlSerializable]
public ThemeColorsEnum ThemeBackground { get; set; }
Property Value
ThemeFillShade
Declaration
[XamlSerializable]
public string ThemeFillShade { get; set; }
Property Value
System.
|
ThemeFillTint
Declaration
[XamlSerializable]
public string ThemeFillTint { get; set; }
Property Value
System.
|
Methods
CopyPropertiesFrom(DocumentElementPropertiesBase)
Declaration
public override void CopyPropertiesFrom(DocumentElementPropertiesBase fromProperties)
Parameters
Document
|
Overrides
CreateInstance()
Declaration
protected override DocumentElementPropertiesBase CreateInstance()
Returns
Overrides
InitProperties()
Declaration
protected override void InitProperties()
Overrides
OnTabStopsChanged()
Declaration
protected virtual void OnTabStopsChanged()
ValidateStyleType(StyleDefinition)
Declaration
protected override void ValidateStyleType(StyleDefinition value)
Parameters
Style
|
Overrides
Events
TabStopsChanged
Declaration
public event EventHandler TabStopsChanged
Event Type
System.
|