Uses of Class
org.xlsx4j.sml.STHtmlFmt
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STHtmlFmt in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STHtmlFmt Modifier and Type Field Description protected STHtmlFmtCTWebPr. htmlFormatMethods in org.xlsx4j.sml that return STHtmlFmt Modifier and Type Method Description static STHtmlFmtSTHtmlFmt. fromValue(java.lang.String v)STHtmlFmtCTWebPr. getHtmlFormat()Gets the value of the htmlFormat property.static STHtmlFmtSTHtmlFmt. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STHtmlFmt[]STHtmlFmt. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xlsx4j.sml with parameters of type STHtmlFmt Modifier and Type Method Description voidCTWebPr. setHtmlFormat(STHtmlFmt value)Sets the value of the htmlFormat property.