Function: table--get-cell-justify-property
table--get-cell-justify-property is a byte-compiled function defined
in table.el.gz.
Signature
(table--get-cell-justify-property CELL)
Documentation
Get CELL's justify property.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defun table--get-cell-justify-property (cell)
"Get CELL's justify property."
(table--get-property cell 'table-justify))