ClassSectionColumnCollectionFactory
Class
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
The section columns layout for which to create the collection.
section
The section from the document for which to create the collection.
Returns
The created collection for given layout type.
Exceptions
if the section is null.