-
Notifications
You must be signed in to change notification settings - Fork 13
markdocelementsextensions IHasHeading
Denis Akopyan edited this page Mar 6, 2022
·
1 revision
Interface for types which have headings
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph MarkDoc.Elements.Extensions
MarkDoc.Elements.Extensions.IHasHeading[[IHasHeading]]
class MarkDoc.Elements.Extensions.IHasHeading interfaceStyle;
end
| Type | Name | Methods |
|---|---|---|
string |
HeadingHeading text |
get |
int |
LevelHeading level |
get |
Interface for types which have headings
public abstract string Heading { get }Heading text
public abstract int Level { get }Heading level
Generated with MarkDoc