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

バーコードの種類を表す列挙型 [詳解]

静的公開メンバ関数

static PmBarcodeType FromString (string value)
 指定された文字列をPmBarcodeTypeに変換する [詳解]
 

静的公開変数類

static readonly PmBarcodeType JAN13 = new PmBarcodeType("JAN13")
 JAN13 [詳解]
 
static readonly PmBarcodeType JAN8 = new PmBarcodeType("JAN8")
 JAN8 [詳解]
 
static readonly PmBarcodeType UPC_A = new PmBarcodeType("UPC_A")
 UPC-A [詳解]
 
static readonly PmBarcodeType UPC_E = new PmBarcodeType("UPC_E")
 UPC-B [詳解]
 
static readonly PmBarcodeType ITF = new PmBarcodeType("ITF")
 ITF [詳解]
 
static readonly PmBarcodeType Matrix2of5 = new PmBarcodeType("Matrix2of5")
 Matrix 2of5 [詳解]
 
static readonly PmBarcodeType NEC2of5 = new PmBarcodeType("NEC2of5")
 NEC 2of5 [詳解]
 
static readonly PmBarcodeType NW7 = new PmBarcodeType("NW7")
 NW7 [詳解]
 
static readonly PmBarcodeType Code39 = new PmBarcodeType("Code39")
 CODE39 [詳解]
 
static readonly PmBarcodeType Code93 = new PmBarcodeType("Code93")
 CODE93 [詳解]
 
static readonly PmBarcodeType Code128 = new PmBarcodeType("Code128")
 CODE128 [詳解]
 
static readonly PmBarcodeType UCCEAN128 = new PmBarcodeType("UCCEAN128")
 EAN128 [詳解]
 
static readonly PmBarcodeType GS1_128 = new PmBarcodeType("GS1_128")
 GS1 128 [詳解]
 
static readonly PmBarcodeType DataMatrix = new PmBarcodeType("DataMatrix")
 DataMatrix [詳解]
 
static readonly PmBarcodeType Pdf417 = new PmBarcodeType("Pdf417")
 PDF417 [詳解]
 
static readonly PmBarcodeType Databar14Omni = new PmBarcodeType("DATABAR_標準型")
 GS1 Databar (RSS) 14 Omini-directional [詳解]
 
static readonly PmBarcodeType Databar14Stacked = new PmBarcodeType("DATABAR_二層型")
 GS1 Databar (RSS) 14 Stacked [詳解]
 
static readonly PmBarcodeType Databar14StackedOmni = new PmBarcodeType("DATABAR_標準二層型")
 GS1 Databar (RSS) 14 Stacked Omini-directional [詳解]
 
static readonly PmBarcodeType DatabarLimited = new PmBarcodeType("DATABAR_限定型")
 GS1 Databar (RSS) Limited [詳解]
 
static readonly PmBarcodeType DatabarExpanded = new PmBarcodeType("DATABAR_拡張型")
 GS1 Databar (RSS) Expanded [詳解]
 
static readonly PmBarcodeType DatabarExpandedStacked = new PmBarcodeType("DATABAR_拡張多層型")
 GS1 Databar (RSS) Expanded Stacked [詳解]
 
static readonly PmBarcodeType Post = new PmBarcodeType("郵便カスタマバーコード")
 郵便カスタマバーコード [詳解]
 
static readonly PmBarcodeType QRCode = new PmBarcodeType("QRCode")
 QRコード [詳解]
 
static readonly PmBarcodeType Convi = new PmBarcodeType("コンビニバーコード")
 コンビニバーコード [詳解]
 

プロパティ

string Name [get]
 バーコードの種類名 [詳解]
 

詳解

バーコードの種類を表す列挙型

メソッド詳解

static PmBarcodeType Pao.Reports.PmBarcodeType.FromString ( string  value)
static

指定された文字列をPmBarcodeTypeに変換する

引数
value変換する文字列

<return></return>

メンバ詳解

readonly PmBarcodeType Pao.Reports.PmBarcodeType.Code128 = new PmBarcodeType("Code128")
static

CODE128

readonly PmBarcodeType Pao.Reports.PmBarcodeType.Code39 = new PmBarcodeType("Code39")
static

CODE39

readonly PmBarcodeType Pao.Reports.PmBarcodeType.Code93 = new PmBarcodeType("Code93")
static

CODE93

readonly PmBarcodeType Pao.Reports.PmBarcodeType.Convi = new PmBarcodeType("コンビニバーコード")
static

コンビニバーコード

readonly PmBarcodeType Pao.Reports.PmBarcodeType.Databar14Omni = new PmBarcodeType("DATABAR_標準型")
static

GS1 Databar (RSS) 14 Omini-directional

readonly PmBarcodeType Pao.Reports.PmBarcodeType.Databar14Stacked = new PmBarcodeType("DATABAR_二層型")
static

GS1 Databar (RSS) 14 Stacked

readonly PmBarcodeType Pao.Reports.PmBarcodeType.Databar14StackedOmni = new PmBarcodeType("DATABAR_標準二層型")
static

GS1 Databar (RSS) 14 Stacked Omini-directional

readonly PmBarcodeType Pao.Reports.PmBarcodeType.DatabarExpanded = new PmBarcodeType("DATABAR_拡張型")
static

GS1 Databar (RSS) Expanded

readonly PmBarcodeType Pao.Reports.PmBarcodeType.DatabarExpandedStacked = new PmBarcodeType("DATABAR_拡張多層型")
static

GS1 Databar (RSS) Expanded Stacked

readonly PmBarcodeType Pao.Reports.PmBarcodeType.DatabarLimited = new PmBarcodeType("DATABAR_限定型")
static

GS1 Databar (RSS) Limited

readonly PmBarcodeType Pao.Reports.PmBarcodeType.DataMatrix = new PmBarcodeType("DataMatrix")
static

DataMatrix

readonly PmBarcodeType Pao.Reports.PmBarcodeType.GS1_128 = new PmBarcodeType("GS1_128")
static

GS1 128

readonly PmBarcodeType Pao.Reports.PmBarcodeType.ITF = new PmBarcodeType("ITF")
static

ITF

readonly PmBarcodeType Pao.Reports.PmBarcodeType.JAN13 = new PmBarcodeType("JAN13")
static

JAN13

readonly PmBarcodeType Pao.Reports.PmBarcodeType.JAN8 = new PmBarcodeType("JAN8")
static

JAN8

readonly PmBarcodeType Pao.Reports.PmBarcodeType.Matrix2of5 = new PmBarcodeType("Matrix2of5")
static

Matrix 2of5

readonly PmBarcodeType Pao.Reports.PmBarcodeType.NEC2of5 = new PmBarcodeType("NEC2of5")
static

NEC 2of5

readonly PmBarcodeType Pao.Reports.PmBarcodeType.NW7 = new PmBarcodeType("NW7")
static

NW7

readonly PmBarcodeType Pao.Reports.PmBarcodeType.Pdf417 = new PmBarcodeType("Pdf417")
static

PDF417

readonly PmBarcodeType Pao.Reports.PmBarcodeType.Post = new PmBarcodeType("郵便カスタマバーコード")
static

郵便カスタマバーコード

readonly PmBarcodeType Pao.Reports.PmBarcodeType.QRCode = new PmBarcodeType("QRCode")
static

QRコード

readonly PmBarcodeType Pao.Reports.PmBarcodeType.UCCEAN128 = new PmBarcodeType("UCCEAN128")
static

EAN128

readonly PmBarcodeType Pao.Reports.PmBarcodeType.UPC_A = new PmBarcodeType("UPC_A")
static

UPC-A

readonly PmBarcodeType Pao.Reports.PmBarcodeType.UPC_E = new PmBarcodeType("UPC_E")
static

UPC-B

プロパティ詳解

string Pao.Reports.PmBarcodeType.Name
get

バーコードの種類名


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