Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / cocoaint / src / appkit / NSTextStorageScripting.inc
Size: Mime:
{ Parsed from AppKit.framework NSTextStorageScripting.h }

{$ifdef CLASSES}

type
  Scripting = objccategory external (NSTextStorage)
    procedure setAttributeRuns(newValue: NSArray); message 'setAttributeRuns:';
    function attributeRuns: NSArray; message 'attributeRuns';
    procedure setParagraphs(newValue: NSArray); message 'setParagraphs:';
    function paragraphs: NSArray; message 'paragraphs';
    procedure setWords(newValue: NSArray); message 'setWords:';
    function words: NSArray; message 'words';
    procedure setCharacters(newValue: NSArray); message 'setCharacters:';
    function characters: NSArray; message 'characters';
    procedure setFont(newValue: NSFont); message 'setFont:';
    function font: NSFont; message 'font';
    procedure setForegroundColor(newValue: NSColor); message 'setForegroundColor:';
    function foregroundColor: NSColor; message 'foregroundColor';
  end;
{$endif}