Class StringParameterInit

Class StringParameterInit

Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)

모든 문자열 매개변수 초기화기의 기본 클래스입니다.

public abstract class StringParameterInit : ParameterInit, IPrintTicketItem, IPrintTicketElementChild

상속

objectPrintTicketElementParameterInitStringParameterInit

파생 클래스

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; }

속성 값

int

MinLength

문자열 값의 경우, 허용되는 가장 짧은 문자열을 정의합니다.

public virtual int MinLength { get; }

속성 값

int

 한국어