Class ParagraphProperties
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Styles
Assembly: Telerik.Windows.Documents.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.Boolean
|
AutomaticSpacingBefore
Declaration
[XamlSerializable]
public bool AutomaticSpacingBefore { get; set; }
Property Value
System.Boolean
|
Background
Declaration
[XamlSerializable]
public Color Background { get; set; }
Property Value
System.Windows.Media.Color
|
FirstLineIndent
Declaration
[XamlSerializable]
public double FirstLineIndent { get; set; }
Property Value
System.Double
|
FlowDirection
Declaration
[XamlSerializable]
public FlowDirection FlowDirection { get; set; }
Property Value
System.Windows.FlowDirection
|
IsLineBreakingRuleEnabled
Declaration
[XamlSerializable]
public bool IsLineBreakingRuleEnabled { get; set; }
Property Value
System.Boolean
|
KeepLines
Declaration
[XamlSerializable]
public bool KeepLines { get; set; }
Property Value
System.Boolean
|
LeftIndent
Declaration
[XamlSerializable]
public double LeftIndent { get; set; }
Property Value
System.Double
|
LineSpacing
Declaration
[XamlSerializable]
public double LineSpacing { get; set; }
Property Value
System.Double
|
LineSpacingType
Declaration
[XamlSerializable]
public LineSpacingType LineSpacingType { get; set; }
Property Value
LineSpacingType
|
ListId
Declaration
[XamlSerializable(-1)]
public int ListId { get; set; }
Property Value
System.Int32
|
ListLevel
Declaration
[XamlSerializable(0)]
public int ListLevel { get; set; }
Property Value
System.Int32
|
OutlineLevel
Declaration
[XamlSerializable(0)]
public int OutlineLevel { get; set; }
Property Value
System.Int32
|
RightIndent
Declaration
[XamlSerializable]
public double RightIndent { get; set; }
Property Value
System.Double
|
SpacingAfter
Declaration
[XamlSerializable]
public double SpacingAfter { get; set; }
Property Value
System.Double
|
SpacingBefore
Declaration
[XamlSerializable]
public double SpacingBefore { get; set; }
Property Value
System.Double
|
TabStops
Declaration
[XamlCompositePropertySerializable]
public TabStopCollection TabStops { get; set; }
Property Value
TabStopCollection
|
TextAlignment
Declaration
[XamlSerializable]
public RadTextAlignment TextAlignment { get; set; }
Property Value
RadTextAlignment
|
ThemeBackground
Declaration
[XamlSerializable]
public ThemeColorsEnum ThemeBackground { get; set; }
Property Value
ThemeColorsEnum
|
ThemeFillShade
Declaration
[XamlSerializable]
public string ThemeFillShade { get; set; }
Property Value
System.String
|
ThemeFillTint
Declaration
[XamlSerializable]
public string ThemeFillTint { get; set; }
Property Value
System.String
|
Methods
CopyPropertiesFrom(DocumentElementPropertiesBase)
Declaration
public override void CopyPropertiesFrom(DocumentElementPropertiesBase fromProperties)
Parameters
DocumentElementPropertiesBase
fromProperties
|
Overrides
CreateInstance()
Declaration
protected override DocumentElementPropertiesBase CreateInstance()
Returns
DocumentElementPropertiesBase
|
Overrides
InitProperties()
Declaration
protected override void InitProperties()
Overrides
OnTabStopsChanged()
Declaration
protected virtual void OnTabStopsChanged()
ValidateStyleType(StyleDefinition)
Declaration
protected override void ValidateStyleType(StyleDefinition value)
Parameters
StyleDefinition
value
|
Overrides
Events
TabStopsChanged
Declaration
public event EventHandler TabStopsChanged
Event Type
System.EventHandler
|