Click or drag to resize

XlsDocumentProperty Class

Summary description for DocumentProperty.
Inheritance Hierarchy
System Object
Spire.Xls XlsDocumentProperty

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public class XlsDocumentProperty : IDocumentProperty, 
	ICloneable

The XlsDocumentProperty type exposes the following members.

Constructors
Name Description
Public method XlsDocumentProperty(String, Object)
Initializes new instance of the class.
Public method XlsDocumentProperty(BuiltInPropertyType, Object)
Initializes new instance of the class.
Public method XlsDocumentProperty(IPropertyData, Boolean)
Initialezes new instance of the document property.
Top
Properties
Name Description
Public property Blob
Gets / sets Blob value.
Public property Boolean
Gets / sets boolean value.
Public property DateTime
Gets / sets DateTime value.
Public property Double
Gets / sets double value.
Public property Int32
Gets / sets 4-bytes signed integer value.
Public property Integer
Gets / sets integer value.
Public property InternalName
Gets the internal name of the object.
Public property IsBuiltIn
Indicates whether property is built-in. Read-only.
Public property LinkSource
Returns or sets the source of a linked custom document property. Read/write String.
Public property LinkToContent
True if the value of the custom document property is linked to the content of the container document. False if the value is static. Read/write Boolean.
Public property Name
Returns property name. Read-only.
Public property ObjectArray
Gets / sets array of objects. Supported object types are string and Int32.
Public property PropertyId
Returns / sets property id for built-in properties.
Public property PropertyType
Gets / sets document property type.
Public property StringArray
Gets / sets array of strings.
Public property Text
Gets / sets string value.
Public property TimeSpan
Gets / sets TimeSpan value.
Public property Value
Gets / sets property value.
Top
Methods
Name Description
Public method Clone
Creates a new object that is a copy of the current instance.
Public method Static member CorrectIndex
Converts propertyId into correct index.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Public method FillPropVariant
Copies document property data into PropVariant.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from 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 .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method SetLinkSource
Sets value of LinkSource property.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Public field Static member DEF_FILE_TIME_START_YEAR
Start year for FILETIME structure.
Top
See Also