+ /// return a pointer to the default settings:
+ wxLayoutObjectCmd const *GetDefaults(void) const { return m_DefaultSetting ; }
+
+ wxLayoutObjectList::iterator FindCurrentObject(CoordType *offset = NULL);
+ // get the length of the line with the object pointed to by i
+ CoordType GetLineLength(wxLayoutObjectList::iterator i);
+//@}