class documentation

class XlHAlign(IntEnum):

View In Hierarchy

XlHAlign列挙体

Members:

HAlignGeneral 標準

HAlignCenter 中央揃え

HAlignDistributed 均等割り付け

HAlignJustify 両端揃え

HAlignLeft 左詰め

HAlignRight 右詰め

HAlignCenterAcrossSelection 選択範囲内で中央

HAlignFill 繰り返し

Class Variable HAlignCenter 中央揃え
Class Variable HAlignCenterAcrossSelection 選択範囲内で中央
Class Variable HAlignDistributed 均等割り付け
Class Variable HAlignFill 繰り返し
Class Variable HAlignGeneral 標準
Class Variable HAlignJustify 両端揃え
Class Variable HAlignLeft 左詰め
Class Variable HAlignRight 右詰め
HAlignCenter =

中央揃え

HAlignCenterAcrossSelection =

選択範囲内で中央

HAlignDistributed =

均等割り付け

HAlignFill =

繰り返し

HAlignGeneral =

標準

HAlignJustify =

両端揃え

HAlignLeft =

左詰め

HAlignRight =

右詰め