Class StringParameterInit
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
すべての文字列パラメータ初期化子のための基底クラス。
public abstract class StringParameterInit : ParameterInit, IPrintTicketItem, IPrintTicketElementChild
継承
object ← PrintTicketElement ← ParameterInit ← StringParameterInit
派生
DocumentBannerSheetSource, DocumentCoverBackSource, DocumentCoverFrontSource, DocumentImpositionColor, DocumentPageRanges, JobComment, JobErrorSheetSource, JobPrimaryBannerSheetSource, JobPrimaryCoverBackSource, JobPrimaryCoverFrontSource, PageBlendColorSpaceICCProfileURI, PageDestinationColorProfileEmbedded, PageDestinationColorProfileURI, PageDeviceColorSpaceProfileURI, PageSourceColorProfileEmbedded, PageSourceColorProfileURI, PageWatermarkTextColor, PageWatermarkTextText
実装
IPrintTicketItem, IPrintTicketElementChild
継承メンバー
PrintTicketElement.Name, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
コンストラクター
StringParameterInit(string, string)
新しいインスタンスを作成します。
public StringParameterInit(string name, string value)
パラメーター
name
string
パラメーター名。
value
string
パラメーター値。
プロパティ
MaxLength
文字列値の場合、許可される最長の文字列を定義します。
public virtual int MaxLength { get; }
プロパティ値
MinLength
文字列値の場合、許可される最短の文字列を定義します。
public virtual int MinLength { get; }