Oxygen XML Editor 14.2 Author API

ro.sync.ecss.extensions.api.highlights
Enum ColorHighlightPainter.TextDecoration

java.lang.Object
  extended by java.lang.Enum<ColorHighlightPainter.TextDecoration>
      extended by ro.sync.ecss.extensions.api.highlights.ColorHighlightPainter.TextDecoration
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ColorHighlightPainter.TextDecoration>
Enclosing class:
ColorHighlightPainter

public static enum ColorHighlightPainter.TextDecoration
extends java.lang.Enum<ColorHighlightPainter.TextDecoration>

The decoration added to text.


Enum Constant Summary
BOTTOM
          Similar to the UNDERLINE decoration, except that the line is drawn a bit lower, in the lower part of the highlight rectangle.
NONE
          Normal text.
STRIKEOUT
          A line is drawn through the text.
UNDERLINE
          A line is drawn below the text.
 
Method Summary
static ColorHighlightPainter.TextDecoration valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ColorHighlightPainter.TextDecoration[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

NONE

public static final ColorHighlightPainter.TextDecoration NONE
Normal text. No decoration.


UNDERLINE

public static final ColorHighlightPainter.TextDecoration UNDERLINE
A line is drawn below the text.


STRIKEOUT

public static final ColorHighlightPainter.TextDecoration STRIKEOUT
A line is drawn through the text.


BOTTOM

public static final ColorHighlightPainter.TextDecoration BOTTOM
Similar to the UNDERLINE decoration, except that the line is drawn a bit lower, in the lower part of the highlight rectangle.

Method Detail

values

public static ColorHighlightPainter.TextDecoration[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ColorHighlightPainter.TextDecoration c : ColorHighlightPainter.TextDecoration.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ColorHighlightPainter.TextDecoration valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Oxygen XML Editor 14.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.