com.aspose.slides
Class FieldTypeEx

java.lang.Object
  extended by com.aspose.slides.FieldTypeEx

public final class FieldTypeEx
extends java.lang.Object

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

FieldTypeEx

public FieldTypeEx(java.lang.String str)

Initializes a new instance of FieldTypeEx class.

Method Detail

getInternalString

public java.lang.String getInternalString()

Returns the internal name of this FieldTypeEx object. Readonly String.


equals

public boolean equals(java.lang.Object obj)

Checks if this field is equal to another.

Overrides:
equals in class java.lang.Object
Parameters:
obj - Field to compare.
Returns:
True if fields are equal.

hashCode

public int hashCode()

Returns hashcode for this object.

Overrides:
hashCode in class java.lang.Object
Returns:
Hashcode int.

op_Equality

public static boolean op_Equality(FieldTypeEx a,
                                  FieldTypeEx b)

Checks if two FieldTypeEx objects is equal.

Parameters:
a - First FieldTypeEx to compare.
b - Second FieldTypeEx to compare.
Returns:
True if FieldTypeEx objects are equal.

op_Inequality

public static boolean op_Inequality(FieldTypeEx a,
                                    FieldTypeEx b)

Checks if two FieldTypeEx objects is inequal.

Parameters:
a - First FieldTypeEx to compare.
b - Second FieldTypeEx to compare.
Returns:
True if FieldTypeEx objects aren't equal.

getSlideNumber

public static FieldTypeEx getSlideNumber()

Current slide's number.


getDateTime

public static FieldTypeEx getDateTime()

Current date and time in default date time format for the rendering application.


getDateTime1

public static FieldTypeEx getDateTime1()

Current date and time in a first predefined format (MM/DD/YYYY for english).


getDateTime2

public static FieldTypeEx getDateTime2()

Current date and time in a second predefined format (Day, Month DD, YYYY for english).


getDateTime3

public static FieldTypeEx getDateTime3()

Current date and time in a third predefined format (DD Month YYYY for english).


getDateTime4

public static FieldTypeEx getDateTime4()

Current date and time in a fourth predefined format (Month DD, YYYY for english).


getDateTime5

public static FieldTypeEx getDateTime5()

Current date and time in a fifth predefined format (DD-Mon-YY for english).


getDateTime6

public static FieldTypeEx getDateTime6()

Current date and time in a sixth predefined format (Month YY for english).


getDateTime7

public static FieldTypeEx getDateTime7()

Current date and time in a seventh predefined format (Mon-YY for english).


getDateTime8

public static FieldTypeEx getDateTime8()

Current date and time in a eighth predefined format (MM/DD/YYYY hh:mm AM/PM for english).


getDateTime9

public static FieldTypeEx getDateTime9()

Current date and time in a ninth predefined format (MM/DD/YYYY hh:mm:ss AM/PM for english).


getDateTime10

public static FieldTypeEx getDateTime10()

Current date and time in a tenth predefined format (hh:mm for english).


getDateTime11

public static FieldTypeEx getDateTime11()

Current date and time in a eleventh predefined format (hh:mm:ss for english).


getDateTime12

public static FieldTypeEx getDateTime12()

Current date and time in a twelfth predefined format (hh:mm AM/PM for english)


getDateTime13

public static FieldTypeEx getDateTime13()

Current date and time in a thirteenth predefined format (hh:mm:ss AM/PM for english)