API  1.0.0
CPParagraphStyle.h
Go to the documentation of this file.
1 
3 {
4  CPArray _tabStops // @accessors(property=tabStops);
5  CPTextAlignment _alignment // @accessors(property=alignment);
6  unsigned _firstLineHeadIndent // @accessors(property=firstLineHeadIndent);
7  unsigned _headIndent // @accessors(property=headIndent);
8  unsigned _tailIndent // @accessors(property=tailIndent);
9  unsigned _paragraphSpacing // @accessors(property=paragraphSpacing);
10  unsigned _minimumLineHeight // @accessors(property=minimumLineHeight);
11  unsigned _maximumLineHeight // @accessors(property=maximumLineHeight);
12  unsigned _lineSpacing // @accessors(property=lineSpacing);
13 }
14 @end