Class Staple.StapleOption

Class Staple.StapleOption

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

Popisuje možnosti funkcí Aspose.Page.XPS.XpsMetadata.JobStapleAllDocuments a Aspose.Page.XPS.XpsMetadata.DocumentStaple.

public sealed class Staple.StapleOption : Option, IFeatureItem, IPrintTicketElementChild

Dědění

objectPrintTicketElementCompositePrintTicketElementOptionStaple.StapleOption

Implementuje

IFeatureItem, IPrintTicketElementChild

Děděné členy

Option.Add(params IOptionItem[]), PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Konstruktor

StapleOption(string, params IStapleOptionItem[])

Vytváří novou instanci.

public StapleOption(string optionName, params Staple.IStapleOptionItem[] items)

Parametry

optionName string

Název možnosti.

items Staple.IStapleOptionItem[]

Libovolné pole instancí Aspose.Page.XPS.XpsMetadata.Staple.IStapleOptionItem.

Pole

None

Specifikuje žádné sešívání.

public static readonly Staple.StapleOption None

Hodnota pole

Staple.StapleOption

SaddleStitch

Specifikuje sešívání hřebíkem.

public static readonly Staple.StapleOption SaddleStitch

Hodnota pole

Staple.StapleOption

StapleBottomLeft

Specifikuje jedno sešívání v levém dolním rohu.

public static readonly Staple.StapleOption StapleBottomLeft

Hodnota pole

Staple.StapleOption

StapleBottomRight

Specifikuje jedno sešívání v pravém dolním rohu.

public static readonly Staple.StapleOption StapleBottomRight

Hodnota pole

Staple.StapleOption

StapleDualBottom

Specifikuje dvě sešívání podél dolního okraje.

public static readonly Staple.StapleOption StapleDualBottom

Hodnota pole

Staple.StapleOption

StapleDualLeft

Specifikuje dvě sešívání podél levého okraje.

public static readonly Staple.StapleOption StapleDualLeft

Hodnota pole

Staple.StapleOption

StapleDualRight

Specifikuje dvě sešívání podél pravého okraje.

public static readonly Staple.StapleOption StapleDualRight

Hodnota pole

Staple.StapleOption

StapleDualTop

Specifikuje dvě sešívání podél horního okraje.

public static readonly Staple.StapleOption StapleDualTop

Hodnota pole

Staple.StapleOption

StapleTopLeft

Specifikuje jedno sešívání v levém horním rohu.

public static readonly Staple.StapleOption StapleTopLeft

Hodnota pole

Staple.StapleOption

StapleTopRight

Specifikuje jedno sešívání v pravém horním rohu.

public static readonly Staple.StapleOption StapleTopRight

Hodnota pole

Staple.StapleOption

Metody

Add(params IStapleOptionItem[])

Přidá pole instancí Aspose.Page.XPS.XpsMetadata.Staple.IStapleOptionItem k funkci.

public Staple.StapleOption Add(params Staple.IStapleOptionItem[] items)

Parametry

items Staple.IStapleOptionItem[]

Libovolné pole instancí Aspose.Page.XPS.XpsMetadata.Staple.IStapleOptionItem.

Vrací

Staple.StapleOption

Tato instance možnosti.

SetAngle(int)

Nastaví hodnotu vlastnosti Angle.

public Staple.StapleOption SetAngle(int angle)

Parametry

angle int

Hodnota vlastnosti Angle.

Vrací

Staple.StapleOption

Tato instance možnosti.

SetSheetCapacity(int)

Nastaví hodnotu vlastnosti SheetCapacity.

public Staple.StapleOption SetSheetCapacity(int sheetCapacity)

Parametry

sheetCapacity int

Hodnota vlastnosti SheetCapacity.

Vrací

Staple.StapleOption

Tato instance možnosti.

 Čeština