PageScaling.ScaleOffsetAlignmentOption
Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicketElement, com.aspose.xps.metadata.CompositePrintTicketElement, com.aspose.xps.metadata.Option
public static final class PageScaling.ScaleOffsetAlignmentOption extends Option
يصف خيارات ميزات ScaleOffsetAlignment. يحدد محاذاة المحتوى المُقاس.
الحقول
| حقل | الوصف |
|---|---|
| BottomCenter | يحدد أن يتم محاذاة التحجيم إلى مركز الحافة السفلية للوسائط. |
| BottomLeft | يحدد أن يتم محاذاة التحجيم في الزاوية السفلية اليسرى للوسائط. |
| BottomRight | يحدد أن يتم محاذاة التحجيم في الزاوية السفلية اليمنى للوسائط. |
| Center | يحدد أن يتم توسيط التحجيم على الوسائط. |
| LeftCenter | يحدد أن يتم محاذاة التحجيم في مركز الحافة اليسرى للوسائط. |
| RightCenter | يحدد أن يتم محاذاة التحجيم في مركز الحافة اليمنى للوسائط. |
| TopCenter | يحدد أن يتم محاذاة التحجيم في مركز الحافة العلوية للوسائط. |
| TopLeft | يحدد أن يتم محاذاة التحجيم في الزاوية العلوية اليسرى للوسائط. |
| TopRight | يحدد أن يتم محاذاة التحجيم في الزاوية العلوية اليمنى للوسائط. |
الطرق
| طريقة | الوصف |
|---|---|
| add(IOptionItem[] items) | يضيف قائمة من العناصر إلى نهاية قائمة العناصر لهذا الخيار. |
| equals(Object arg0) | |
| getClass() | |
| getName() | يحصل على اسم العنصر. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
BottomCenter
public static PageScaling.ScaleOffsetAlignmentOption BottomCenter
يحدد أن يتم محاذاة التحجيم إلى مركز الحافة السفلية للوسائط.
BottomLeft
public static PageScaling.ScaleOffsetAlignmentOption BottomLeft
يحدد أن يتم محاذاة التحجيم في الزاوية السفلية اليسرى للوسائط.
BottomRight
public static PageScaling.ScaleOffsetAlignmentOption BottomRight
يحدد أن يتم محاذاة التحجيم في الزاوية السفلية اليمنى للوسائط.
Center
public static PageScaling.ScaleOffsetAlignmentOption Center
يحدد أن يتم توسيط التحجيم على الوسائط.
LeftCenter
public static PageScaling.ScaleOffsetAlignmentOption LeftCenter
يحدد أن يتم محاذاة التحجيم في مركز الحافة اليسرى للوسائط.
RightCenter
public static PageScaling.ScaleOffsetAlignmentOption RightCenter
يحدد أن يتم محاذاة التحجيم في مركز الحافة اليمنى للوسائط.
TopCenter
public static PageScaling.ScaleOffsetAlignmentOption TopCenter
يحدد أن يتم محاذاة التحجيم في مركز الحافة العلوية للوسائط.
TopLeft
public static PageScaling.ScaleOffsetAlignmentOption TopLeft
يحدد أن يتم محاذاة التحجيم في الزاوية العلوية اليسرى للوسائط.
TopRight
public static PageScaling.ScaleOffsetAlignmentOption TopRight
يحدد أن يتم محاذاة التحجيم في الزاوية العلوية اليمنى للوسائط.
add(IOptionItem[] items)
public void add(IOptionItem[] items)
يضيف قائمة من العناصر إلى نهاية قائمة العناصر لهذا الخيار. يجب أن يكون كل عنصر إما ScoredProperty أو Property مثيل.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| items | IOptionItem[] | قائمة العناصر للإضافة. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getName()
public String getName()
يحصل على اسم العنصر.
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:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | long | |
| arg1 | int |