Class SectionColumnCollectionFactory
Provides factory methods for creating built-in section column collections.
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public static class SectionColumnCollectionFactory : Object
Methods
Create(SectionColumnsLayout, Section)
Create SectionColumnCollection for given built-in SectionColumnsLayout.
Declaration
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
System.ArgumentNullException
if the section is null. |