Uses of Enum Class
org.docx4j.model.datastorage.RemovalHandler.Quantifier
Packages that use RemovalHandler.Quantifier
-
Uses of RemovalHandler.Quantifier in org.docx4j.model.datastorage
Fields in org.docx4j.model.datastorage declared as RemovalHandler.QuantifierModifier and TypeFieldDescriptionprivate RemovalHandler.QuantifierRemovalHandler.defaultQuantifierMethods in org.docx4j.model.datastorage that return RemovalHandler.QuantifierModifier and TypeMethodDescriptionprivate RemovalHandler.QuantifierRemovalHandler.getQuantifier()static RemovalHandler.QuantifierReturns the enum constant of this class with the specified name.static RemovalHandler.Quantifier[]RemovalHandler.Quantifier.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.docx4j.model.datastorage with parameters of type RemovalHandler.QuantifierModifier and TypeMethodDescriptionvoidRemovalHandler.removeSDTs(WordprocessingMLPackage wordMLPackage, RemovalHandler.Quantifier quantifier, String... keys) Removes Structured Document Tags from the main document part, headers, and footer, preserving their contents.voidRemovalHandler.removeSDTs(JaxbXmlPart<? extends Object> part, RemovalHandler.Quantifier quantifier, String... keys) Removes Structured Document Tags from a document part, preserving their contents.