mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 04:50:37 +00:00
Added documnetation skeleton
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6128 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
97682c853d
commit
a4fb260bc4
103 changed files with 14581 additions and 0 deletions
68
Documentation/gsdoc/NSParagraphStyle.gsdoc
Normal file
68
Documentation/gsdoc/NSParagraphStyle.gsdoc
Normal file
|
@ -0,0 +1,68 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSParagraphStyle" prev="NSPanel.html" next="NSPasteboard.html" up="AppKit.html">
|
||||
<head>
|
||||
<title>NSParagraphStyle</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
<email address="rfm@gnu.org"/>
|
||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||||
</author>
|
||||
<version>0.1</version>
|
||||
<date>28 February, 2000</date>
|
||||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
<heading>NSParagraphStyle</heading>
|
||||
<class name="NSParagraphStyle" super="NSObject">
|
||||
<declared>AppKit/NSParagraphStyle.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="NSParagraphStyle*" factory="yes"><sel>defaultParagraphStyle</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="NSTextAlignment"><sel>alignment</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="float"><sel>firstLineHeadIndent</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="float"><sel>headIndent</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="NSLineBreakMode"><sel>lineBreakMode</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="float"><sel>lineSpacing</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="float"><sel>maximumLineHeight</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="float"><sel>minimumLineHeight</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="float"><sel>paragraphSpacing</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="NSArray*"><sel>tabStops</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="float"><sel>tailIndent</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
</class>
|
||||
</chapter>
|
||||
</body>
|
||||
</gsdoc>
|
Loading…
Add table
Add a link
Reference in a new issue