Uses of Enum
org.docx4j.convert.in.xhtml.FormattingOption
Packages that use FormattingOption
-
Uses of FormattingOption in org.docx4j.convert.in.xhtml
Methods in org.docx4j.convert.in.xhtml that return FormattingOptionModifier and TypeMethodDescriptionprotected FormattingOptionXHTMLImporterImpl.getTableFormatting()static FormattingOptionReturns the enum constant of this type with the specified name.static FormattingOption[]FormattingOption.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.convert.in.xhtml with parameters of type FormattingOptionModifier and TypeMethodDescriptionvoidXHTMLImporter.setParagraphFormatting(FormattingOption paragraphFormatting) voidXHTMLImporterImpl.setParagraphFormatting(FormattingOption paragraphFormatting) voidXHTMLImporter.setRunFormatting(FormattingOption runFormatting) voidXHTMLImporterImpl.setRunFormatting(FormattingOption runFormatting) voidXHTMLImporter.setTableFormatting(FormattingOption tableFormatting) voidXHTMLImporterImpl.setTableFormatting(FormattingOption tableFormatting)