BeforeSavingEventArgs
Inheritance: java.lang.Object
public class BeforeSavingEventArgs<T>
يحدد الفئة الأساسية للمعاملات الخاصة بمختلف أحداث الحفظ المسبق.
الطرق
| طريقة | الوصف |
|---|---|
| equals(Object arg0) | |
| getAbsolutePageNumber() | يعيد رقم الصفحة المطلق الحالي عبر جميع المستندات داخل حزمة XPS. |
| getClass() | |
| getDocumentNumber() | يعيد رقم المستند الحالي داخل حزمة XPS. |
| getElementAPI() | يعيد واجهة برمجة تطبيقات التعديل للعنصر الذي على وشك الحفظ. |
| getOutputPageNumber() | يعيد رقم الإخراج الحالي. |
| getRelativePageNumber() | يعيد رقم الصفحة الحالي بالنسبة إلى المستند الحالي داخل حزمة XPS. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getAbsolutePageNumber()
public int getAbsolutePageNumber()
يعيد رقم الصفحة المطلق الحالي عبر جميع المستندات داخل حزمة XPS.
Returns: int - رقم الصفحة المطلق الحالي عبر جميع المستندات داخل حزمة XPS.
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDocumentNumber()
public int getDocumentNumber()
يعيد رقم المستند الحالي داخل حزمة XPS.
Returns: int - رقم المستند الحالي داخل حزمة XPS.
getElementAPI()
public T getElementAPI()
يعيد واجهة برمجة تطبيقات التعديل للعنصر الذي على وشك الحفظ.
Returns: T - واجهة برمجة تطبيقات التعديل للعنصر الذي على وشك الحفظ.
getOutputPageNumber()
public int getOutputPageNumber()
يعيد رقم الإخراج الحالي. يختلف عن AbsolutePageNumber إذا تم تحديد خيار الحفظ PageNumbers.
Returns: int - رقم الإخراج الحالي.
getRelativePageNumber()
public int getRelativePageNumber()
يعيد رقم الصفحة الحالي بالنسبة إلى المستند الحالي داخل حزمة XPS.
Returns: int - رقم الصفحة الحالي بالنسبة إلى المستند الحالي داخل حزمة XPS.
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 |