Modifier and Type | Method and Description |
---|---|
Docx |
Docx.setDefaultFont(Font inValue)
Convenience method for setting the default font for the document.
|
Constructor and Description |
---|
DmlBlip(Docx inDocx) |
DmlBlipFill(Docx inDocx) |
DmlGraphic(Docx inDocx) |
DmlGraphicData(Docx inDocx) |
DmlNonVisualShapeDrawingProperties(Docx inDocx) |
DmlNonVisualShapeProperties(Docx inDocx) |
DmlPicture(Docx inDocx) |
DmlShape(Docx inDocx) |
DmlStretch(Docx inDocx) |
Constructor and Description |
---|
DmlTextBody(Docx inDocx) |
Modifier and Type | Method and Description |
---|---|
Docx |
DocxPart.getParentDoc() |
Docx |
WmlContentPart.getParentDoc() |
Constructor and Description |
---|
DocumentPart(Docx inDocx) |
FooterPart(Docx inDocx,
WmlFooter inRootNode) |
FooterRelationshipPart(Docx inDocx,
String inFooterFilename) |
HeaderPart(Docx inDocx,
WmlHeader inRootNode) |
HeaderRelationshipPart(Docx inDocx,
String inHeaderFilename) |
MainDocPartRelationshipPart(Docx inDocx) |
NumberingPart(Docx inDocx) |
StylesPart(Docx inDocx) |
VbaRelationshipPart(Docx inDocx) |
WmlContentPart(Docx inParentDoc) |
Modifier and Type | Method and Description |
---|---|
Docx |
WmlSubDoc.getParentDoc() |
Docx |
WmlXMLTag.getParentDoc() |
Modifier and Type | Method and Description |
---|---|
void |
WmlBody.addSubDoc(Docx inValue) |
WmlXMLTag |
WmlXMLTag.addSubtag(XMLName inName,
Docx inParentDoc) |
List<XMLTag> |
HtmlToWmlConverter.convert(HTMLTag inHTMLTag,
Docx inDocx)
Warning: this method is still a brittle work-in-progress.
|
static List<WmlAbstractNumbering> |
WmlAbstractNumbering.generateDefaultValues(Docx inParentDoc) |
WmlSubDoc |
WmlSubDoc.setDocument(Docx inValue) |
Constructor and Description |
---|
WmlComplexField(Docx inDocx,
WmlComplexFieldCharType inType) |
WmlSimpleField(Docx inDocx) |
Modifier and Type | Method and Description |
---|---|
static List<WmlStyle> |
WmlCharacterStyle.generateDefaultStyles(Docx inParentDoc) |
static List<WmlStyle> |
WmlNumberingStyle.generateDefaultStyles(Docx inParentDoc) |
static List<WmlStyle> |
WmlParagraphStyle.generateDefaultStyles(Docx inParentDoc) |
static List<WmlStyle> |
WmlTableStyle.generateDefaultStyles(Docx inParentDoc) |
Constructor and Description |
---|
WmlBorder(WmlBorderPosition inPosition,
Docx inDocx) |
WmlCharacterStyle(Docx inDocx) |
WmlCharacterStyle(String inId,
Docx inDocx) |
WmlLineBorder(WmlBorderPosition inPosition,
Docx inDocx) |
WmlNumberingStyle(Docx inDocx) |
WmlNumberingStyle(String inId,
Docx inDocx) |
WmlParagraphBorder(Docx inDocx) |
WmlParagraphStyle(Docx inDocx) |
WmlParagraphStyle(String inId,
Docx inDocx) |
WmlStyle(WmlStyleType inType,
Docx inDocx) |
WmlStyle(WmlStyleType inType,
String inId,
Docx inDocx) |
WmlStyles(Docx inDocx) |
WmlTableStyle(Docx inDocx) |
WmlTableStyle(String inId,
Docx inDocx) |
WmlTableStyleProperties(WmlTableStyleProperties.Type inType,
Docx inDocx) |
WmlTextBorder(Docx inDocx) |
WmlTextBorder(Docx inDocx,
CSSDeclaration inCSSDeclaration) |
Constructor and Description |
---|
CommentsPart(Docx inDocx) |
OfficeXMLContentPart(Docx inDocx) |
SettingsPart(Docx inDocx) |
jataylor@hairyfatguy.com