WdCharacterWidth 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定範囲の文字幅を指定します。
public enum class WdCharacterWidth
[System.Runtime.InteropServices.Guid("CA59C2ED-82CC-31EB-9817-0158DCD475E4")]
public enum WdCharacterWidth
type WdCharacterWidth =
Public Enum WdCharacterWidth
- 継承
-
WdCharacterWidth
- 属性
フィールド
名前 | 値 | 説明 |
---|---|---|
wdWidthHalfWidth | 6 | 文字は半角幅で表示されます。 |
wdWidthFullWidth | 7 | 文字は全角幅で表示されます。 |