![]() | InDesign SDK 20.5 |
#include <SchemaUtils.h>
Public Member Functions | |
| DataSet (const Schema &schema, IPMStream *stream) | |
| DataSet (const Schema &schema, DataSet &data) | |
| void | Fill (const Schema &schema, IPMStream *stream) |
| void | AppendField (const Field &f) |
| Schemas::FieldValue | AppendSimpleField (Schemas::FieldType type, FieldID id, IPMStream *stream) |
| void | AppendAttributeBossList (FieldID id, FieldType countType, FieldType dataType, IPMStream *stream) |
| bool16 | IsEmpty () const |
| FieldVector::iterator | Begin () |
| FieldVector::iterator | End () |
| bool16 | HasError () const |
| void | Write (IPMStream *s) |
| const Field * | FindField (Field &goal) |
This is a private utility class referenced only by private method or data of other public classes. It is not intended to be used directly by outside developers.