GetAlignColumnPadding Method

GetAlignColumnPadding function

Indicates whether column alignment is enabled for generated Markdown tables.When enabled, columns are aligned by padding cell content with the specified character(typically ’ ’ for spaces).Set to ‘\0’ to disable column alignment (default).


func (instance *MarkdownSaveOptions) GetAlignColumnPadding()  (byte,  error) 

Remarks

See Also