Class CaptionDefinition
Represents a definition for a caption.
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class CaptionDefinition : Object
Constructors
CaptionDefinition()
CaptionDefinition(String, NumberingFormat)
Initializes a new instance of the Caption
Declaration
public CaptionDefinition(string label, NumberingFormat format)
Parameters
System. The label. |
Numbering The format. |
CaptionDefinition(String, NumberingFormat, Int32, CaptionSeparatorType)
Initializes a new instance of the Caption
Declaration
public CaptionDefinition(string label, NumberingFormat format, int linkedHeadingLevel, CaptionSeparatorType separator)
Parameters
System. The label. |
Numbering The format. |
System. The linked heading level. |
Caption The separator. |
Properties
IsDefault
Gets or sets a value indicating whether this instance is a default caption.
Declaration
[XamlSerializable]
public bool IsDefault { get; set; }
Property Value
System.
|
IsLinkedToHeading
Gets or sets a value indicating whether this instance is linked to a heading.
Declaration
[XamlSerializable]
public bool IsLinkedToHeading { get; set; }
Property Value
System.
|
Label
Gets or sets the label.
Declaration
[XamlSerializable]
public string Label { get; set; }
Property Value
System. The label. |
LinkedHeadingLevel
Gets or sets the linked heading level.
Declaration
[XamlSerializable]
public int LinkedHeadingLevel { get; set; }
Property Value
System. The linked heading level. |
NumberingFormat
Gets or sets the numbering format.
Declaration
[XamlSerializable]
public NumberingFormat NumberingFormat { get; set; }
Property Value
Numbering The numbering format. |
SeparatorType
Gets or sets the type of the separator.
Declaration
[XamlSerializable]
public CaptionSeparatorType SeparatorType { get; set; }
Property Value
Caption The type of the separator. |