BulletStyle 列挙型

定義

BulletStyleAttribute の値です。

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
属性

フィールド

DashBullet 5

ダッシュ記号の行頭文字。

FilledRoundBullet 2

塗りつぶした丸の行頭文字。

FilledSquareBullet 4

塗りつぶした四角の行頭文字。

HollowRoundBullet 1

白抜きの丸の行頭文字。

HollowSquareBullet 3

白抜きの四角の行頭文字。

None 0

行頭文字スタイルなし。

Other -1

BulletStyle 列挙体で明示的に指定されていない、別の行頭文字スタイル。

適用対象