Package | Description |
---|---|
org.docx4j.model.structure | |
org.docx4j.openpackaging.packages | |
org.docx4j.openpackaging.parts.DrawingML |
Modifier and Type | Method and Description |
---|---|
static PageSizePaper |
PageSizePaper.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageSizePaper[] |
PageSizePaper.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.setPgSize(PageSizePaper sz,
boolean landscape) |
Modifier and Type | Method and Description |
---|---|
static WordprocessingMLPackage |
WordprocessingMLPackage.createPackage(PageSizePaper sz,
boolean landscape)
Creates a WordprocessingMLPackage, containing a MainDocumentPart (with content),
Styles part, DocPropsCorePart part, and DocPropsExtendedPart.
|
Modifier and Type | Method and Description |
---|---|
WordprocessingMLPackage |
CreateDocxWithSmartArt.createSmartArtDocx(PageSizePaper sz,
boolean landscape,
MarginsWellKnown margins,
Document xml) |
Copyright © 2007-2019. All Rights Reserved.