FontStyles 列挙型

定義

レポート アイテム内のテキストのフォント スタイルを指定します。

public enum class FontStyles
public enum FontStyles
type FontStyles = 
Public Enum FontStyles
継承
FontStyles

フィールド

Default 0

標準と同じ既定のフォント スタイルを指定します。

Italic 2

斜体のフォントを指定します。

Normal 1

斜体ではないフォントを指定します。

適用対象