Click or drag to resize

Section Class

Document section object
Inheritance Hierarchy
SystemObject
  SOWIDocument.WordSection

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public class Section

The Section type exposes the following members.

Constructors
  NameDescription
Public methodSection
Initializes a new instance of the Section class. Constructor without parameter
Public methodCode exampleSection(SectionTypes, String, String, Boolean)
Initializes a new instance of the Section class. Constructor with parameter
Top
Properties
  NameDescription
Public propertyHeight
Image height in centimetre. Only of type Image. Is a optional parameter.
Public propertyNewParagraph
Add a new paragraph?
Public propertyStyle
Section style name (optional).
Public propertyType
Section type
Public propertyValue
Text or merge field or file of image
Public propertyWidth
Image width in centimetre. Only of type Image. Is a optional parameter.
Top
Extension Methods
  NameDescription
Public Extension MethodCode exampleConvertDateFromSQL
Convert SQL date include value null
(Defined by Extension.)
Public Extension MethodConvertDateToSQL
Convert C# date type to SQL date type
(Defined by Extension.)
Top
See Also