Uses of Class
org.docx4j.model.structure.MarginsWellKnown
| Package | Description |
|---|---|
| org.docx4j.model.structure | |
| org.docx4j.openpackaging.parts.DrawingML |
-
Uses of MarginsWellKnown in org.docx4j.model.structure
Methods in org.docx4j.model.structure that return MarginsWellKnown Modifier and Type Method Description static MarginsWellKnownMarginsWellKnown. 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.Methods in org.docx4j.model.structure with parameters of type MarginsWellKnown Modifier and Type Method Description voidPageDimensions. setMargins(MarginsWellKnown m) -
Uses of MarginsWellKnown in org.docx4j.openpackaging.parts.DrawingML
Methods in org.docx4j.openpackaging.parts.DrawingML with parameters of type MarginsWellKnown Modifier and Type Method Description WordprocessingMLPackageCreateDocxWithSmartArt. createSmartArtDocx(PageSizePaper sz, boolean landscape, MarginsWellKnown margins, org.w3c.dom.Document xml)createSmartArtDocx from the provided XML.