| Package | Description |
|---|---|
| org.docx4j.model.structure | |
| org.docx4j.openpackaging.parts.DrawingML |
| Modifier and Type | Method and Description |
|---|---|
static MarginsWellKnown |
MarginsWellKnown.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MarginsWellKnown[] |
MarginsWellKnown.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageDimensions.setMargins(MarginsWellKnown m) |
| Modifier and Type | Method and Description |
|---|---|
WordprocessingMLPackage |
CreateDocxWithSmartArt.createSmartArtDocx(PageSizePaper sz,
boolean landscape,
MarginsWellKnown margins,
org.w3c.dom.Document xml)
createSmartArtDocx from the provided XML.
|
Copyright © 2007–2023. All rights reserved.