Uses of Class
org.docx4j.model.datastorage.RemovalHandler.Quantifier
| Package | Description |
|---|---|
| org.docx4j.model.datastorage |
-
Uses of RemovalHandler.Quantifier in org.docx4j.model.datastorage
Methods in org.docx4j.model.datastorage that return RemovalHandler.Quantifier Modifier and Type Method Description static RemovalHandler.QuantifierRemovalHandler.Quantifier. valueOf(java.lang.String name)Returns 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.Quantifier Modifier and Type Method Description voidRemovalHandler. removeSDTs(WordprocessingMLPackage wordMLPackage, RemovalHandler.Quantifier quantifier, java.lang.String... keys)Removes Structured Document Tags from the main document part, headers, and footer, preserving their contents.voidRemovalHandler. removeSDTs(JaxbXmlPart<? extends java.lang.Object> part, RemovalHandler.Quantifier quantifier, java.lang.String... keys)Removes Structured Document Tags from a document part, preserving their contents.