public final class StandardStructureTypes extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StandardStructureTypes.Grouping |
static class |
StandardStructureTypes.Illustration |
static class |
StandardStructureTypes.InlineLevelStructure |
static class |
StandardStructureTypes.List |
static class |
StandardStructureTypes.Paragraphlike |
static class |
StandardStructureTypes.RubyOrWarichu |
static class |
StandardStructureTypes.Table |
Modifier and Type | Method and Description |
---|---|
static StructureType |
get(String name)
Returns the standard structure type of the given name.
|
public static StructureType get(String name)
name
- the name of a structure type, case sensitive. For example, Document,
Sect, H1, etc.StructureType
instance, or null
if the given
name does not correspond to a standard structure typeCopyright © 2025 Apache Software Foundation. All rights reserved.