BulletStyle 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public enum class BulletStyle
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("814FAC6C-F8DE-4682-AF5F-37C4F720990C")]
public enum BulletStyle
public enum BulletStyle
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("814FAC6C-F8DE-4682-AF5F-37C4F720990C")>]
type BulletStyle =
type BulletStyle =
Public Enum BulletStyle
- 継承
- 属性
フィールド
| 名前 | 値 | 説明 |
|---|---|---|
| Other | -1 | BulletStyle列挙型で明示的に指定されていない別の箇条書きスタイル。 |
| None | 0 | 行頭文字のスタイルはありません。 |
| HollowRoundBullet | 1 | 中空の丸い箇条書き。 |
| FilledRoundBullet | 2 | 実線の丸い箇条書き。 |
| HollowSquareBullet | 3 | 白抜きの四角形の箇条書き。 |
| FilledSquareBullet | 4 | 単色の四角形の箇条書き。 |
| DashBullet | 5 | ダッシュの行頭文字。 |