Class LineBreakingRule
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class LineBreakingRule : Object
Constructors
LineBreakingRule()
This constructor supports serialization infrastructure and is not intended to be used directly from your code.
Declaration
public LineBreakingRule()
LineBreakingRule(LineBreakingRuleLanguage, Char[])
Declaration
public LineBreakingRule(LineBreakingRuleLanguage language, char[] characters)
Parameters
LineBreakingRuleLanguage
language
|
System.Char[]
characters
|
Properties
Characters
Gets a read-only collection of the characters for which the rule will be applied.
Declaration
public ReadOnlyCollection<char> Characters { get; }
Property Value
System.Collections.ObjectModel.ReadOnlyCollection<System.Char>
The characters. |
CharactersString
This property supports serialization infrastructure and is not intended to be used directly from your code.
Declaration
[XamlSerializable("")]
public string CharactersString { get; set; }
Property Value
System.String
|
Language
Gets the language for which the rule will be applied.
Declaration
public LineBreakingRuleLanguage Language { get; }
Property Value
LineBreakingRuleLanguage
The language. |
LanguageInfo
This property supports serialization infrastructure and is not intended to be used directly from your code.
Declaration
[XamlSerializable]
public LineBreakingRuleLanguage LanguageInfo { get; set; }
Property Value
LineBreakingRuleLanguage
|