Share via


DocumentIntelligenceLayoutSkillMarkdownHeaderDepth Class

public final class DocumentIntelligenceLayoutSkillMarkdownHeaderDepth
extends ExpandableStringEnum<DocumentIntelligenceLayoutSkillMarkdownHeaderDepth>

The depth of headers in the markdown output. Default is h6.

Field Summary

Modifier and Type Field and Description
static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepth H1

Header level 1.

static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepth H2

Header level 2.

static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepth H3

Header level 3.

static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepth H4

Header level 4.

static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepth H5

Header level 5.

static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepth H6

Header level 6.

Constructor Summary

Constructor Description
DocumentIntelligenceLayoutSkillMarkdownHeaderDepth()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DocumentIntelligenceLayoutSkillMarkdownHeaderDepth value.

Method Summary

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

Creates or finds a DocumentIntelligenceLayoutSkillMarkdownHeaderDepth from its string representation.

static Collection<DocumentIntelligenceLayoutSkillMarkdownHeaderDepth> values()

Gets known DocumentIntelligenceLayoutSkillMarkdownHeaderDepth values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

H1

public static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepth H1

Header level 1.

H2

public static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepth H2

Header level 2.

H3

public static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepth H3

Header level 3.

H4

public static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepth H4

Header level 4.

H5

public static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepth H5

Header level 5.

H6

public static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepth H6

Header level 6.

Constructor Details

DocumentIntelligenceLayoutSkillMarkdownHeaderDepth

@Deprecated
public DocumentIntelligenceLayoutSkillMarkdownHeaderDepth()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DocumentIntelligenceLayoutSkillMarkdownHeaderDepth value.

Method Details

fromString

public static DocumentIntelligenceLayoutSkillMarkdownHeaderDepth fromString(String name)

Creates or finds a DocumentIntelligenceLayoutSkillMarkdownHeaderDepth from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DocumentIntelligenceLayoutSkillMarkdownHeaderDepth.

values

public static Collection<DocumentIntelligenceLayoutSkillMarkdownHeaderDepth> values()

Gets known DocumentIntelligenceLayoutSkillMarkdownHeaderDepth values.

Returns:

known DocumentIntelligenceLayoutSkillMarkdownHeaderDepth values.

Applies to