Uses of Enum
com.scroogexhtml.rtf.RTFKeywords.Option
Packages that use RTFKeywords.Option
-
Uses of RTFKeywords.Option in com.scroogexhtml.rtf
Methods in com.scroogexhtml.rtf that return RTFKeywords.OptionModifier and TypeMethodDescriptionstatic RTFKeywords.OptionReturns the enum constant of this type with the specified name.static RTFKeywords.Option[]RTFKeywords.Option.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in com.scroogexhtml.rtf with type arguments of type RTFKeywords.OptionModifierConstructorDescriptionRTFKeywords(Set<RTFKeywords.Option> options) Constructor for the RTFKeywords object.