Class TextWrappers

java.lang.Object
de.xima.fc.common.text.wrap.TextWrappers

public final class TextWrappers extends Object
Main entry point for ITextWrapper features.
Since:
8.4.0
  • Field Details

    • COMMON_SCRIPT

      public static final String COMMON_SCRIPT
      The constant for the Unicode Common script, for characters that may be used within multiple scripts, or any unassigned code points. This is a value as defined by ISO 15924: Code for the Representation of Names of Scripts.
      See Also:
    • UNKNOWN_SCRIPT

      public static final String UNKNOWN_SCRIPT
      The constant for the Unicode Common script, for characters that may be used within multiple scripts, or any unassigned code points. This is a value as defined by ISO 15924: Code for the Representation of Names of Scripts.
      See Also:
  • Method Details