Uses of Enum
org.docx4j.model.datastorage.RemovalHandler.Quantifier
Packages that use RemovalHandler.Quantifier
-
Uses of RemovalHandler.Quantifier in org.docx4j.model.datastorage
Methods in org.docx4j.model.datastorage that return RemovalHandler.QuantifierModifier and TypeMethodDescriptionstatic RemovalHandler.QuantifierReturns the enum constant of this type with the specified name.static RemovalHandler.Quantifier[]RemovalHandler.Quantifier.values()Returns an array containing the constants of this enum type, 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.