MBS Xojo Developer Conference and Training
Join us from 11th to 14th September 2013 in Koblenz.
Join us from 11th to 14th September 2013 in Koblenz.
Platforms to show: All Mac Windows Linux Cross-Platform
The plugin MBS Real Studio Cocoa Plugin:NSText:
Partly Console safe, Sizes: Mac OS X 422 KBytes, Linux 98 KBytes, Windows 77 KBytes.
- class TextArea
- class TextField
- class Statictext
- class NSTextMBS
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as double, top as double, width as double, height as double)
- method setMinSize(width as double, height as double)
- method setMaxSize(width as double, height as double)
- method minSizeWidth as double
- method minSizeHeight as double
- method maxSizeWidth as double
- method maxSizeHeight as double
- method writeRTFDToFile(file as folderitem, atomically as boolean) as boolean
- method readRTFDFromFile(file as folderitem) as boolean
- method selectedRange as NSRangeMBS
- method setTextColorForRange(colorValue as NSColorMBS, start as integer, length as integer)
- method setFontForRange(font as NSFontMBS, start as integer, length as integer)
- method replaceCharactersInRangeWithString(start as integer, length as integer, text as string)
- method replaceCharactersInRangeWithRTF(start as integer, length as integer, rtfData as memoryblock)
- method replaceCharactersInRangeWithRTFD(start as integer, length as integer, rtfdData as memoryblock)
- method scrollRangeToVisible(start as integer, length as integer)
- method RTFFromRange(start as integer, length as integer) as Memoryblock
- method RTFDFromRange(start as integer, length as integer) as Memoryblock
- method sizeToFit
- method copy
- method copyFont
- method copyRuler
- method cut
- method delete
- method paste
- method pasteFont
- method pasteRuler
- method selectAll
- method changeFont
- method alignLeft
- method alignRight
- method alignCenter
- method subscript
- method superscript
- method underline
- method unscript
- method toggleRuler
- method showGuessPanel
- method checkSpelling
- method isHorizontallyResizable as boolean
- method isVerticallyResizable as boolean
- method usesFontPanel as boolean
- method text as string
- method textLength as integer
- method isEditable as boolean
- method isSelectable as boolean
- method isRichText as boolean
- method importsGraphics as boolean
- method drawsBackground as boolean
- method isRulerVisible as boolean
- method backgroundColor as NSColorMBS
- method textColor as NSColorMBS
- method alignment as integer
- method isFieldEditor as boolean
- method font as NSFontMBS
- method baseWritingDirection as integer
- event textDidBeginEditing
- event textDidChange
- event textDidEndEditing
- event textShouldBeginEditing as boolean
- event textShouldEndEditing as boolean
- class NSTextFieldMBS
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as double, top as double, width as double, height as double)
- method allowsEditingTextAttributes as boolean
- method importsGraphics as boolean
- method Selectable as boolean
- method Editable as boolean
- method Bordered as boolean
- method Bezeled as boolean
- method drawsBackground as boolean
- method backgroundColor as NSColorMBS
- method textColor as NSColorMBS
- method selectText
- method bezelStyle as integer
- class NSTextStorageMBS
- method ensureAttributesAreFixedInRange(Range as NSRangeMBS)
- method invalidateAttributesInRange(Range as NSRangeMBS)
- method fixesAttributesLazily as boolean
- method processEditing
- method editedMask as integer
- method changeInLength as integer
- method editedRange as NSRangeMBS
- method Constructor
- method removeLayoutManager(l as NSLayoutManagerMBS)
- method addLayoutManager(l as NSLayoutManagerMBS)
- class NSTextViewMBS
- method replaceTextContainer(textContainer as NSTextContainerMBS)
- method textContainer as NSTextContainerMBS
- method linkTextAttributes as dictionary
- method markedTextAttributes as dictionary
- method selectedTextAttributes as dictionary
- method pasteAsPlainText
- method pasteAsRichText
- method complete
- method typingAttributes as dictionary
- method defaultParagraphStyle as variant
- method breakUndoCoalescing
- method isCoalescingUndo as boolean
- method showFindIndicatorForRange(charRange as NSRangeMBS)
- method textStorage as NSTextStorageMBS
- method insertText(attributedString as NSAttributedStringMBS)
- method insertText(text as string)
- method layoutManager as NSLayoutManagerMBS
- method orderFrontSubstitutionsPanel
- method checkTextInSelection
- method checkTextInDocument
- method enabledTextCheckingTypes as Int64
- method AutomaticDataDetectionEnabled as boolean
- method toggleAutomaticDataDetection
- method AutomaticDashSubstitutionEnabled as boolean
- method toggleAutomaticDashSubstitution
- method AutomaticTextReplacementEnabled as boolean
- method toggleAutomaticTextReplacement
- method AutomaticSpellingCorrectionEnabled as boolean
- method toggleAutomaticSpellingCorrection
- method orderFrontLinkPanel
- method orderFrontSpacingPanel
- method orderFrontListPanel
- method orderFrontTablePanel
- method invalidateTextContainerOrigin
- method textContainerOrigin as NSPointMBS
- method textContainerInset as NSSizeMBS
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as double, top as double, width as double, height as double)
- method spellCheckerDocumentTag as integer
- method GrammarCheckingEnabled as boolean
- method updateFontPanel
- method updateRuler
- method updateDragTypeRegistration
- method alignJustified
- method changeColor
- method changeAttributes
- method changeDocumentBackgroundColor
- method performFindPanelAction
- method turnOffKerning
- method tightenKerning
- method loosenKerning
- method useStandardKerning
- method turnOffLigatures
- method useStandardLigatures
- method useAllLigatures
- method raiseBaseline
- method lowerBaseline
- method toggleTraditionalCharacterShape
- method outline
- method toggleSmartInsertDelete
- method smartInsertDeleteEnabled as boolean
- method startSpeaking
- method stopSpeaking
- method toggleContinuousSpellChecking
- method toggleGrammarChecking
- method toggleAutomaticLinkDetection
- method toggleAutomaticQuoteSubstitution
- method AutomaticQuoteSubstitutionEnabled as boolean
- method AutomaticLinkDetectionEnabled as boolean
- method allowsImageEditing as boolean
- method backgroundColor as NSColorMBS
- method insertionPointColor as NSColorMBS
- method RulerVisible as boolean
- method usesRuler as boolean
- method acceptsGlyphInfo as boolean
- method displaysLinkToolTips as boolean
- method allowsUndo as boolean
- method usesFontPanel as boolean
- method usesFindPanel as boolean
- method allowsDocumentBackgroundColorChange as boolean
- method ContinuousSpellCheckingEnabled as boolean
- event textViewDidChangeSelection
- event shouldChangeTextInRange(affectedCharRange as NSRangeMBS, replacementString as string) as boolean
- class NSSecureTextFieldMBS
- class NSSearchFieldMBS
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as double, top as double, width as double, height as double)
- method recentsAutosaveName as string
- method recentSearches as string()
- method setRecentSearches(values() as string)
- method maximumRecents as integer
- method sendsWholeSearchString as boolean
- method sendsSearchStringImmediately as boolean
- method searchMenuTemplate as NSMenuMBS
- class NSLayoutManagerMBS
- method InvisibleCharMapping(character as integer) as string
- method removeTextContainerAtIndex(index as integer)
- method addTextContainer(container as NSTextContainerMBS)
- method textColor as NSColorMBS
- method font as NSFontMBS
- method showInvisibleCharacters as boolean
- method setCharacterIndex(charIndex as integer, glyphIndex as integer)
- method replaceGlyphAtIndex(glyphIndex as integer, newGlyph as integer)
- method Constructor
- method attributedString as NSAttributedStringMBS
- method backgroundLayoutEnabled as boolean
- method usesScreenFonts as boolean
- method showsInvisibleCharacters as boolean
- method showsControlCharacters as boolean
- method allowsNonContiguousLayout as boolean
- method hasNonContiguousLayout as boolean
- method hyphenationFactor as double
- method textStorage as NSTextStorageMBS
- method replaceTextStorage(newTextStorage as NSTextStorageMBS)
- class NSTextContainerMBS
- method containerSize as NSSizeMBS
- method Constructor(size as NSSizeMBS)
- method layoutManager as NSLayoutManagerMBS
- method replaceLayoutManager(l as NSLayoutManagerMBS)
- method textView as NSTextViewMBS
- method lineFragmentPadding as double
- method widthTracksTextView as boolean
- method heightTracksTextView as boolean
- method containsPoint(p as NSPointMBS) as boolean
- method isSimpleRectangularTextContainer as boolean
Links
MBS Xojo Plugins