SetColumnTableTextAlign
IPDFDocument4 :: Tables

See Also
Collapse All

This method sets the horizontal text alignment for each table's cell in a specified column.

Syntax

HRESULT SetColumnTableTextAlign (
LONG tableNumber,
LONG columnNumber,
TextAlign align
)
Parameters
tableNumber
Number of a table in the document's tables collection

columnNumber
Number of a column in the table

align
Horizontal alignment

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

See the AddTable method for samples.

See Also

Reference