public final class NSControlCharacterAction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
ContainerBreak
Causes container break
|
static long |
HorizontalTab
Treated as tab character
|
static long |
LineBreak
Causes line break
|
static long |
ParagraphBreak
Causes paragraph break; firstLineIndent will be used for the following glyph
|
static long |
Whitespace
the width for glyphs with this action are determined by -layoutManager:boundingBoxForControlGlyphAtIndex:forTextContainer:proposedLineFragment:glyphPosition:characterIndex: if the method is implemented; otherwise, same as NSControlCharacterZeroAdvancementAction
|
static long |
ZeroAdvancement
glyphs with this action are filtered out from layout (notShownAttribute == YES)
|
public static final long ZeroAdvancement
public static final long Whitespace
public static final long HorizontalTab
public static final long LineBreak
public static final long ParagraphBreak
public static final long ContainerBreak