public static enum TextContainer.Flags extends Enum<TextContainer.Flags> implements com.vladsch.flexmark.util.misc.BitField
| Enum Constant and Description |
|---|
ADD_SPACES_BETWEEN_NODES |
FOR_HEADING_ID |
LINK_TEXT_TYPE |
NO_TRIM_REF_TEXT_END |
NO_TRIM_REF_TEXT_START |
NODE_TEXT |
| Modifier and Type | Method and Description |
|---|---|
int |
getBits() |
static TextContainer.Flags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextContainer.Flags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextContainer.Flags LINK_TEXT_TYPE
public static final TextContainer.Flags NODE_TEXT
public static final TextContainer.Flags FOR_HEADING_ID
public static final TextContainer.Flags NO_TRIM_REF_TEXT_START
public static final TextContainer.Flags NO_TRIM_REF_TEXT_END
public static final TextContainer.Flags ADD_SPACES_BETWEEN_NODES
public static TextContainer.Flags[] values()
for (TextContainer.Flags c : TextContainer.Flags.values()) System.out.println(c);
public static TextContainer.Flags valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getBits()
getBits in interface com.vladsch.flexmark.util.misc.BitFieldCopyright © 2020. All rights reserved.