Click or drag to resize

Field Class

Represents a field.
Inheritance Hierarchy
System Object
Spire.Presentation PptObject
Spire.Presentation Field

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public sealed class Field : PptObject

The Field type exposes the following members.

Properties
Name Description
Public property Parent
Reference to Parent object. Read-only.
(Inherited from PptObject .)
Public property Type
Gets or sets type of field. Read/write FieldType .
Top
Methods
Name Description
Public method Dispose
Dispose object and free resources.
(Inherited from PptObject .)
Public method Equals (Overrides Object Equals(Object) .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also