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 / pdfkit / PDFAnnotationTextWidget.inc
Size: Mime:
{ Parsed from PDFKit.framework PDFAnnotationTextWidget.h }


{ Types from PDFAnnotationTextWidget }
{$ifdef TYPES}




{$endif}


{$ifdef TYPES}
type
  PDFAnnotationTextWidgetPtr = ^PDFAnnotationTextWidget;
{$endif}

{$ifdef CLASSES}

type
  PDFAnnotationTextWidget = objcclass external (PDFAnnotation, NSCopyingProtocol)
  private
    _pdfPriv2: PDFAnnotationTextWidgetPrivateVars;
  public
    function stringValue: NSString; message 'stringValue';
    procedure setStringValue (value: NSString); message 'setStringValue:';
    function attributedStringValue: NSAttributedString; message 'attributedStringValue';
    procedure setAttributedStringValue (value: NSAttributedString); message 'setAttributedStringValue:';
    {$if (MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5)}
    function backgroundColor: NSColor; message 'backgroundColor';
    procedure setBackgroundColor (color_: NSColor); message 'setBackgroundColor:';
    function rotation: cint; message 'rotation';
    procedure setRotation (rotation_: cint); message 'setRotation:';
    {$endif}
    function font: NSFont; message 'font';
    procedure setFont (font_: NSFont); message 'setFont:';
    {$if (MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5)}
    function fontColor: NSColor; message 'fontColor';
    procedure setFontColor (color_: NSColor); message 'setFontColor:';
    {$endif}
    function alignment: NSTextAlignment; message 'alignment';
    procedure setAlignment (alignment_: NSTextAlignment); message 'setAlignment:';
    {$if (MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5)}
    function maximumLength: NSUInteger; message 'maximumLength';
    procedure setMaximumLength (maxLen: NSUInteger); message 'setMaximumLength:';
    function fieldName: NSString; message 'fieldName';
    procedure setFieldName (name: NSString); message 'setFieldName:';
    {$endif}
    {$if (MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_9)}
    function isMultiline: ObjCBOOL; message 'isMultiline';
    procedure setIsMultiline (multiline: ObjCBOOL); message 'setIsMultiline:';
    {$endif}
  end;
{$endif}