Vertical alignment for table cells

Hi! I need to vertically center some text in a table cell. How would I go about doing this?

Thanks!
~Jason

Dear Jason,

Please use TextFrame.AnchorText property. Below are the values for the AnchorTextEnumeration, which you can use to set TextFrame.AnchorText property.

AnchorText Enumeration

Top

Middle

Bottom

TopCentered

MiddleCentered

BottomCentered

TopBaseline

BottomBaseline

TopCenteredBaseline

BottomCenteredBaseline

Thank you for your quick response.

~jw