Uses of Enum
com.scroogexhtml.configuration.InvalidRtfHeaderAction
Packages that use InvalidRtfHeaderAction
Package
Description
Provides the conversion configuration classes.
Provides the main converter classes.
-
Uses of InvalidRtfHeaderAction in com.scroogexhtml.configuration
Methods in com.scroogexhtml.configuration that return InvalidRtfHeaderActionModifier and TypeMethodDescriptionstatic InvalidRtfHeaderActionReturns the enum constant of this type with the specified name.static InvalidRtfHeaderAction[]InvalidRtfHeaderAction.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InvalidRtfHeaderAction in com.scroogexhtml.converter
Methods in com.scroogexhtml.converter that return InvalidRtfHeaderActionModifier and TypeMethodDescriptionScroogeXHTMLBase.getInvalidRtfHeaderAction()Retrieves the invalid RTF header action.Methods in com.scroogexhtml.converter with parameters of type InvalidRtfHeaderActionModifier and TypeMethodDescriptionvoidScroogeXHTMLBase.setInvalidRtfHeaderAction(InvalidRtfHeaderAction newValue) Sets the action to be taken when an invalid RTF header is encountered.