(ExcelExplorer 4.0)
Get phonetic text alignment.
integer Align( )
Parameters
- None
Description
Returns phonetic string (ruby text) alignment for this part. Possible values are:
| Constant |
Description |
| EE_PH_ALIGN_NONE |
Not specified |
EE_PH_ALIGN_LEFT, EE_PH_ALIGN_TOP |
Phonetic text is left-aligned (top-aligned for vertical text). These two constants are equal. |
| EE_PH_ALIGN_CENTER |
Centered |
| EE_PH_ALIGN_DISTRIB |
Distributed |
|