|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSParagraphStyle
public abstract class NSParagraphStyle
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
| Nested Class Summary | |
|---|---|
static class |
NSParagraphStyle._class_
|
static class |
NSParagraphStyle._flags_struct
|
| Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
|---|
NSCopying._static_ |
| Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSMutableCopying |
|---|
NSMutableCopying._static_ |
| Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
|---|
NSCoding._static_ |
| Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
|---|
NSObject._static_ |
| Constructor Summary | |
|---|---|
NSParagraphStyle()
|
|
| Method Summary | |
|---|---|
abstract NSObject |
alignment()
Original signature : -(id)alignmentnative declaration : NSParagraphStyle.h:112 |
static NSParagraphStyle |
alloc()
|
abstract NSObject |
baseWritingDirection()
Original signature : -(id)baseWritingDirectionnative declaration : NSParagraphStyle.h:127 |
static NSParagraphStyle |
defaultParagraphStyle()
Original signature : +(NSParagraphStyle*)defaultParagraphStylenative declaration : NSParagraphStyle.h:104 |
abstract org.rococoa.cocoa.CGFloat |
defaultTabInterval()
Tabs after the last specified in tabStops are placed at integral multiples of this distance (if positive). |
static NSObject |
defaultWritingDirectionForLanguage(NSString languageName)
languageName is in ISO lang region format Original signature : +(id)defaultWritingDirectionForLanguage:(NSString*)native declaration : NSParagraphStyle.h:107 |
abstract org.rococoa.cocoa.CGFloat |
firstLineHeadIndent()
Distance from margin to edge appropriate for text direction Original signature : -(CGFloat)firstLineHeadIndentnative declaration : NSParagraphStyle.h:118 |
static NSParagraphStyle._class_ |
getNSClass()
|
abstract NSInteger |
headerLevel()
Specifies whether the paragraph is to be treated as a header for purposes of HTML generation. |
abstract org.rococoa.cocoa.CGFloat |
headIndent()
Distance from margin to front edge of paragraph Original signature : -(CGFloat)headIndentnative declaration : NSParagraphStyle.h:116 |
abstract float |
hyphenationFactor()
Specifies the threshold for hyphenation. |
abstract int |
lineBreakMode()
Original signature : -(NSLineBreakMode)lineBreakModenative declaration : NSParagraphStyle.h:124 |
abstract org.rococoa.cocoa.CGFloat |
lineHeightMultiple()
Natural line height is multiplied by this factor (if positive) before being constrained by minimum and maximum line height. |
abstract org.rococoa.cocoa.CGFloat |
lineSpacing()
"Leading": distance between the bottom of one line fragment and top of next (applied between lines in the same container). |
abstract org.rococoa.cocoa.CGFloat |
maximumLineHeight()
0 implies no maximum. |
abstract org.rococoa.cocoa.CGFloat |
minimumLineHeight()
Line height is the distance from bottom of descenders to top of ascenders; basically the line fragment height. |
static NSParagraphStyle |
new_()
|
abstract org.rococoa.cocoa.CGFloat |
paragraphSpacing()
Distance between the bottom of this paragraph and top of next (or the beginning of its paragraphSpacingBefore, if any). |
abstract org.rococoa.cocoa.CGFloat |
paragraphSpacingBefore()
Distance between the bottom of the previous paragraph (or the end of its paragraphSpacing, if any) and the top of this paragraph. |
abstract NSArray |
tabStops()
Distance from margin to tab stops Original signature : -(NSArray*)tabStopsnative declaration : NSParagraphStyle.h:119 |
abstract org.rococoa.cocoa.CGFloat |
tailIndent()
Distance from margin to back edge of paragraph; if negative or 0, from other margin Original signature : -(CGFloat)tailIndentnative declaration : NSParagraphStyle.h:117 |
abstract NSArray |
textBlocks()
Array to specify the text blocks containing the paragraph, nested from outermost to innermost. |
abstract NSArray |
textLists()
Array to specify the text lists containing the paragraph, nested from outermost to innermost. |
abstract float |
tighteningFactorForTruncation()
Specifies the threshold for using tightening as an alternative to truncation. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
|---|
copyWithZone |
| Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSMutableCopying |
|---|
mutableCopyWithZone |
| Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
|---|
encodeWithCoder, initWithCoder |
| Methods inherited from interface org.rococoa.ObjCObject |
|---|
id |
| Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
|---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
| Constructor Detail |
|---|
public NSParagraphStyle()
| Method Detail |
|---|
public static NSParagraphStyle defaultParagraphStyle()
+(NSParagraphStyle*)defaultParagraphStyle
public static NSObject defaultWritingDirectionForLanguage(NSString languageName)
+(id)defaultWritingDirectionForLanguage:(NSString*)
public abstract org.rococoa.cocoa.CGFloat lineSpacing()
-(CGFloat)lineSpacing
public abstract org.rococoa.cocoa.CGFloat paragraphSpacing()
-(CGFloat)paragraphSpacing
public abstract NSObject alignment()
-(id)alignment
public abstract org.rococoa.cocoa.CGFloat headIndent()
-(CGFloat)headIndent
public abstract org.rococoa.cocoa.CGFloat tailIndent()
-(CGFloat)tailIndent
public abstract org.rococoa.cocoa.CGFloat firstLineHeadIndent()
-(CGFloat)firstLineHeadIndent
public abstract NSArray tabStops()
-(NSArray*)tabStops
public abstract org.rococoa.cocoa.CGFloat minimumLineHeight()
-(CGFloat)minimumLineHeight
public abstract org.rococoa.cocoa.CGFloat maximumLineHeight()
-(CGFloat)maximumLineHeight
public abstract int lineBreakMode()
-(NSLineBreakMode)lineBreakMode
public abstract NSObject baseWritingDirection()
-(id)baseWritingDirection
public abstract org.rococoa.cocoa.CGFloat lineHeightMultiple()
-(CGFloat)lineHeightMultiple
public abstract org.rococoa.cocoa.CGFloat paragraphSpacingBefore()
-(CGFloat)paragraphSpacingBefore
public abstract org.rococoa.cocoa.CGFloat defaultTabInterval()
-(CGFloat)defaultTabInterval
public abstract NSArray textBlocks()
-(NSArray*)textBlocks
public abstract NSArray textLists()
-(NSArray*)textLists
public abstract float hyphenationFactor()
-(float)hyphenationFactor
public abstract float tighteningFactorForTruncation()
-(float)tighteningFactorForTruncation
public abstract NSInteger headerLevel()
-(NSInteger)headerLevel
public static NSParagraphStyle alloc()
public static NSParagraphStyle new_()
public static NSParagraphStyle._class_ getNSClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||