NSMutableParagraphStyle Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class that extends NSParagraphStyle to allow changing subattributes.
[Foundation.Register("NSMutableParagraphStyle", true)]
public class NSMutableParagraphStyle : UIKit.NSParagraphStyle
[<Foundation.Register("NSMutableParagraphStyle", true)>]
type NSMutableParagraphStyle = class
inherit NSParagraphStyle
- Inheritance
- Attributes
Remarks
The members of this class can be used from a background thread.
Constructors
| Name | Description |
|---|---|
| NSMutableParagraphStyle() |
Creates a new NSMutableParagraphStyle with default values. |
| NSMutableParagraphStyle(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NSMutableParagraphStyle(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| NSMutableParagraphStyle(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Alignment | |
| AllowsDefaultTighteningForTruncation | |
| BaseWritingDirection |
The norml writing direction. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| DefaultTabInterval |
The value, in points, of tab intervals. |
| Description | (Inherited from NSObject) |
| FirstLineHeadIndent |
The indentation of the paragraph's first line. |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| HeadIndent |
The indentation of the paragraph's lines, other than the first. (See FirstLineHeadIndent.) |
| HyphenationFactor |
The paragraph's threshold for hyphenation. |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| LineBreakMode | |
| LineBreakStrategy | |
| LineHeightMultiple |
The natural line height of the paragraph is multiplied by this factor before constraint to minimum and maximum. |
| LineSpacing |
The distance, in points, between the bottom of one line fragment and the top of the next. |
| MaximumLineHeight |
The paragraph's maximum line height, in points. |
| MinimumLineHeight |
The minimum height, in points, of lines in the paragraph. |
| ParagraphSpacing |
Distance, in points, after the paragraph. |
| ParagraphSpacingBefore |
Distance, in points, between a paragraph's top and its first line. |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| TabStops |
The paragraph's tab stops, sorted by location. |
| TailIndent |
The distance, in points, from the margin of a text container to the end of lines. |
| TextLists | |
| UsesDefaultHyphenation | |
| Zone | (Inherited from NSObject) |