Uses of Class
org.xlsx4j.sml.STPrintError
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STPrintError in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STPrintError Modifier and Type Field Description protected STPrintErrorCTPageSetup. errorsMethods in org.xlsx4j.sml that return STPrintError Modifier and Type Method Description static STPrintErrorSTPrintError. fromValue(java.lang.String v)STPrintErrorCTPageSetup. getErrors()Gets the value of the errors property.static STPrintErrorSTPrintError. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STPrintError[]STPrintError. 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 STPrintError Modifier and Type Method Description voidCTPageSetup. setErrors(STPrintError value)Sets the value of the errors property.