Uses of Enum
org.apache.tika.parser.microsoft.FormattingUtils.Tag
-
Uses of FormattingUtils.Tag in org.apache.tika.parser.microsoft
Modifier and TypeMethodDescriptionstatic FormattingUtils.Tag
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 TypeMethodDescriptionstatic EnumSet<FormattingUtils.Tag>
FormattingUtils.toTags
(org.apache.poi.wp.usermodel.CharacterRun run) Modifier and TypeMethodDescriptionstatic 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 untilcurrentState
contains only tags fromdesired
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 untilcurrentState
contains only tags fromdesired
set, then open all required tags to reach desired state.