Class
SectionColumnCollectionFactory

Provides factory methods for creating built-in section column collections.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public static class SectionColumnCollectionFactory

Inheritance: objectSectionColumnCollectionFactory

Methods

Create(SectionColumnsLayout, Section)

Create SectionColumnCollection for given built-in SectionColumnsLayout.

Declaration

cs-api-definition
public static SectionColumnCollection Create(SectionColumnsLayout sectionColumnsLayout, Section section)

Parameters

sectionColumnsLayout

SectionColumnsLayout

The section columns layout for which to create the collection.

section

Section

The section from the document for which to create the collection.

Returns

SectionColumnCollection

The created collection for given layout type.

Exceptions

ArgumentNullException

if the section is null.