FieldType
FieldType class
Represents a type of field. This value determines which text will be set to the field portion when it will be updated.
FieldType
Name | Description |
---|---|
FieldType(String) | Initializes a new instance of FieldType class. |
Returns: FieldType
equals
Name | Description |
---|---|
equals (Object) | Checks if this field is equal to another. |
Parameters:
Name | Type | Description |
---|---|---|
obj | Object | Field to compare. |
Returns: boolean
getDateTime
Name | Description |
---|---|
getDateTime () | Current date and time in default date time format for the rendering application. Read-only FieldType. |
Returns: FieldType
getDateTime1
Name | Description |
---|---|
getDateTime1 () | Current date and time in a first predefined format (MM/DD/YYYY for english). Read-only FieldType. |
Returns: FieldType
getDateTime10
Name | Description |
---|---|
getDateTime10 () | Current date and time in a tenth predefined format (hh:mm for english). Read-only FieldType. |
Returns: FieldType
getDateTime11
Name | Description |
---|---|
getDateTime11 () | Current date and time in a eleventh predefined format (hh:mm:ss for english). Read-only FieldType. |
Returns: FieldType
getDateTime12
Name | Description |
---|---|
getDateTime12 () | Current date and time in a twelfth predefined format (hh:mm AM/PM for english). Read-only FieldType. |
Returns: FieldType
getDateTime13
Name | Description |
---|---|
getDateTime13 () | Current date and time in a thirteenth predefined format (hh:mm:ss AM/PM for english). Read-only FieldType. |
Returns: FieldType
getDateTime2
Name | Description |
---|---|
getDateTime2 () | Current date and time in a second predefined format (Day, Month DD, YYYY for english). Read-only FieldType. |
Returns: FieldType
getDateTime3
Name | Description |
---|---|
getDateTime3 () | Current date and time in a third predefined format (DD Month YYYY for english). Read-only FieldType. |
Returns: FieldType
getDateTime4
Name | Description |
---|---|
getDateTime4 () | Current date and time in a fourth predefined format (Month DD, YYYY for english). Read-only FieldType. |
Returns: FieldType
getDateTime5
Name | Description |
---|---|
getDateTime5 () | Current date and time in a fifth predefined format (DD-Mon-YY for english). Read-only FieldType. |
Returns: FieldType
getDateTime6
Name | Description |
---|---|
getDateTime6 () | Current date and time in a sixth predefined format (Month YY for english). Read-only FieldType. |
Returns: FieldType
getDateTime7
Name | Description |
---|---|
getDateTime7 () | Current date and time in a seventh predefined format (Mon-YY for english). Read-only FieldType. |
Returns: FieldType
getDateTime8
Name | Description |
---|---|
getDateTime8 () | Current date and time in a eighth predefined format (MM/DD/YYYY hh:mm AM/PM for english). Read-only FieldType. |
Returns: FieldType
getDateTime9
Name | Description |
---|---|
getDateTime9 () | Current date and time in a ninth predefined format (MM/DD/YYYY hh:mm:ss AM/PM for english). Read-only FieldType. |
Returns: FieldType
getFooter
Name | Description |
---|---|
getFooter () | Slide’s footer. Read-only FieldType. |
Returns: FieldType
getHeader
Name | Description |
---|---|
getHeader () | Slide’s header. Read-only FieldType. |
Returns: FieldType
getInternalString
Name | Description |
---|---|
getInternalString () | Returns the internal name of this FieldType object. Read/write String. |
Returns: String
getSlideNumber
Name | Description |
---|---|
getSlideNumber () | Current slide’s number. Read-only FieldType. |
Returns: FieldType
hashCode
Name | Description |
---|---|
hashCode () | Returns hashcode for this object. |
Returns: int
op_Equality
Name | Description |
---|---|
op_Equality (FieldType, FieldType) | Checks if two FieldType objects is equal. |
Parameters:
Name | Type | Description |
---|---|---|
a | FieldType | First FieldType to compare. |
b | FieldType | Second FieldType to compare. |
Returns: boolean
op_Inequality
Name | Description |
---|---|
op_Inequality (FieldType, FieldType) | Checks if two FieldType objects is inequal. |
Parameters:
Name | Type | Description |
---|---|---|
a | FieldType | First FieldType to compare. |
b | FieldType | Second FieldType to compare. |
Returns: boolean
setInternalString
Name | Description |
---|---|
setInternalString (String) | Returns the internal name of this FieldType object. Read/write String. |
Returns: void