![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /proc/self/root/usr/share/GNUstep/Documentation/Developer/Gui/Reference/ |
Upload File : |
<?xml version="1.0"?> <!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.4//EN" "http://www.gnustep.org/gsdoc-1_0_4.dtd"> <gsdoc base="NSParagraphStyle" up="Gui"> <head> <title>NSParagraphStyle</title> <author name="Richard Frith-Macdonald"> <email address="richard@brainstorm.co.uk"> richard@brainstorm.co.uk </email> </author> <abstract> NSParagraphStyle and NSMutableParagraphStyle hold paragraph style information NSTextTab holds information about a single tab stop </abstract> <copy>1996 Free Software Foundation, Inc.</copy> </head> <body> <front><contents /></front> <chapter> <heading> Software documentation for the NSMutableParagraphStyle class </heading> <class name="NSMutableParagraphStyle" super="NSParagraphStyle" ovadd="1.0.0"> <declared>AppKit/NSParagraphStyle.h</declared> <desc> <em>Description forthcoming.</em> </desc> <method type="void" ovadd="1.0.0"> <sel>addTabStop:</sel> <arg type="NSTextTab*">anObject</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>removeTabStop:</sel> <arg type="NSTextTab*">anObject</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setAlignment:</sel> <arg type="NSTextAlignment">newAlignment</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="10.2.0"> <sel>setBaseWritingDirection:</sel> <arg type="NSWritingDirection">direction</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="10.3.0"> <sel>setDefaultTabInterval:</sel> <arg type="CGFloat">interval</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setFirstLineHeadIndent:</sel> <arg type="CGFloat">aFloat</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setHeadIndent:</sel> <arg type="CGFloat">aFloat</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="10.4.0"> <sel>setHeaderLevel:</sel> <arg type="NSInteger">level</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="10.4.0"> <sel>setHyphenationFactor:</sel> <arg type="float">factor</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setLineBreakMode:</sel> <arg type="NSLineBreakMode">mode</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="10.3.0"> <sel>setLineHeightMultiple:</sel> <arg type="CGFloat">factor</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setLineSpacing:</sel> <arg type="CGFloat">aFloat</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setMaximumLineHeight:</sel> <arg type="CGFloat">aFloat</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setMinimumLineHeight:</sel> <arg type="CGFloat">aFloat</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setParagraphSpacing:</sel> <arg type="CGFloat">aFloat</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="10.3.0"> <sel>setParagraphSpacingBefore:</sel> <arg type="CGFloat">spacing</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setParagraphStyle:</sel> <arg type="NSParagraphStyle*">obj</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setTabStops:</sel> <arg type="NSArray*">array</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setTailIndent:</sel> <arg type="CGFloat">aFloat</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="10.4.0"> <sel>setTextBlocks:</sel> <arg type="NSArray*">blocks</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="10.4.0"> <sel>setTextLists:</sel> <arg type="NSArray*">lists</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="10.4.0"> <sel>setTighteningFactorForTruncation:</sel> <arg type="float">factor</arg> <desc> <em>Description forthcoming.</em> </desc> </method> </class> </chapter> <chapter> <heading> Software documentation for the NSParagraphStyle class </heading> <class name="NSParagraphStyle" super="NSObject" ovadd="1.0.0"> <declared>AppKit/NSParagraphStyle.h</declared> <conform>NSCopying</conform> <conform>NSMutableCopying</conform> <conform>NSCoding</conform> <desc> <em>Description forthcoming.</em> </desc> <ivariable type="NSTextAlignment" name="_alignment" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="NSWritingDirection" name="_baseDirection" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="float" name="_defaultTabInterval" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="float" name="_firstLineHeadIndent" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="float" name="_headIndent" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="int" name="_headerLevel" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="float" name="_hyphenationFactor" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="NSLineBreakMode" name="_lineBreakMode" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="float" name="_lineHeightMultiple" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="float" name="_lineSpacing" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="float" name="_maximumLineHeight" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="float" name="_minimumLineHeight" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="float" name="_paragraphSpacing" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="float" name="_paragraphSpacingBefore" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="NSMutableArray*" name="_tabStops" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="float" name="_tailIndent" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="NSArray*" name="_textBlocks" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="NSArray*" name="_textLists" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="float" name="_tighteningFactorForTruncation" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <method type="NSParagraphStyle*" factory="yes" ovadd="1.0.0"> <sel>defaultParagraphStyle</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSWritingDirection" factory="yes" ovadd="10.2.0"> <sel>defaultWritingDirectionForLanguage:</sel> <arg type="NSString*">language</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSTextAlignment" ovadd="1.0.0"> <sel>alignment</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSWritingDirection" ovadd="10.2.0"> <sel>baseWritingDirection</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="CGFloat" ovadd="10.3.0"> <sel>defaultTabInterval</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="CGFloat" ovadd="1.0.0"> <sel>firstLineHeadIndent</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="CGFloat" ovadd="1.0.0"> <sel>headIndent</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSInteger" ovadd="10.4.0"> <sel>headerLevel</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="float" ovadd="10.4.0"> <sel>hyphenationFactor</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSLineBreakMode" ovadd="1.0.0"> <sel>lineBreakMode</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="CGFloat" ovadd="10.3.0"> <sel>lineHeightMultiple</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="CGFloat" ovadd="1.0.0"> <sel>lineSpacing</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="CGFloat" ovadd="1.0.0"> <sel>maximumLineHeight</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="CGFloat" ovadd="1.0.0"> <sel>minimumLineHeight</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="CGFloat" ovadd="1.0.0"> <sel>paragraphSpacing</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="CGFloat" ovadd="10.3.0"> <sel>paragraphSpacingBefore</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSArray*" ovadd="1.0.0"> <sel>tabStops</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="CGFloat" ovadd="1.0.0"> <sel>tailIndent</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSArray*" ovadd="10.4.0"> <sel>textBlocks</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSArray*" ovadd="10.4.0"> <sel>textLists</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="float" ovadd="10.4.0"> <sel>tighteningFactorForTruncation</sel> <desc> <em>Description forthcoming.</em> </desc> </method> </class> </chapter> <chapter> <heading> Software documentation for the NSTextTab class </heading> <class name="NSTextTab" super="NSObject" ovadd="1.0.0"> <declared>AppKit/NSParagraphStyle.h</declared> <conform>NSCopying</conform> <conform>NSCoding</conform> <desc> <em>Description forthcoming.</em> </desc> <ivariable type="NSTextAlignment" name="_alignment" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="float" name="_location" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="NSDictionary*" name="_options" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="NSTextTabType" name="_tabStopType" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <method type="NSTextAlignment" ovadd="10.3.0"> <sel>alignment</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="id" ovadd="10.3.0"> <sel>initWithTextAlignment:</sel> <arg type="NSTextAlignment">align</arg> <sel>location:</sel> <arg type="CGFloat">loc</arg> <sel>options:</sel> <arg type="NSDictionary*">options</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="id" ovadd="1.0.0"> <sel>initWithType:</sel> <arg type="NSTextTabType">type</arg> <sel>location:</sel> <arg type="CGFloat">loc</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="CGFloat" ovadd="1.0.0"> <sel>location</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSDictionary*" ovadd="10.3.0"> <sel>options</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSTextTabType" ovadd="1.0.0"> <sel>tabStopType</sel> <desc> <em>Description forthcoming.</em> </desc> </method> </class> </chapter> </body> </gsdoc>