table_content_alignment property

MarkdownSaveOptions.table_content_alignment property

Gets or sets a value that specifies how to align contents in tables when exporting into the SaveFormat.MARKDOWN format. The default value is TableContentAlignment.AUTO.

@property
def table_content_alignment(self) -> aspose.words.saving.TableContentAlignment:
    ...

@table_content_alignment.setter
def table_content_alignment(self, value: aspose.words.saving.TableContentAlignment):
    ...

See Also