NSAttributedStringMarkdownParsingOptions extension type
NSAttributedStringMarkdownParsingOptions
iOS: introduced 15.0.0 macOS: introduced 12.0.0
- on
- Implemented types
- Available extensions
Constructors
- NSAttributedStringMarkdownParsingOptions()
-
Returns a new instance of NSAttributedStringMarkdownParsingOptions constructed with the default
newmethod. - NSAttributedStringMarkdownParsingOptions.as(ObjCObject other)
-
Constructs a NSAttributedStringMarkdownParsingOptions that points to the same underlying object as
other. -
NSAttributedStringMarkdownParsingOptions.fromPointer(Pointer<
ObjCObjectImpl> other, {bool retain = false, bool release = false}) - Constructs a NSAttributedStringMarkdownParsingOptions that wraps the given raw object pointer.
Properties
- allowsExtendedAttributes ↔ bool
-
Available on NSAttributedStringMarkdownParsingOptions, provided by the NSAttributedStringMarkdownParsingOptions$Methods extension
iOS: introduced 15.0.0 macOS: introduced 12.0.0getter/setter pair - appliesSourcePositionAttributes ↔ bool
-
Available on NSAttributedStringMarkdownParsingOptions, provided by the NSAttributedStringMarkdownParsingOptions$Methods extension
iOS: introduced 16.0.0 macOS: introduced 13.0.0getter/setter pair - debugDescription → NSString
-
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
debugDescriptionno setter - description → NSString
-
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
descriptionno setter - failurePolicy ↔ NSAttributedStringMarkdownParsingFailurePolicy
-
Available on NSAttributedStringMarkdownParsingOptions, provided by the NSAttributedStringMarkdownParsingOptions$Methods extension
iOS: introduced 15.0.0 macOS: introduced 12.0.0getter/setter pair - hash → int
-
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
hashno setter - hashCode → int
-
The hash code for this object.
no setterinherited
- interpretedSyntax ↔ NSAttributedStringMarkdownInterpretedSyntax
-
Available on NSAttributedStringMarkdownParsingOptions, provided by the NSAttributedStringMarkdownParsingOptions$Methods extension
iOS: introduced 15.0.0 macOS: introduced 12.0.0getter/setter pair - isProxy → bool
-
Available on NSObject, provided by the NSObject$Methods extension
isProxyno setter - isProxy → bool
-
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
isProxyno setter - languageCode ↔ NSString?
-
Available on NSAttributedStringMarkdownParsingOptions, provided by the NSAttributedStringMarkdownParsingOptions$Methods extension
iOS: introduced 15.0.0 macOS: introduced 12.0.0getter/setter pair - object$ → ObjCObject
-
final
- ref → ObjCObjectRef
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- superclass → ObjCObject
-
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
superclassno setter
Methods
-
addObserver(
Observer observer, {required NSString forKeyPath, int options = NSKeyValueObservingOptions.NSKeyValueObservingOptionNew, Pointer< Void> ? context}) → Observation -
Available on NSObject, provided by the Observed extension
Registers the Observer to receive KVO notifications for the key path relative tothisNSObject. -
autorelease(
) → NSObjectProtocol -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
autorelease -
class$(
) → ObjCObject -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
class -
conformsToProtocol(
Protocol aProtocol) → bool -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
conformsToProtocol: -
copy(
) → ObjCObject -
Available on NSObject, provided by the NSObject$Methods extension
copy -
copyWithZone(
Pointer< NSZone> zone) → ObjCObject -
Available on NSCopying, provided by the NSCopying$Methods extension
copyWithZone: -
dealloc(
) → void -
Available on NSObject, provided by the NSObject$Methods extension
dealloc -
doesNotRecognizeSelector(
Pointer< ObjCSelector> aSelector) → void -
Available on NSObject, provided by the NSObject$Methods extension
doesNotRecognizeSelector: -
forwardingTargetForSelector(
Pointer< ObjCSelector> aSelector) → ObjCObject -
Available on NSObject, provided by the NSObject$Methods extension
forwardingTargetForSelector: -
forwardInvocation(
NSInvocation anInvocation) → void -
Available on NSObject, provided by the NSObject$Methods extension
forwardInvocation: -
init(
) → NSAttributedStringMarkdownParsingOptions -
Available on NSAttributedStringMarkdownParsingOptions, provided by the NSAttributedStringMarkdownParsingOptions$Methods extension
init -
init(
) → NSObject -
Available on NSObject, provided by the NSObject$Methods extension
init -
isEqual(
ObjCObject object) → bool -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
isEqual: -
isEqual(
ObjCObject object) → bool -
Available on NSObject, provided by the NSObject$Methods extension
isEqual: -
isKindOfClass(
ObjCObject aClass) → bool -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
isKindOfClass: -
isKindOfClass(
ObjCObject aClass) → bool -
Available on NSObject, provided by the NSObject$Methods extension
isKindOfClass: -
isMemberOfClass(
ObjCObject aClass) → bool -
Available on NSObject, provided by the NSObject$Methods extension
isMemberOfClass: -
isMemberOfClass(
ObjCObject aClass) → bool -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
isMemberOfClass: -
methodForSelector(
Pointer< ObjCSelector> aSelector) → Pointer<NativeFunction< Void Function()> > -
Available on NSObject, provided by the NSObject$Methods extension
methodForSelector: -
methodSignatureForSelector(
Pointer< ObjCSelector> aSelector) → NSMethodSignature -
Available on NSObject, provided by the NSObject$Methods extension
methodSignatureForSelector: -
mutableCopy(
) → ObjCObject -
Available on NSObject, provided by the NSObject$Methods extension
mutableCopy -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
performSelector(
Pointer< ObjCSelector> aSelector) → ObjCObject -
Available on NSObject, provided by the NSObject$Methods extension
performSelector: -
performSelector(
Pointer< ObjCSelector> aSelector) → ObjCObject -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
performSelector: -
performSelector$1(
Pointer< ObjCSelector> aSelector, {required ObjCObject withObject}) → ObjCObject -
Available on NSObject, provided by the NSObject$Methods extension
performSelector:withObject: -
performSelector$1(
Pointer< ObjCSelector> aSelector, {required ObjCObject withObject}) → ObjCObject -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
performSelector:withObject: -
performSelector$2(
Pointer< ObjCSelector> aSelector, {required ObjCObject withObject, required ObjCObject withObject$1}) → ObjCObject -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
performSelector:withObject:withObject: -
performSelector$2(
Pointer< ObjCSelector> aSelector, {required ObjCObject withObject, required ObjCObject withObject$1}) → ObjCObject -
Available on NSObject, provided by the NSObject$Methods extension
performSelector:withObject:withObject: -
release(
) → void -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
release -
respondsToSelector(
Pointer< ObjCSelector> aSelector) → bool -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
respondsToSelector: -
respondsToSelector(
Pointer< ObjCSelector> sel) → bool -
Available on ObjCObject, provided by the RespondsToSelector extension
-
retain(
) → NSObjectProtocol -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
retain -
retainCount(
) → int -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
retainCount -
self(
) → NSObjectProtocol -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
self -
toString(
) → String -
A string representation of this object.
inherited
-
zone(
) → Pointer< NSZone> -
Available on NSObject, provided by the NSObject$Methods extension
zone -
zone(
) → Pointer< NSZone> -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
zone
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
alloc(
) → NSAttributedStringMarkdownParsingOptions -
alloc
override
-
allocWithZone(
Pointer< NSZone> zone) → NSAttributedStringMarkdownParsingOptions -
allocWithZone:
override
-
isA(
ObjCObject obj) → bool -
Returns whether
objis an instance of NSAttributedStringMarkdownParsingOptions.override -
new$(
) → NSAttributedStringMarkdownParsingOptions -
new
override