简体   繁体   English

段落间距和段落间距之前有什么区别? (以NSMutableParagraphStyle形式)

[英]What difference between paragraphSpacing and paragraphSpacingBefore? (in NSMutableParagraphStyle)

https://developer.apple.com/library/ios/documentation/Cocoa/Reference/ApplicationKit/Classes/NSMutableParagraphStyle_Class/#//apple_ref/occ/instp/NSMutableParagraphStyle/paragraphSpacing 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) (以NSMutableParagraphStyle形式)

Img Please. 请。

I can't understanding for english... 我听不懂英语...

url : here click img 网址:此处单击img

Where is paragraphSpacingBefore ? sectionSpacingBefore在哪里?

paragraphSpacing https://developer.apple.com/library/ios/documentation/Cocoa/Reference/ApplicationKit/Classes/NSMutableParagraphStyle_Class/#//apple_ref/occ/instp/NSMutableParagraphStyle/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 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. 此属性包含段落顶部与其文本内容开头之间的空间(以磅为单位)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM