Aspose::Cells::Properties Namespace Reference

Classes

class  IBuiltInDocumentPropertyCollection
 A collection of built-in document properties. More...
 
class  IContentTypeProperty
 Represents identifier information. More...
 
class  IContentTypePropertyCollection
 A collection of IContentTypeProperty objects that represent additional information. More...
 
class  ICustomDocumentPropertyCollection
 A collection of custom document properties. More...
 
class  ICustomProperty
 Represents identifier information. More...
 
class  ICustomPropertyCollection
 A collection of ICustomProperty objects that represent additional information. More...
 
class  IDocumentProperty
 Represents a custom or built-in document property. More...
 
class  IDocumentPropertyCollection
 Base class for IBuiltInDocumentPropertyCollection and ICustomDocumentPropertyCollection collections. More...
 

Enumerations

enum  PropertyType {
  PropertyType_Boolean, PropertyType_DateTime, PropertyType_Double, PropertyType_Number,
  PropertyType_String, PropertyType_Blob
}
 Specifies data type of a document property. More...
 

Enumeration Type Documentation

◆ PropertyType

Specifies data type of a document property.

Enumerator
PropertyType_Boolean 

The property is a boolean value.

PropertyType_DateTime 

The property is a date time value.

PropertyType_Double 

The property is a floating number.

PropertyType_Number 

The property is an integer number.

PropertyType_String 

The property is a string value.

PropertyType_Blob 

The property is a byte array.