Class
DocumentProperties

Definition

Namespace:Telerik.WinForms.Documents.Model.Styles

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class DocumentProperties : DocumentElementPropertiesBase, IElementWithStyle

Inheritance: objectDocumentElementPropertiesBaseDocumentProperties

Implements: IElementWithStyle

Inherited Members DocumentElementPropertiesBase.GetStyleProperty(IStylePropertyDefinition)DocumentElementPropertiesBase.GetStyleProperty(string)DocumentElementPropertiesBase.CopyPropertiesFrom(DocumentElementPropertiesBase)DocumentElementPropertiesBase.MergePropertiesWith(DocumentElementPropertiesBase)DocumentElementPropertiesBase.ToString()DocumentElementPropertiesBase.ClearProperties()DocumentElementPropertiesBase.OnStyleChanged()DocumentElementPropertiesBase.OnStyleChanging()DocumentElementPropertiesBase.StylePropertiesDocumentElementPropertiesBase.StyleNameDocumentElementPropertiesBase.OriginalStyleNameDocumentElementPropertiesBase.StyleDocumentElementPropertiesBase.HasRevisionsDocumentElementPropertiesBase.RevisionInfoDocumentElementPropertiesBase.OriginalProperties

Constructors

DocumentProperties(DocumentElement)

Declaration

cs-api-definition
public DocumentProperties(DocumentElement owner)

Parameters

owner

DocumentElement

DocumentProperties(StyleDefinition)

Declaration

cs-api-definition
public DocumentProperties(StyleDefinition owner)

Parameters

owner

StyleDefinition

Properties

DefaultTabWidth

Declaration

cs-api-definition
public double DefaultTabWidth { get; set; }

Property Value

double

EndnotesFirstNumber

Declaration

cs-api-definition
public int EndnotesFirstNumber { get; set; }

Property Value

int

EndnotesNumberingFormat

Declaration

cs-api-definition
public ListNumberingFormat EndnotesNumberingFormat { get; set; }

Property Value

ListNumberingFormat

EndnotesNumberingRestartType

Declaration

cs-api-definition
public NumberingRestartType EndnotesNumberingRestartType { get; set; }

Property Value

NumberingRestartType

EndnotesPosition

Declaration

cs-api-definition
public EndnotesPosition EndnotesPosition { get; set; }

Property Value

EndnotesPosition

FootnotesFirstNumber

Declaration

cs-api-definition
public int FootnotesFirstNumber { get; set; }

Property Value

int

FootnotesNumberingFormat

Declaration

cs-api-definition
public ListNumberingFormat FootnotesNumberingFormat { get; set; }

Property Value

ListNumberingFormat

FootnotesNumberingRestartType

Declaration

cs-api-definition
public NumberingRestartType FootnotesNumberingRestartType { get; set; }

Property Value

NumberingRestartType

FootnotesPosition

Declaration

cs-api-definition
public FootnotesPosition FootnotesPosition { get; set; }

Property Value

FootnotesPosition

Methods

CreateInstance()

Declaration

cs-api-definition
protected override DocumentElementPropertiesBase CreateInstance()

Returns

DocumentElementPropertiesBase

Overrides DocumentElementPropertiesBase.CreateInstance()

InitProperties()

Declaration

cs-api-definition
protected override void InitProperties()

Overrides DocumentElementPropertiesBase.InitProperties()

OnStylePropertyChangedOverride(StylePropertyChangeEventArgs)

Declaration

cs-api-definition
protected override void OnStylePropertyChangedOverride(StylePropertyChangeEventArgs args)

Parameters

args

StylePropertyChangeEventArgs

Overrides DocumentElementPropertiesBase.OnStylePropertyChangedOverride(StylePropertyChangeEventArgs)

ValidateStyleType(StyleDefinition)

Declaration

cs-api-definition
protected override void ValidateStyleType(StyleDefinition value)

Parameters

value

StyleDefinition

Overrides DocumentElementPropertiesBase.ValidateStyleType(StyleDefinition)