Class JobDeviceLanguage.JobDeviceLanguageOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
描述了 Aspose.Page.XPS.XpsMetadata.JobDeviceLanguage 特性选项。
public sealed class JobDeviceLanguage.JobDeviceLanguageOption : Option, IFeatureItem, IPrintTicketElementChild
继承
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← JobDeviceLanguage.JobDeviceLanguageOption
实现
IFeatureItem, IPrintTicketElementChild
继承成员
Option.Add(params IOptionItem[]), PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
构造函数
JobDeviceLanguageOption(string, params IJobDeviceLanguageOptionItem[])
创建一个新实例。
public JobDeviceLanguageOption(string name, params JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)
参数
name
string
选项名称。
items
JobDeviceLanguage.IJobDeviceLanguageOptionItem[]
Aspose.Page.XPS.XpsMetadata.JobDeviceLanguage.IJobDeviceLanguageOptionItem 实例的任意数组。
JobDeviceLanguageOption(JobDeviceLanguageOption)
克隆此选项实例。
public JobDeviceLanguageOption(JobDeviceLanguage.JobDeviceLanguageOption option)
参数
option
JobDeviceLanguage.JobDeviceLanguageOption
要克隆的实例。
字段
ART
指定的设备语言是 ART。
public static readonly JobDeviceLanguage.JobDeviceLanguageOption ART
字段值
JobDeviceLanguage.JobDeviceLanguageOption
ASCII
指定的设备语言是 ASCII。
public static readonly JobDeviceLanguage.JobDeviceLanguageOption ASCII
字段值
JobDeviceLanguage.JobDeviceLanguageOption
CaPSL
指定的设备语言是 CaPSL。
public static readonly JobDeviceLanguage.JobDeviceLanguageOption CaPSL
字段值
JobDeviceLanguage.JobDeviceLanguageOption
ESCP2
指定的设备语言是 ESC/P2。
public static readonly JobDeviceLanguage.JobDeviceLanguageOption ESCP2
字段值
JobDeviceLanguage.JobDeviceLanguageOption
ESCPage
指定的设备语言是 ESC/Page。
public static readonly JobDeviceLanguage.JobDeviceLanguageOption ESCPage
字段值
JobDeviceLanguage.JobDeviceLanguageOption
HPGL2
指定的设备语言是 HP-GL/2。
public static readonly JobDeviceLanguage.JobDeviceLanguageOption HPGL2
字段值
JobDeviceLanguage.JobDeviceLanguageOption
KPDL
指定的设备语言是 KPDL。
public static readonly JobDeviceLanguage.JobDeviceLanguageOption KPDL
字段值
JobDeviceLanguage.JobDeviceLanguageOption
KS
指定的设备语言是 KS。
public static readonly JobDeviceLanguage.JobDeviceLanguageOption KS
字段值
JobDeviceLanguage.JobDeviceLanguageOption
KSSM
指定的设备语言是 KSSM。
public static readonly JobDeviceLanguage.JobDeviceLanguageOption KSSM
字段值
JobDeviceLanguage.JobDeviceLanguageOption
PCL
指定的设备语言是 PCL。
public static readonly JobDeviceLanguage.JobDeviceLanguageOption PCL
字段值
JobDeviceLanguage.JobDeviceLanguageOption
PCL5c
指定的设备语言是 PCL5c。
public static readonly JobDeviceLanguage.JobDeviceLanguageOption PCL5c
字段值
JobDeviceLanguage.JobDeviceLanguageOption
PCL5e
指定的设备语言是 PCL5e。
public static readonly JobDeviceLanguage.JobDeviceLanguageOption PCL5e
字段值
JobDeviceLanguage.JobDeviceLanguageOption
PCLXL
指定的设备语言是 PCL-XL。
public static readonly JobDeviceLanguage.JobDeviceLanguageOption PCLXL
字段值
JobDeviceLanguage.JobDeviceLanguageOption
PPDS
指定的设备语言是 PPDS。
public static readonly JobDeviceLanguage.JobDeviceLanguageOption PPDS
字段值
JobDeviceLanguage.JobDeviceLanguageOption
PostScript
指定的设备语言是 PostScript。
public static readonly JobDeviceLanguage.JobDeviceLanguageOption PostScript
字段值
JobDeviceLanguage.JobDeviceLanguageOption
RPDL
指定的设备语言是 RPDL。
public static readonly JobDeviceLanguage.JobDeviceLanguageOption RPDL
字段值
JobDeviceLanguage.JobDeviceLanguageOption
RTL
指定的设备语言是 RTL。
public static readonly JobDeviceLanguage.JobDeviceLanguageOption RTL
字段值
JobDeviceLanguage.JobDeviceLanguageOption
XPS
指定的设备语言是 XPS。
public static readonly JobDeviceLanguage.JobDeviceLanguageOption XPS
字段值
JobDeviceLanguage.JobDeviceLanguageOption
_201PL
指定的设备语言是 PC-PR201。
public static readonly JobDeviceLanguage.JobDeviceLanguageOption _201PL
字段值
JobDeviceLanguage.JobDeviceLanguageOption
方法
Add(params IJobDeviceLanguageOptionItem[])
将 Aspose.Page.XPS.XpsMetadata.JobDeviceLanguage.IJobDeviceLanguageOptionItem 实例列表添加到选项中。
public JobDeviceLanguage.JobDeviceLanguageOption Add(params JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)
参数
items
JobDeviceLanguage.IJobDeviceLanguageOptionItem[]
Aspose.Page.XPS.XpsMetadata.JobDeviceLanguage.IJobDeviceLanguageOptionItem 实例的任意数组。
返回
JobDeviceLanguage.JobDeviceLanguageOption
此选项实例。
Clone()
克隆此选项实例。克隆构造函数的快捷方式。
public JobDeviceLanguage.JobDeviceLanguageOption Clone()
返回
JobDeviceLanguage.JobDeviceLanguageOption
此选项实例的克隆。
SetLanguageEncoding(string)
设置 LanguageEncoding
得分属性值。
public JobDeviceLanguage.JobDeviceLanguageOption SetLanguageEncoding(string languageEncoding)
参数
languageEncoding
string
LanguageEncoding
得分属性值。
返回
JobDeviceLanguage.JobDeviceLanguageOption
此选项实例。
SetLanguageLevel(string)
设置 LanguageLevel
得分属性值。
public JobDeviceLanguage.JobDeviceLanguageOption SetLanguageLevel(string languageLevel)
参数
languageLevel
string
LanguageLevel
得分属性值。
返回
JobDeviceLanguage.JobDeviceLanguageOption
此选项实例。
SetLanguageVersion(string)
设置 LanguageVersion
得分属性值。
public JobDeviceLanguage.JobDeviceLanguageOption SetLanguageVersion(string languageVersion)
参数
languageVersion
string
LanguageVersion
得分属性值。
返回
JobDeviceLanguage.JobDeviceLanguageOption
此选项实例。