Reports.net  ver 8.0
.net 開発者向け帳票ツール
静的公開メンバ関数 | 静的公開変数類 | プロパティ | 全メンバ一覧
Pao.Reports.PmImgAlignType クラス

画像位置を表わす列挙クラス [詳解]

静的公開メンバ関数

static PmImgAlignType FromString (string name)
 

静的公開変数類

static readonly PmImgAlignType LeftTop = new PmImgAlignType("LT", "LeftTop")
 左上 [詳解]
 
static readonly PmImgAlignType RightTop = new PmImgAlignType("RT", "RightTop")
 右上 [詳解]
 
static readonly PmImgAlignType Center = new PmImgAlignType("Center", "Center")
 中央 [詳解]
 
static readonly PmImgAlignType LeftBottom = new PmImgAlignType("LB", "LeftBottom")
 左下 [詳解]
 
static readonly PmImgAlignType RightBottom = new PmImgAlignType("RB", "RightBottom")
 右下 [詳解]
 

プロパティ

string shortName [get]
 短い名前 [詳解]
 
string longName [get]
 長い名前 [詳解]
 

詳解

画像位置を表わす列挙クラス

メソッド詳解

static PmImgAlignType Pao.Reports.PmImgAlignType.FromString ( string  name)
static

引数
name
戻り値

メンバ詳解

readonly PmImgAlignType Pao.Reports.PmImgAlignType.Center = new PmImgAlignType("Center", "Center")
static

中央

readonly PmImgAlignType Pao.Reports.PmImgAlignType.LeftBottom = new PmImgAlignType("LB", "LeftBottom")
static

左下

readonly PmImgAlignType Pao.Reports.PmImgAlignType.LeftTop = new PmImgAlignType("LT", "LeftTop")
static

左上

readonly PmImgAlignType Pao.Reports.PmImgAlignType.RightBottom = new PmImgAlignType("RB", "RightBottom")
static

右下

readonly PmImgAlignType Pao.Reports.PmImgAlignType.RightTop = new PmImgAlignType("RT", "RightTop")
static

右上

プロパティ詳解

string Pao.Reports.PmImgAlignType.longName
get

長い名前

string Pao.Reports.PmImgAlignType.shortName
get

短い名前


このクラス詳解は次のファイルから抽出されました: