public final class CTLineTruncationType
extends java.lang.Object
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.
public static final int Start
public static final int End
public static final int Middle