NUp.PresentationDirection.PresentationDirectionOption

Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicketElement, com.aspose.xps.metadata.CompositePrintTicketElement, com.aspose.xps.metadata.Option

public static final class NUp.PresentationDirection.PresentationDirectionOption extends Option

Décrit les options de la fonctionnalité PresentationDirection.

Champs

ChampDescription
BottomLeftSpécifie de haut en bas, de droite à gauche.
BottomRightSpécifie de haut en bas, de gauche à droite.
LeftBottomSpécifie de droite à gauche, de haut en bas.
LeftTopSpécifie de droite à gauche, de bas en haut.
RightBottomSpécifie de gauche à droite, de haut en bas.
RightTopSpécifie de gauche à droite, de bas en haut.
TopLeftSpécifie de bas en haut, de droite à gauche.
TopRightSpécifie de bas en haut, de gauche à droite.

Méthodes

MéthodeDescription
add(IOptionItem[] items)Ajoute une liste d’éléments à la fin de la liste d’éléments de cette option.
equals(Object arg0)
getClass()
getName()Obtient le nom de l’élément.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BottomLeft

public static NUp.PresentationDirection.PresentationDirectionOption BottomLeft

Spécifie de haut en bas, de droite à gauche.

BottomRight

public static NUp.PresentationDirection.PresentationDirectionOption BottomRight

Spécifie de haut en bas, de gauche à droite.

LeftBottom

public static NUp.PresentationDirection.PresentationDirectionOption LeftBottom

Spécifie de droite à gauche, de haut en bas.

LeftTop

public static NUp.PresentationDirection.PresentationDirectionOption LeftTop

Spécifie de droite à gauche, de bas en haut.

RightBottom

public static NUp.PresentationDirection.PresentationDirectionOption RightBottom

Spécifie de gauche à droite, de haut en bas.

RightTop

public static NUp.PresentationDirection.PresentationDirectionOption RightTop

Spécifie de gauche à droite, de bas en haut.

TopLeft

public static NUp.PresentationDirection.PresentationDirectionOption TopLeft

Spécifie de bas en haut, de droite à gauche.

TopRight

public static NUp.PresentationDirection.PresentationDirectionOption TopRight

Spécifie de bas en haut, de gauche à droite.

add(IOptionItem[] items)

public void add(IOptionItem[] items)

Ajoute une liste d’éléments à la fin de la liste d’éléments de cette option. Chaque élément doit être une instance de ScoredProperty ou de Property .

Parameters:

ParamètreTypeDescription
itemsIOptionItem[]Liste des éléments à ajouter.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParamètreTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getName()

public String getName()

Obtient le nom de l’élément.

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParamètreTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParamètreTypeDescription
arg0long
arg1int