Represents a table title such as a heading or footnote.
Properties
Text
: stringGets the title text.
Methods
public TableTitle SetStyle(string style)
Sets the title style.
Parameters:
style (string)The title style.
Returns:
The same instance so that multiple calls can be chained.