如何为NSMutableParagraphStyle设置HeadIndent?

时间:2011-04-28 19:19:56

标签: ios ipad coding-style indentation paragraph

我正在尝试为OAMutableParagraphStyle设置Head Indent,但它给了我和错误

TextEditor [7143:40b]在/Users/shokry/OmniGroup/Frameworks/OmniAppKit/OpenStepExtensions.subproj/OAParagraphStyle.m:387

完成移植 - [OAMutableParagraphStyle setHeadIndent:]

这是我的代码和平:

OAMutableParagraphStyle * mutatis = [style mutableCopy]; [mutatis setHeadIndent:1.0]; didMutate = YES; [object setParagraphStyle:mutatis fromInspectorSlice:self]; [mutatis release];

我的目标是为github上提供的OmniGroup文本编辑器进行缩进。

1 个答案:

答案 0 :(得分:0)

问题是他们还没有实现它。他们现在有了。似乎很奇怪,他们最初并没有实现这些设置器,因为它们是单行功能。