Platforms to show: All Mac Windows Linux Cross-Platform

Back to CTParagraphStyleMBS class.

CTParagraphStyleMBS.Alignment as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The text alignment.

Natural text alignment is realized as left or right alignment, depending on the line sweep direction of the first script contained in the paragraph. Type: CTTextAlignment. Default: kCTNaturalTextAlignment. Application: CTFramesetter.
(Read only property)

CTParagraphStyleMBS.BaseWritingDirection as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The base writing direction of the lines.

Type: CTWritingDirection. Default: kCTWritingDirectionNatural. Application: CTFramesetter, CTTypesetter.
(Read only property)

CTParagraphStyleMBS.DefaultTabInterval as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The documentwide default tab interval.

Tabs after the last specified by kCTParagraphStyleSpecifierTabStops are placed at integer multiples of this distance (if positive). Type: CGFloat. Default: 0.0. Application: CTFramesetter, CTTypesetter.
(Read only property)

CTParagraphStyleMBS.FirstLineHeadIndent as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The distance, in points, from the leading margin of a frame to the beginning of the paragraph's first line.

This value is always nonnegative. Type: CGFloat. Default: 0.0. Application: CTFramesetter.
(Read only property)

CTParagraphStyleMBS.HeadIndent as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The distance, in points, from the leading margin of a text container to the beginning of lines other than the first.

This value is always nonnegative. Type: CGFloat Default: 0.0 Application: CTFramesetter
(Read only property)

CTParagraphStyleMBS.LineBoundsOptions as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The options controlling the alignment of the line edges with the leading and trailing margins.

Type: CTLineBoundsOptions
Default: 0 (no options)
Application: CTTypesetter
(Read only property)

CTParagraphStyleMBS.LineBreakMode as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The mode that should be used to break lines when laying out the paragraph's text.

Type: CTLineBreakMode. Default: kCTLineBreakByWordWrapping. Application: CTFramesetter
(Read only property)

CTParagraphStyleMBS.LineHeightMultiple as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The line height multiple.

The natural line height of the receiver is multiplied by this factor (if positive) before being constrained by minimum and maximum line height. Type: CGFloat. Default: 0.0. Application: CTFramesetter.
(Read only property)

CTParagraphStyleMBS.LineSpacingAdjustment as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The space in points added between lines within the paragraph (commonly known as leading).

Available in OS X v10.7 and later.
(Read only property)

CTParagraphStyleMBS.MaximumLineHeight as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The maximum height that any line in the frame will occupy, regardless of the font size or size of any attached graphic.

Glyphs and graphics exceeding this height will overlap neighboring lines. A maximum height of 0 implies no line height limit. This value is always nonnegative. Type: CGFloat. Default: 0.0. Application: CTFramesetter.
(Read only property)

CTParagraphStyleMBS.MaximumLineSpacing as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The maximum space in points between lines within the paragraph (commonly known as leading).

This value is always nonnegative.
Available in OS X v10.7 and later.
(Read only property)

CTParagraphStyleMBS.MinimumLineHeight as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The minimum height that any line in the frame will occupy, regardless of the font size or size of any attached graphic.

This value is always nonnegative. Type: CGFloat. Default: 0.0. Application: CTFramesetter.
(Read only property)

CTParagraphStyleMBS.MinimumLineSpacing as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The minimum space in points between lines within the paragraph (commonly known as leading).

This value is always nonnegative.
Available in OS X v10.7 and later.
(Read only property)

CTParagraphStyleMBS.ParagraphSpacing as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The space added at the end of the paragraph to separate it from the following paragraph.

This value is always nonnegative and is determined by adding the previous paragraph's kCTParagraphStyleSpecifierParagraphSpacing setting and the current paragraph's kCTParagraphStyleSpecifierParagraphSpacingBefore setting. Type: CGFloat. Default: 0.0. Application: CTFramesetter.
(Read only property)

CTParagraphStyleMBS.ParagraphSpacingBefore as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The distance between the paragraph's top and the beginning of its text content.

Type: CGFloat. Default: 0.0. Application: CTFramesetter.
(Read only property)

CTParagraphStyleMBS.TailIndent as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The distance, in points, from the margin of a frame to the end of lines.

If positive, this value is the distance from the leading margin (for example, the left margin in left-to-right text). If 0 or negative, it's the distance from the trailing margin. Type: CGFloat. Default: 0.0. Application: CTFramesetter.
(Read only property)

The items on this page are in the following plugins: MBS MacCG Plugin.


The biggest plugin in space...