ホーム › Graphics.Printing › EXpsFontRestriction
EXpsFontRestriction
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| Xps_Restricted_Font_Installable | 0 | 0x0 |
| Xps_Restricted_Font_NoEmbedding | 2 | 0x2 |
| Xps_Restricted_Font_PreviewPrint | 4 | 0x4 |
| Xps_Restricted_Font_Editable | 8 | 0x8 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum EXpsFontRestriction : int {
Xps_Restricted_Font_Installable = 0,
Xps_Restricted_Font_NoEmbedding = 2,
Xps_Restricted_Font_PreviewPrint = 4,
Xps_Restricted_Font_Editable = 8
} EXpsFontRestriction;public enum EXpsFontRestriction : int
{
Xps_Restricted_Font_Installable = 0,
Xps_Restricted_Font_NoEmbedding = 2,
Xps_Restricted_Font_PreviewPrint = 4,
Xps_Restricted_Font_Editable = 8,
}Public Enum EXpsFontRestriction As Integer
Xps_Restricted_Font_Installable = 0
Xps_Restricted_Font_NoEmbedding = 2
Xps_Restricted_Font_PreviewPrint = 4
Xps_Restricted_Font_Editable = 8
End Enumimport enum
class EXpsFontRestriction(enum.IntEnum):
Xps_Restricted_Font_Installable = 0
Xps_Restricted_Font_NoEmbedding = 2
Xps_Restricted_Font_PreviewPrint = 4
Xps_Restricted_Font_Editable = 8// EXpsFontRestriction
pub const Xps_Restricted_Font_Installable: i32 = 0;
pub const Xps_Restricted_Font_NoEmbedding: i32 = 2;
pub const Xps_Restricted_Font_PreviewPrint: i32 = 4;
pub const Xps_Restricted_Font_Editable: i32 = 8;// EXpsFontRestriction
const (
Xps_Restricted_Font_Installable int32 = 0
Xps_Restricted_Font_NoEmbedding int32 = 2
Xps_Restricted_Font_PreviewPrint int32 = 4
Xps_Restricted_Font_Editable int32 = 8
)const
Xps_Restricted_Font_Installable = 0;
Xps_Restricted_Font_NoEmbedding = 2;
Xps_Restricted_Font_PreviewPrint = 4;
Xps_Restricted_Font_Editable = 8;// EXpsFontRestriction
pub const Xps_Restricted_Font_Installable: i32 = 0;
pub const Xps_Restricted_Font_NoEmbedding: i32 = 2;
pub const Xps_Restricted_Font_PreviewPrint: i32 = 4;
pub const Xps_Restricted_Font_Editable: i32 = 8;const
Xps_Restricted_Font_Installable* = 0
Xps_Restricted_Font_NoEmbedding* = 2
Xps_Restricted_Font_PreviewPrint* = 4
Xps_Restricted_Font_Editable* = 8enum EXpsFontRestriction : int {
Xps_Restricted_Font_Installable = 0,
Xps_Restricted_Font_NoEmbedding = 2,
Xps_Restricted_Font_PreviewPrint = 4,
Xps_Restricted_Font_Editable = 8,
}#define global Xps_Restricted_Font_Installable 0x0
#define global Xps_Restricted_Font_NoEmbedding 0x2
#define global Xps_Restricted_Font_PreviewPrint 0x4
#define global Xps_Restricted_Font_Editable 0x8