Package apple.coretext.enums
Class CTLineTruncationType
- java.lang.Object
-
- apple.coretext.enums.CTLineTruncationType
-
public final class CTLineTruncationType extends java.lang.Object[@enum] CTLineTruncationType Truncation types required by CTLineCreateTruncatedLine. These will tell truncation engine which type of truncation is being requested. [@constant] kCTLineTruncationStart Truncate at the beginning of the line, leaving the end portion visible. [@constant] kCTLineTruncationEnd Truncate at the end of the line, leaving the start portion visible. [@constant] kCTLineTruncationMiddle Truncate in the middle of the line, leaving both the start and the end portions visible.
-
-
Field Detail
-
Start
public static final int Start
- See Also:
- Constant Field Values
-
End
public static final int End
- See Also:
- Constant Field Values
-
Middle
public static final int Middle
- See Also:
- Constant Field Values
-
-