Compartir a través de


DocumentSelectionMarkState Class

public final class DocumentSelectionMarkState
extends ExpandableStringEnum<DocumentSelectionMarkState>

State of the selection mark.

Field Summary

Modifier and Type Field and Description
static final DocumentSelectionMarkState SELECTED

The selection mark is selected, often indicated by a check \u2713 or cross X inside the selection mark.

static final DocumentSelectionMarkState UNSELECTED

The selection mark is not selected.

Constructor Summary

Constructor Description
DocumentSelectionMarkState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DocumentSelectionMarkState value.

Method Summary

Modifier and Type Method and Description
static DocumentSelectionMarkState fromString(String name)

Creates or finds a DocumentSelectionMarkState from its string representation.

static Collection<DocumentSelectionMarkState> values()

Gets known DocumentSelectionMarkState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

SELECTED

public static final DocumentSelectionMarkState SELECTED

The selection mark is selected, often indicated by a check \u2713 or cross X inside the selection mark.

UNSELECTED

public static final DocumentSelectionMarkState UNSELECTED

The selection mark is not selected.

Constructor Details

DocumentSelectionMarkState

@Deprecated
public DocumentSelectionMarkState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DocumentSelectionMarkState value.

Method Details

fromString

public static DocumentSelectionMarkState fromString(String name)

Creates or finds a DocumentSelectionMarkState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DocumentSelectionMarkState.

values

public static Collection values()

Gets known DocumentSelectionMarkState values.

Returns:

known DocumentSelectionMarkState values.

Applies to