MonobjcMonobjc Documented Class Library
TextLists Property
NamespacesMonobjc.AppKitNSParagraphStyleTextLists

Returns an array specifying the text lists containing the paragraph.

Original signature is '- (NSArray *)textLists'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray TextLists { get; }
Public Overridable ReadOnly Property TextLists As NSArray
	Get
public:
virtual property NSArray^ TextLists {
	NSArray^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)