Class 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 Summary

      Fields 
      Modifier and Type Field Description
      static int End  
      static int Middle  
      static int Start  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait