IITPropList interface (infotech.h)
Use this interface to set properties for build objects such as word wheels and indexes. Call these methods in the document build process to define properties for all build objects.
Inheritance
The IITPropList interface inherits from IPersistStreamInit. IITPropList also has these types of members:
Methods
The IITPropList interface has these methods.
IITPropList::Clear Clears memory associated with a property list and reinitializes the list. |
IITPropList::Get Returns the property object associated with the given property ID. |
IITPropList::GetDataSize Returns the number of bytes needed to save the property data. |
IITPropList::GetFirst Returns the first property object in a property list. |
IITPropList::GetHeaderSize Returns the number of bytes needed to save the header. |
IITPropList::SaveData Saves the data size and data from the property list to a buffer. |
IITPropList::SaveHeader Saves the property ID and data type from the property list to a buffer. Only saves properties marked with a persistence state of TRUE. |
IITPropList::Set Sets a property to a given value or deletes a property from the list. (overload 1/3) |
IITPropList::Set Sets a property to a given value or deletes a property from the list. (overload 3/3) |
IITPropList::Set Sets a property to a given value or deletes a property from the list. (overload 2/3) |
IITPropList::SetPersist Sets the persistence state on or off for all properties. |
IITPropList::SetPersist Sets the persistence state on or off for a given property. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | infotech.h |