Class MdImportSettings
Inheritance
System.Object
MdImportSettings
Namespace: Syncfusion.Office.Markdown
Assembly: Syncfusion.Markdown.dll
Syntax
public class MdImportSettings : Object
Constructors
MdImportSettings()
Declaration
public MdImportSettings()
Properties
Encoding
Gets or sets the text encoding to use when importing Markdown documents. Default value is Encoding.UTF8.
Declaration
public Encoding Encoding { get; set; }
Property Value
| Type |
|---|
| System.Text.Encoding |
UseThematicBreakAsContentBreak
Gets or sets a value indicating whether thematic breaks should be treated as content breaks.
When set to true, each thematic break is considered a boundary that splits the content into separate slides.
Declaration
public bool UseThematicBreakAsContentBreak { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Remarks
This property is used to split PPTX slides and excel sheets based on thematic breaks.
Methods
add_ImageNodeVisited(MdImageNodeVisitedEventHandler)
Declaration
public void add_ImageNodeVisited(MdImageNodeVisitedEventHandler value)
Parameters
| Type | Name | Description |
|---|---|---|
| MdImageNodeVisitedEventHandler | value |
remove_ImageNodeVisited(MdImageNodeVisitedEventHandler)
Declaration
public void remove_ImageNodeVisited(MdImageNodeVisitedEventHandler value)
Parameters
| Type | Name | Description |
|---|---|---|
| MdImageNodeVisitedEventHandler | value |
Events
ImageNodeVisited
Declaration
public event MdImageNodeVisitedEventHandler ImageNodeVisited
Event Type
| Type |
|---|
| MdImageNodeVisitedEventHandler |