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