Uses of Class
org.docx4j.convert.in.xhtml.FormattingOption
| Package | Description |
|---|---|
| org.docx4j.convert.in.xhtml |
-
Uses of FormattingOption in org.docx4j.convert.in.xhtml
Methods in org.docx4j.convert.in.xhtml that return FormattingOption Modifier and Type Method Description static FormattingOptionFormattingOption. valueOf(java.lang.String name)Returns 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 FormattingOption Modifier and Type Method Description voidXHTMLImporter. setParagraphFormatting(FormattingOption paragraphFormatting)voidXHTMLImporter. setRunFormatting(FormattingOption runFormatting)voidXHTMLImporter. setTableFormatting(FormattingOption tableFormatting)