2

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

I read already this post.

But I can't understanding exactly.

What the difference between paragraphSpacing and paragraphSpacingBefore? (in NSMutableParagraphStyle)

Img Please.

I can't understanding for english...

url : here click img

Where is paragraphSpacingBefore ?

AKillUea
  • 145
  • 1
  • 1
  • 9

1 Answers1

0

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

"This property contains the space (measured in points) added at the end of the paragraph to separate it from the following paragraph."


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

This property contains the space (measured in points) between the paragraph’s top and the beginning of its text content.

Nick
  • 7,103
  • 2
  • 21
  • 43