Class SelectionHeaderFooter
Represents the selection header footer in DocumentEditor.
Inherited Members
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class SelectionHeaderFooter
Constructors
SelectionHeaderFooter(SfDocumentEditor)
Initializes a new instance of the SelectionHeaderFooter class. Default constructor for SelectionSectionFormatModule.
Declaration
public SelectionHeaderFooter(SfDocumentEditor baseComponent)
Parameters
| Type | Name | Description |
|---|---|---|
| SfDocumentEditor | baseComponent | An DocumentEdiorComponent instance. |
Properties
DocumentEditor
DocumentEdiorComponent instance.
Declaration
protected SfDocumentEditor DocumentEditor { get; set; }
Property Value
| Type |
|---|
| SfDocumentEditor |
Methods
GetLinkToPreviousAsync()
Gets a value indicating whether this header footer is linked to the previous section header footer in the document.
Declaration
public Task<bool> GetLinkToPreviousAsync()
Returns
| Type | Description |
|---|---|
| Task<bool> | A Task representing the asynchronous operation. |
SetLinkToPreviousAsync(bool)
Gets or sets a value indicating whether this header footer is linked to the previous section header footer in the document.
Declaration
public void SetLinkToPreviousAsync(bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | value | Specifies the link to previous value. |