Uses of Class
org.apache.tika.parser.microsoft.FormattingUtils.Tag
-
Packages that use FormattingUtils.Tag Package Description org.apache.tika.parser.microsoft -
-
Uses of FormattingUtils.Tag in org.apache.tika.parser.microsoft
Methods in org.apache.tika.parser.microsoft that return FormattingUtils.Tag Modifier and Type Method Description static FormattingUtils.TagFormattingUtils.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.Methods in org.apache.tika.parser.microsoft that return types with arguments of type FormattingUtils.Tag Modifier and Type Method Description static 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.Tag Modifier and Type Method Description static voidFormattingUtils. closeStyleTags(XHTMLContentHandler xhtml, Deque<FormattingUtils.Tag> formattingState)Closes all formatting tags.static voidFormattingUtils. ensureFormattingState(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(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.
-