|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.FieldTypeEx
public final class FieldTypeEx
Represents a type of field. This value determines which text will be set to the field portion when it will be updated.
Constructor Summary | |
---|---|
FieldTypeEx(java.lang.String str)
Initializes a new instance of FieldTypeEx class. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Checks if this field is equal to another. |
static FieldTypeEx |
getDateTime()
Current date and time in default date time format for the rendering application. |
static FieldTypeEx |
getDateTime1()
Current date and time in a first predefined format (MM/DD/YYYY for english). |
static FieldTypeEx |
getDateTime10()
Current date and time in a tenth predefined format (hh:mm for english). |
static FieldTypeEx |
getDateTime11()
Current date and time in a eleventh predefined format (hh:mm:ss for english). |
static FieldTypeEx |
getDateTime12()
Current date and time in a twelfth predefined format (hh:mm AM/PM for english) |
static FieldTypeEx |
getDateTime13()
Current date and time in a thirteenth predefined format (hh:mm:ss AM/PM for english) |
static FieldTypeEx |
getDateTime2()
Current date and time in a second predefined format (Day, Month DD, YYYY for english). |
static FieldTypeEx |
getDateTime3()
Current date and time in a third predefined format (DD Month YYYY for english). |
static FieldTypeEx |
getDateTime4()
Current date and time in a fourth predefined format (Month DD, YYYY for english). |
static FieldTypeEx |
getDateTime5()
Current date and time in a fifth predefined format (DD-Mon-YY for english). |
static FieldTypeEx |
getDateTime6()
Current date and time in a sixth predefined format (Month YY for english). |
static FieldTypeEx |
getDateTime7()
Current date and time in a seventh predefined format (Mon-YY for english). |
static FieldTypeEx |
getDateTime8()
Current date and time in a eighth predefined format (MM/DD/YYYY hh:mm AM/PM for english). |
static FieldTypeEx |
getDateTime9()
Current date and time in a ninth predefined format (MM/DD/YYYY hh:mm:ss AM/PM for english). |
java.lang.String |
getInternalString()
Returns the internal name of this FieldTypeEx object. |
static FieldTypeEx |
getSlideNumber()
Current slide's number. |
int |
hashCode()
Returns hashcode for this object. |
static boolean |
op_Equality(FieldTypeEx a,
FieldTypeEx b)
Checks if two FieldTypeEx objects is equal. |
static boolean |
op_Inequality(FieldTypeEx a,
FieldTypeEx b)
Checks if two FieldTypeEx objects is inequal. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FieldTypeEx(java.lang.String str)
Initializes a new instance of FieldTypeEx class.
Method Detail |
---|
public java.lang.String getInternalString()
Returns the internal name of this FieldTypeEx object.
Readonly String
.
public boolean equals(java.lang.Object obj)
Checks if this field is equal to another.
equals
in class java.lang.Object
obj
- Field to compare.
public int hashCode()
Returns hashcode for this object.
hashCode
in class java.lang.Object
int
.public static boolean op_Equality(FieldTypeEx a, FieldTypeEx b)
Checks if two FieldTypeEx objects is equal.
a
- First FieldTypeEx to compare.b
- Second FieldTypeEx to compare.
public static boolean op_Inequality(FieldTypeEx a, FieldTypeEx b)
Checks if two FieldTypeEx objects is inequal.
a
- First FieldTypeEx to compare.b
- Second FieldTypeEx to compare.
public static FieldTypeEx getSlideNumber()
Current slide's number.
public static FieldTypeEx getDateTime()
Current date and time in default date time format for the rendering application.
public static FieldTypeEx getDateTime1()
Current date and time in a first predefined format (MM/DD/YYYY for english).
public static FieldTypeEx getDateTime2()
Current date and time in a second predefined format (Day, Month DD, YYYY for english).
public static FieldTypeEx getDateTime3()
Current date and time in a third predefined format (DD Month YYYY for english).
public static FieldTypeEx getDateTime4()
Current date and time in a fourth predefined format (Month DD, YYYY for english).
public static FieldTypeEx getDateTime5()
Current date and time in a fifth predefined format (DD-Mon-YY for english).
public static FieldTypeEx getDateTime6()
Current date and time in a sixth predefined format (Month YY for english).
public static FieldTypeEx getDateTime7()
Current date and time in a seventh predefined format (Mon-YY for english).
public static FieldTypeEx getDateTime8()
Current date and time in a eighth predefined format (MM/DD/YYYY hh:mm AM/PM for english).
public static FieldTypeEx getDateTime9()
Current date and time in a ninth predefined format (MM/DD/YYYY hh:mm:ss AM/PM for english).
public static FieldTypeEx getDateTime10()
Current date and time in a tenth predefined format (hh:mm for english).
public static FieldTypeEx getDateTime11()
Current date and time in a eleventh predefined format (hh:mm:ss for english).
public static FieldTypeEx getDateTime12()
Current date and time in a twelfth predefined format (hh:mm AM/PM for english)
public static FieldTypeEx getDateTime13()
Current date and time in a thirteenth predefined format (hh:mm:ss AM/PM for english)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |