Class CTRubyOverhang


  • public final class CTRubyOverhang
    extends java.lang.Object
    [@enum] CTRubyOverhang These constants specify whether, and on which side, ruby text is allowed to overhang adjacent text if it is wider than the base text. [@constant] kCTRubyOverhangAuto The ruby text can overhang adjacent text on both sides. [@constant] kCTRubyOverhangStart The ruby text can overhang the text that proceeds it. [@constant] kCTRubyOverhangEnd The ruby text can overhang the text that follows it. [@constant] kCTRubyOverhangNone The ruby text cannot overhang the proceeding or following text.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte Auto  
      static byte End  
      static byte Invalid  
      static byte None  
      static byte Start  
    • Method Summary

      • Methods inherited from class java.lang.Object

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