7#ifndef CPAGECOLUMN_INTERFACE_H
9#define CPAGECOLUMN_INTERFACE_H
Interface for TObjPtrArray wrapper.
CPageColumnArray ArrayInterface_Create_CPageColumnArray(idrs_exception *pargException)
Creates a new CPageColumnArray object.
CPageColumn CPageColumn_Create(idrs_exception *pargException)
Instantiates a new CPageColumn object.
void CPageColumn_SetBoundingBox(CPageColumn argCPageColumn, const IDRS_RECT *rcBoundingBox, idrs_exception *pargException)
Sets the coordinates for the bounding rectangle.
void CPageColumn_Destroy(CPageColumn argCPageColumn, idrs_exception *pargException)
Destroys a CPageColumn handle.
CPageZoneArray CPageColumn_GetZones(const CPageColumn argCPageColumn, idrs_exception *pargException)
Gets an array containing the zones in the column.
void CPageColumn_SetZones(CPageColumn argCPageColumn, const CPageZoneArray xZones, idrs_exception *pargException)
Sets the zones in the column.
IDRS_RECT CPageColumn_GetBoundingBox(const CPageColumn argCPageColumn, idrs_exception *pargException)
Gets the rectangle containing the column.
Interface for CPageCustomData wrapper.
Interface for CPageZone wrapper.
CPageColumn represents a column in a page section.
Structure that defines the upper-left and lower-right corners of a rectangle.
Definition idrsstd_interface.h:60