API  1.0.0
CPTextTab.h
Go to the documentation of this file.
1 
2 @interface CPTextTab : CPObject
3 {
4  int _type // @accessors(property = tabStopType);
5  double _location // @accessors(property = location);
6 }
7 @end