| Package | Description |
|---|---|
| org.docx4j.model.datastorage |
| Modifier and Type | Method and Description |
|---|---|
static RemovalHandler.Quantifier |
RemovalHandler.Quantifier.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemovalHandler.removeSDTs(JaxbXmlPart<? extends Object> part,
RemovalHandler.Quantifier quantifier,
String... keys)
Removes Structured Document Tags from a document part, preserving their
contents.
|
void |
RemovalHandler.removeSDTs(WordprocessingMLPackage wordMLPackage,
RemovalHandler.Quantifier quantifier,
String... keys)
Removes Structured Document Tags from the main document part, headers, and footer,
preserving their contents.
|
Copyright © 2007-2022. All Rights Reserved.