1. GroupDocs.Editor
  2. /
  3. GroupDocs.Editor for .NET
  4. /
  5. GroupDocs.Editor.Options
  6. /
  7. MarkdownSaveOptions
  8. /
  9. TableContentAlignment

TableContentAlignment

MarkdownSaveOptions.TableContentAlignment property

Allow specifies how to align contents in tables when exporting into the Markdown format. The default value is Auto.

public MarkdownTableContentAlignment TableContentAlignment { get; set; }

Property Value

The table content alignment

See Also