Class | Description |
---|---|
HtmlToWmlConverter |
For converting HTML into WordprocessingML.
|
WmlBody |
Represents an Office Open XML body (<w:body>) tag.
|
WmlBookmark |
Represents an Office Open XML bookmark.
|
WmlComments | |
WmlCommonDrawingMLNonVisualProperties | |
WmlDocDefaults |
Represents an Office Open XML document defaults (<w:docDefaults>) tag.
|
WmlDrawing | |
WmlDrawingObjNonVisualProperties | |
WmlEffectExtent | |
WmlFooter |
Represents an Office Open XML footer (<w:ftr>) tag.
|
WmlHeader |
Represents an Office Open XML header (<w:hdr>) tag.
|
WmlHeaderFooterType |
Allowable values for an Office Open XML header / footer type.
|
WmlHyperlink | |
WmlInline | |
WmlListProperties | |
WmlPageMargins |
Page margins tag (<pgMar>) of a OfficeOpenXML Docx document.
|
WmlPageSize | |
WmlParagraph |
Represents an Office Open XML paragraph (<w:p>) tag.
|
WmlParagraphProperties |
Represents an Office Open XML paragraph properties (<w:pPr>) tag.
|
WmlSectionProperties |
Represents an Office Open XML section properties (<w:sectPr>) tag.
|
WmlSubDoc | |
WmlTab |
Represents an Office Open XML tab (<w:tab>) tag.
|
WmlTable | |
WmlTabLeader |
Allowed values for the tab 'leader' attribute which specifies the character to be
repeated as required to fill the tab space.
|
WmlTableCell |
Represents an Office Open XML table cell (<w:tc>) tag.
|
WmlTableCellProperties | |
WmlTableProperties | |
WmlTableRow |
Represents an Office Open XML table row (<w:tr>) tag.
|
WmlTableRowProperties |
Represents an Office Open XML table row properties (<w:trPr>) tag.
|
WmlTabStyle |
Allowed values for the tab 'val' attribute.
|
WmlText |
Represents an Office Open XML text (<w:t>) tag.
|
WmlTextRun |
Represents an Office Open XML text run (<w:r>) tag.
|
WmlTextRunProperties |
Note: In section 2.4.1 it states "It should also be noted that a pPr element
may contain a set of run properties within a rPr element - these properties
are applied to the run which contains the glyph which represents the paragraph
mark and not the entire paragraph." It seems very inefficient to structure things
this way but the format seems to force you to duplicate the run properties for every text run in a paragraph.
|
WmlVerticalMerge |
Allowed values for the verticalMerge attribute.
|
WmlXML |
Office Open XML WordprocessingML tag and attribute name definitions.
|
WmlXMLTag |
[email protected]