1

https://developer.apple.com/library/ios/documentation/Cocoa/Reference/ApplicationKit/Classes/NSMutableParagraphStyle_Class/#//apple_ref/occ/instp/NSMutableParagraphStyle/paragraphSpacing

私はすでにこの投稿を読みました。

しかし、正確には理解できません。

paragraphSpacing と paragraphSpacingBefore の違いは何ですか? (NSMutableParagraphStyle 内)

Img お願いします。

英語の意味がわからない...

url : ここをクリック img

paragraphSpacingBefore はどこにありますか?

4

1 に答える 1

0

段落 間隔 https://developer.apple.com/library/ios/documentation/Cocoa/Reference/ApplicationKit/Classes/NSMutableParagraphStyle_Class/#//apple_ref/occ/instp/NSMutableParagraphStyle/paragraphSpacing

「このプロパティには、次の段落と区切るために段落の最後に追加されるスペース (ポイント単位) が含まれます。」


paragraphSpacingBefore https://developer.apple.com/library/ios/documentation/Cocoa/Reference/ApplicationKit/Classes/NSMutableParagraphStyle_Class/#//apple_ref/occ/instp/NSMutableParagraphStyle/paragraphSpacingBefore

このプロパティには、段落の上部とそのテキスト コンテンツの先頭との間のスペース (ポイント単位で測定) が含まれます。

于 2016-03-08T08:21:04.673 に答える