API Reference

Class

MarkdownTableVisualStyle

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Renderer-neutral table styling hints for Markdown exporters.

Inheritance

  • Object
  • MarkdownTableVisualStyle

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

Methods

public MarkdownTableVisualStyle Clone() #
Returns: MarkdownTableVisualStyle

Creates a copy of this table style.

Properties

public Boolean UseRowStripes { get; set; } #

When true, exporters should use alternating row fills where supported.

public Boolean EmphasizeHeader { get; set; } #

When true, exporters should emphasize the first row as a header.

public Double BorderWidth { get; set; } #

Table border width in renderer points/pixels where applicable.

public Double CellPaddingX { get; set; } #

Horizontal cell padding in renderer points/pixels where applicable.

public Double CellPaddingY { get; set; } #

Vertical cell padding in renderer points/pixels where applicable.