wt.content
Interface FormatContentHolder

All Superinterfaces:
ContentHolder, NetFactor, ObjectMappable, Persistable, Serializable
All Known Subinterfaces:
EPMFamilyTable
All Known Implementing Classes:
EPMDocument, EPMSepFamilyTable, ProxyDocument, VariantSpec, WTDocument

public interface FormatContentHolder
extends ContentHolder

This interface should be used on those ContentHolders that want to store a primary format (for mainly display purposes). For example, the WTDocument in wt.doc that are displayed based on their content implment this interface. The behavoir of FormatContentHolders is similar to ContentHolders, except that their primary format of them will be set as content changes in the holder.

Supported API: true

Extendable: true

See Also:
ContentHolder, WTDocument