XlsDocumentProperty Class |
Namespace: Spire.Xls
The XlsDocumentProperty type exposes the following members.
Name | Description | |
---|---|---|
![]() |
XlsDocumentProperty(String, Object) |
Initializes new instance of the class.
|
![]() |
XlsDocumentProperty(BuiltInPropertyType, Object) |
Initializes new instance of the class.
|
![]() |
XlsDocumentProperty(IPropertyData, Boolean) |
Initialezes new instance of the document property.
|
Name | Description | |
---|---|---|
![]() |
Blob |
Gets / sets Blob value.
|
![]() |
Boolean |
Gets / sets boolean value.
|
![]() |
DateTime |
Gets / sets DateTime value.
|
![]() |
Double |
Gets / sets double value.
|
![]() |
Int32 |
Gets / sets 4-bytes signed integer value.
|
![]() |
Integer |
Gets / sets integer value.
|
![]() |
InternalName |
Gets the internal name of the object.
|
![]() |
IsBuiltIn |
Indicates whether property is built-in. Read-only.
|
![]() |
LinkSource |
Returns or sets the source of a linked custom document property. Read/write String.
|
![]() |
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.
|
![]() |
Name |
Returns property name. Read-only.
|
![]() |
ObjectArray |
Gets / sets array of objects. Supported object types are string and Int32.
|
![]() |
PropertyId |
Returns / sets property id for built-in properties.
|
![]() |
PropertyType |
Gets / sets document property type.
|
![]() |
StringArray |
Gets / sets array of strings.
|
![]() |
Text |
Gets / sets string value.
|
![]() |
TimeSpan |
Gets / sets TimeSpan value.
|
![]() |
Value |
Gets / sets property value.
|
Name | Description | |
---|---|---|
![]() |
Clone |
Creates a new object that is a copy of the current instance.
|
![]() ![]() |
CorrectIndex |
Converts propertyId into correct index.
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
FillPropVariant |
Copies document property data into PropVariant.
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
SetLinkSource |
Sets value of LinkSource property.
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
Name | Description | |
---|---|---|
![]() ![]() |
DEF_FILE_TIME_START_YEAR |
Start year for FILETIME structure.
|