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.

public sealed class FieldType : IFieldType

Constructors

NameDescription
FieldType(string)Initializes a new instance of FieldType class.

Properties

NameDescription
static DateTime { get; }Current date and time in default date time format for the rendering application. Read-only FieldType.
static DateTime1 { get; }Current date and time in a first predefined format (MM/DD/YYYY for english). Read-only FieldType.
static DateTime10 { get; }Current date and time in a tenth predefined format (hh:mm for english). Read-only FieldType.
static DateTime11 { get; }Current date and time in a eleventh predefined format (hh:mm:ss for english). Read-only FieldType.
static DateTime12 { get; }Current date and time in a twelfth predefined format (hh:mm AM/PM for english). Read-only FieldType.
static DateTime13 { get; }Current date and time in a thirteenth predefined format (hh:mm:ss AM/PM for english). Read-only FieldType.
static DateTime2 { get; }Current date and time in a second predefined format (Day, Month DD, YYYY for english). Read-only FieldType.
static DateTime3 { get; }Current date and time in a third predefined format (DD Month YYYY for english). Read-only FieldType.
static DateTime4 { get; }Current date and time in a fourth predefined format (Month DD, YYYY for english). Read-only FieldType.
static DateTime5 { get; }Current date and time in a fifth predefined format (DD-Mon-YY for english). Read-only FieldType.
static DateTime6 { get; }Current date and time in a sixth predefined format (Month YY for english). Read-only FieldType.
static DateTime7 { get; }Current date and time in a seventh predefined format (Mon-YY for english). Read-only FieldType.
static DateTime8 { get; }Current date and time in a eighth predefined format (MM/DD/YYYY hh:mm AM/PM for english). Read-only FieldType.
static DateTime9 { get; }Current date and time in a ninth predefined format (MM/DD/YYYY hh:mm:ss AM/PM for english). Read-only FieldType.
static Footer { get; }Slide’s footer. Read-only FieldType.
static Header { get; }Slide’s header. Read-only FieldType.
static SlideNumber { get; }Current slide’s number. Read-only FieldType.
InternalString { get; set; }Returns the internal name of this FieldType object. Read/write String.

Methods

NameDescription
override Equals(object)Checks if this field is equal to another.
override GetHashCode()Returns hashcode for this object.
operator ==Checks if two FieldType objects is equal.
operator !=Checks if two FieldType objects is inequal.

See Also