IFileSectionOptions
The IFileSectionOptions interface defines properties for configuring file sections, including display settings, text, borders, and font customization.
Properties
| Name | Description |
|---|---|
| GeneralIsChanged | Indicates whether any general changes have been made to the section options. |
| EnableRightBorder | Indicates whether the right border of the file section is enabled. |
| Text | The text content of the file section. |
| EnableLeftBorder | Indicates whether the left border of the file section is enabled. |
| UseCustomFont | Indicates whether a custom font is used for the file section. |
| EnableBottomBorder | Indicates whether the bottom border of the file section is enabled. |
| EnableTopBorder | Indicates whether the top border of the file section is enabled. |
| Type | The type of the file section (e.g., header, footer). |
| ShowOnFirstPage | Specifies whether the file section is displayed on the first page. |
| CustomFontOptions | Defines the custom font options for the file section. |
| IsChanged | Indicates whether the section options have been modified. |
| Show | Indicates whether the file section is displayed. |