Package | Description |
---|---|
org.apache.tika.parser.microsoft |
Modifier and Type | Method and Description |
---|---|
static FormattingUtils.Tag |
FormattingUtils.Tag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormattingUtils.Tag[] |
FormattingUtils.Tag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<FormattingUtils.Tag> |
FormattingUtils.toTags(org.apache.poi.wp.usermodel.CharacterRun run) |
Modifier and Type | Method and Description |
---|---|
static void |
FormattingUtils.closeStyleTags(XHTMLContentHandler xhtml,
Deque<FormattingUtils.Tag> formattingState)
Closes all formatting tags.
|
static void |
FormattingUtils.ensureFormattingState(XHTMLContentHandler xhtml,
EnumSet<FormattingUtils.Tag> desired,
Deque<FormattingUtils.Tag> currentState)
Closes all tags until
currentState contains only tags from desired set,
then open all required tags to reach desired state. |
static void |
FormattingUtils.ensureFormattingState(XHTMLContentHandler xhtml,
EnumSet<FormattingUtils.Tag> desired,
Deque<FormattingUtils.Tag> currentState)
Closes all tags until
currentState contains only tags from desired set,
then open all required tags to reach desired state. |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.