言語

BulletStyle 列挙型

定義

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
継承
BulletStyle
属性

フィールド

名前 説明
Other -1

BulletStyle列挙型で明示的に指定されていない別の箇条書きスタイル。

None 0

行頭文字のスタイルはありません。

HollowRoundBullet 1

中空の丸い箇条書き。

FilledRoundBullet 2

実線の丸い箇条書き。

HollowSquareBullet 3

白抜きの四角形の箇条書き。

FilledSquareBullet 4

単色の四角形の箇条書き。

DashBullet 5

ダッシュの行頭文字。

適用対象