Uses of Enum
org.apache.tika.parser.microsoft.FormattingUtils.Tag
Packages that use FormattingUtils.Tag
-
Uses of FormattingUtils.Tag in org.apache.tika.parser.microsoft
Methods in org.apache.tika.parser.microsoft that return FormattingUtils.TagModifier and TypeMethodDescriptionstatic FormattingUtils.TagReturns 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.Methods in org.apache.tika.parser.microsoft that return types with arguments of type FormattingUtils.TagModifier and TypeMethodDescriptionstatic EnumSet<FormattingUtils.Tag>FormattingUtils.toTags(org.apache.poi.wp.usermodel.CharacterRun run) Method parameters in org.apache.tika.parser.microsoft with type arguments of type FormattingUtils.TagModifier and TypeMethodDescriptionstatic voidFormattingUtils.closeStyleTags(org.apache.tika.sax.XHTMLContentHandler xhtml, Deque<FormattingUtils.Tag> formattingState) Closes all formatting tags.static voidFormattingUtils.ensureFormattingState(org.apache.tika.sax.XHTMLContentHandler xhtml, EnumSet<FormattingUtils.Tag> desired, Deque<FormattingUtils.Tag> currentState) Closes all tags untilcurrentStatecontains only tags fromdesiredset, then open all required tags to reach desired state.static voidFormattingUtils.ensureFormattingState(org.apache.tika.sax.XHTMLContentHandler xhtml, EnumSet<FormattingUtils.Tag> desired, Deque<FormattingUtils.Tag> currentState) Closes all tags untilcurrentStatecontains only tags fromdesiredset, then open all required tags to reach desired state.