Class SmartText.SmartTextFormatInfo

java.lang.Object
org.eclnt.jsfserver.util.SmartText.SmartTextFormatInfo
Enclosing class:
SmartText

public static class SmartText.SmartTextFormatInfo extends Object
Formatting info for a certain part of the text.
  • Constructor Details

    • SmartTextFormatInfo

      public SmartTextFormatInfo(int beginOffset, int endOffset, int format)
  • Method Details

    • isBold

      public boolean isBold()
    • isUnderlined

      public boolean isUnderlined()
    • isSubscript

      public boolean isSubscript()
    • isSuperscript

      public boolean isSuperscript()
    • isHighlighted

      public boolean isHighlighted()
    • getColorAddon

      public int getColorAddon()