Class SelectionHeaderFooter
Represents the selection header footer in DocumentEditor.
Inheritance
System.Object
SelectionHeaderFooter
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class SelectionHeaderFooter : Object
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 |
---|---|
System.Threading.Tasks.Task<System.Boolean> | A System.Threading.Tasks.Task representing the asynchronous operation. |
SetLinkToPreviousAsync(Boolean)
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 |
---|---|---|
System.Boolean | value | Specifies the link to previous value. |