FieldType Class

Represents a type of field. This value determines which text will be set to the field portion when it will be updated.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesFieldType

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public sealed class FieldType : IFieldType

The FieldType type exposes the following members.

Constructors
  NameDescription
Public methodFieldType
Initializes a new instance of FieldType class.
Properties
  NameDescription
Public propertyStatic memberDateTime
Current date and time in default date time format for the rendering application. Read-only FieldType.
Public propertyStatic memberDateTime1
Current date and time in a first predefined format (MM/DD/YYYY for english). Read-only FieldType.
Public propertyStatic memberDateTime10
Current date and time in a tenth predefined format (hh:mm for english). Read-only FieldType.
Public propertyStatic memberDateTime11
Current date and time in a eleventh predefined format (hh:mm:ss for english). Read-only FieldType.
Public propertyStatic memberDateTime12
Current date and time in a twelfth predefined format (hh:mm AM/PM for english). Read-only FieldType.
Public propertyStatic memberDateTime13
Current date and time in a thirteenth predefined format (hh:mm:ss AM/PM for english). Read-only FieldType.
Public propertyStatic memberDateTime2
Current date and time in a second predefined format (Day, Month DD, YYYY for english). Read-only FieldType.
Public propertyStatic memberDateTime3
Current date and time in a third predefined format (DD Month YYYY for english). Read-only FieldType.
Public propertyStatic memberDateTime4
Current date and time in a fourth predefined format (Month DD, YYYY for english). Read-only FieldType.
Public propertyStatic memberDateTime5
Current date and time in a fifth predefined format (DD-Mon-YY for english). Read-only FieldType.
Public propertyStatic memberDateTime6
Current date and time in a sixth predefined format (Month YY for english). Read-only FieldType.
Public propertyStatic memberDateTime7
Current date and time in a seventh predefined format (Mon-YY for english). Read-only FieldType.
Public propertyStatic memberDateTime8
Current date and time in a eighth predefined format (MM/DD/YYYY hh:mm AM/PM for english). Read-only FieldType.
Public propertyStatic memberDateTime9
Current date and time in a ninth predefined format (MM/DD/YYYY hh:mm:ss AM/PM for english). Read-only FieldType.
Public propertyStatic memberFooter
Slide's footer. Read-only FieldType.
Public propertyStatic memberHeader
Slide's header. Read-only FieldType.
Public propertyInternalString
Returns the internal name of this FieldType object. Read/write String.
Public propertyStatic memberSlideNumber
Current slide's number. Read-only FieldType.
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Checks if two FieldType objects is equal.
Public operatorStatic memberInequality
Checks if two FieldType objects is inequal.
See Also