API Reference
Class
MarkdownTableVisualStyle
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
- Method MarkdownTableVisualStyle.Clone
- Property MarkdownVisualTheme.Table
Accepted by parameters
Constructors
public MarkdownTableVisualStyle() #Methods
public MarkdownTableVisualStyle Clone() #Returns:
MarkdownTableVisualStyleCreates a copy of this table style.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.