更新日: 16/01/26

SPWGraphAttribute: Text 属性の定数

トップ オブジェクト プロパティ メソッド 定数

SPWTextAlignments

テキスト文字列の整列 (STA_ALIGN) のタイプです。

STA_ALIGN_HORLEFT 0 Tack point at left
STA_ALIGN_VERBASELINE 0 Tack point on base line.
STA_ALIGN_HORCENTER 1 Tack point at horizontal center
STA_ALIGN_HORRIGHT 2 Tack point at right
STA_ALIGN_HORBASE 3 Tack point at start of super/subscript
STA_ALIGN_HORDECIMAL 4 Tack point at decimal
STA_ALIGN_HORMINUS 5 Tack point to left of minus sign.
STA_ALIGN_HORMASK 255 (&HFF) Mask for horizontal alignment
STA_ALIGN_VERCENTER 256 (&H100) Tack point at vertical center
STA_ALIGN_VERBOTTOM 512 (&H200) Tack point at bottom (
STA_ALIGN_VERTOP 768 (&H300) Tack point at top of entire text.
STA_ALIGN_VERBASETOP 1024 (&H400) Tack point at top of first character
STA_ALIGN_VERMASK 65280 (&HFF00) Mask for vertical alignment