Modifier and Type | Interface and Description |
---|---|
interface |
HTMLNode
Basic interface that defines toHTML().
|
Modifier and Type | Class and Description |
---|---|
class |
Applet
Represents an applet (<applet>) tag.
|
class |
Area
Represents an image map area (<area>) tag.
|
class |
Body
Represents a body (<body>) tag.
|
class |
Center
Represents a center (<center>) tag.
|
class |
Col
Table column (<col>) tag.
|
class |
Colgroup
Table column group (<colgroup>) tag.
|
class |
Div
Represents a div (<div>) tag.
|
class |
Em
Represents an emphasis (<em>) tag.
|
class |
Form
Represents a form (<form>) tag.
|
class |
Frame
Represents a frame (<frame>) tag.
|
class |
Frameset
Represents a frameset (<frameset>) tag.
|
class |
H1
Represents a heading (<h1>) tag.
|
class |
H2
Represents a heading (<h2>) tag.
|
class |
H3
Represents a heading (<h3>) tag.
|
class |
Head
Represents a head (<head>) tag.
|
class |
Hr
Represents a horizontal rule (<hr>) tag.
|
class |
HTML
Represents an html (<html>) tag and also contains tag name constants.
|
class |
HTMLTag
Base class for HTML elements.
|
class |
HTMLTagWithCoreEvents
Base class for html elements that support the common mouse and keyboard events.
|
class |
HTMLTagWithFormEvents
Base class for most html form elements.
|
class |
IEConditionalComment
Conditional html comment for use with Internet Explorer.
|
class |
IFrame
Represents an iframe (<iframe>) tag.
|
class |
ImageMap
Represents an image map (<map>) tag.
|
class |
Img
Represents a image (<img>) tag.
|
class |
InputButton
Represents a button form element (<input type='button'>) tag.
|
class |
InputCheckbox
Represents a checkbox form element (<input type='checkbox'>) tag.
|
class |
InputFile
Represents a file upload form element (<input type='file'>) tag.
|
class |
InputHidden
Represents a hidden form element (<input type='hidden'>) tag.
|
class |
InputPassword
Represents a password form element (<input type='password'>) tag.
|
class |
InputRadio
Represents a radio form element (<input type='radio'>) tag.
|
class |
InputReset
Represents a reset form element (<input type='reset'>) tag.
|
class |
InputSubmit
Represents a submit form element (<input type='submit'>) tag.
|
class |
InputText
Represents a text input form element (<input type='text'>) tag.
|
class |
Label
Represents a label (<label>) tag.
|
class |
Li
Represents a list item (<li>) tag.
|
class |
Link
Represents a link (<a>) tag.
|
class |
Meta
Represents a meta (<meta>) tag.
|
class |
Nobr
Represents a no break (<nobr>) tag.
|
class |
ObjectTag
Represents an object (<object>) tag.
|
class |
Ol
Represents an ordered list (<ol>) tag.
|
class |
OptGroup
Represents an option group (<optgroup>) tag.
|
class |
Option
Represents a list option (<option>) tag.
|
class |
P
Represents a paragraph (<p>) tag.
|
class |
Param
Represents a param (<param>) tag.
|
class |
Pre
Represents a pre (<pre>) tag.
|
class |
Script
Represents a script (<script>) tag.
|
class |
Select
Represents an html select (<select>) tag.
|
class |
Span
Represents a span (<span>) tag.
|
class |
StyleTag
Represents an HTML style (<style>) tag.
|
class |
Table
Represents a table (<table>) tag.
|
class |
TBody
Represents a table body (<tbody>) tag.
|
class |
Td
Represents a table cell (<td>) tag.
|
class |
Textarea
Represents a textarea (<textarea>) tag.
|
class |
TFoot
Represents a table footer (<tfoot>) tag.
|
class |
Th
Represents a table header cell (<th>) tag.
|
class |
THead
Represents a table header (<thead>) tag.
|
class |
Tr
Represents a table row (<tr>) tag.
|
class |
Ul
Represents an unordered list (<ul>) tag.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckboxSpan
Container for a checkbox or radio button plus its label.
|
class |
ClickLabelSpan
Container for things like a custom tri-state plus its label.
|
class |
MultiSelectExpander
Widget for expanding / collapsing a multi-select box.
|
class |
TabbedPaneSet
Convenience class for constructing a tabbed pane set.
|
class |
TextareaExpander
Widget for expanding / collapsing a textarea.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SvgNode
Interface for SVG-specific methods.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSvgNode
SVG (Scalable Vector Graphics) tag base class.
|
class |
SVG
Object representation of an SVG (Scalable Vector Graphics) tag.
|
class |
SvgCircle
Object representation of an SVG (Scalable Vector Graphics) 'circle' tag.
|
class |
SvgDefs
Object representation of an SVG (Scalable Vector Graphics) 'defs' tag.
|
class |
SvgDesc
Object representation of an SVG (Scalable Vector Graphics) 'desc' tag.
|
class |
SvgEllipse
Object representation of an SVG (Scalable Vector Graphics) 'ellipse' tag.
|
class |
SvgFilter
Object representation of an SVG (Scalable Vector Graphics) 'filter' tag.
|
class |
SvgForeignObject
Object representation of an SVG (Scalable Vector Graphics) 'foreignObject' tag.
|
class |
SvgGroup
Object representation of an SVG (Scalable Vector Graphics) 'g' tag.
|
class |
SvgLine
Object representation of an SVG (Scalable Vector Graphics) line tag.
|
class |
SvgLink
Object representation of an SVG (Scalable Vector Graphics) 'g' tag.
|
class |
SvgMarker
Object representation of an SVG (Scalable Vector Graphics) 'marker' tag.
|
class |
SvgMetadata
Object representation of an SVG (Scalable Vector Graphics) 'metadata' tag.
|
class |
SvgPath
Object representation of an SVG (Scalable Vector Graphics) path tag.
|
class |
SvgPolygon
Object representation of an SVG (Scalable Vector Graphics) polygon tag.
|
class |
SvgPolyline
Object representation of an SVG (Scalable Vector Graphics) polyline tag.
|
class |
SvgRect
Object representation of an SVG (Scalable Vector Graphics) rect tag.
|
class |
SvgScript
Object representation of an SVG (Scalable Vector Graphics) 'script' tag.
|
class |
SvgSwitch
Object representation of an SVG (Scalable Vector Graphics) 'switch' tag.
|
class |
SvgSymbol
Object representation of an SVG (Scalable Vector Graphics) 'symbol' tag.
|
class |
SvgText
Object representation of an SVG (Scalable Vector Graphics) text tag.
|
class |
SvgTitle
Object representation of an SVG (Scalable Vector Graphics) 'title' tag.
|
class |
SvgTSpan
Object representation of an SVG (Scalable Vector Graphics) 'tspan' tag.
|
class |
SvgUse
Object representation of an SVG (Scalable Vector Graphics) 'use' tag.
|
Modifier and Type | Class and Description |
---|---|
class |
SvgFeBlend
Object representation of an SVG (Scalable Vector Graphics) 'feBlend' filter effect tag.
|
class |
SvgFeColorMatrix
Object representation of an SVG (Scalable Vector Graphics) 'feColorMatrix' filter effect tag.
|
class |
SvgFeComponentTransfer
Object representation of an SVG (Scalable Vector Graphics) 'feComponentTransfer' filter effect tag.
|
class |
SvgFeComposite
Object representation of an SVG (Scalable Vector Graphics) 'feComposite' filter effect tag.
|
class |
SvgFeConvolveMatrix
Object representation of an SVG (Scalable Vector Graphics) 'feConvolveMatrix' filter effect tag.
|
class |
SvgFeDiffuseLighting
Object representation of an SVG (Scalable Vector Graphics) 'feDiffuseLighting' filter effect tag.
|
class |
SvgFeDisplacementMap
Object representation of an SVG (Scalable Vector Graphics) 'feDisplacementMap' filter effect tag.
|
class |
SvgFeDistantLight
Object representation of an SVG (Scalable Vector Graphics) 'feDistantLight' filter effect tag.
|
class |
SvgFeFlood
Object representation of an SVG (Scalable Vector Graphics) 'feFlood' filter effect tag.
|
class |
SvgFeFunc
Abstract base class for SVG (Scalable Vector Graphics) 'feFunc[RGBA]' filter effect tags."
|
class |
SvgFeFuncA
Object representation of an SVG (Scalable Vector Graphics) 'feFuncA' filter effect tag.
|
class |
SvgFeFuncB
Object representation of an SVG (Scalable Vector Graphics) 'feFuncB' filter effect tag.
|
class |
SvgFeFuncG
Object representation of an SVG (Scalable Vector Graphics) 'feFuncG' filter effect tag.
|
class |
SvgFeFuncR
Object representation of an SVG (Scalable Vector Graphics) 'feFuncR' filter effect tag.
|
class |
SvgFeGaussianBlur
Object representation of an SVG (Scalable Vector Graphics) 'feGaussianBlur' filter effect tag.
|
class |
SvgFeImage
Object representation of an SVG (Scalable Vector Graphics) 'feImage' filter effect tag.
|
class |
SvgFeMerge
Object representation of an SVG (Scalable Vector Graphics) 'feMerge' filter effect tag.
|
class |
SvgFeMergeNode
Object representation of an SVG (Scalable Vector Graphics) 'feMergeNode' filter effect tag.
|
class |
SvgFeMorphology
Object representation of an SVG (Scalable Vector Graphics) 'feMorphology' filter effect tag.
|
class |
SvgFeOffset
Object representation of an SVG (Scalable Vector Graphics) 'feOffset' filter effect tag.
|
class |
SvgFePointLight
Object representation of an SVG (Scalable Vector Graphics) 'fePointLight' filter effect tag.
|
class |
SvgFeSpecularLighting
Object representation of an SVG (Scalable Vector Graphics) 'feSpecularLighting' filter effect tag.
|
class |
SvgFeSpotLight
Object representation of an SVG (Scalable Vector Graphics) 'feSpotLight' filter effect tag.
|
class |
SvgFeTile
Object representation of an SVG (Scalable Vector Graphics) 'feTile' filter effect tag.
|
class |
SvgFeTurbulence
Object representation of an SVG (Scalable Vector Graphics) 'feTurbulence' filter effect tag.
|
class |
SvgLightSource
An abstract light source.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XMLContainer
Interface for an unusual XML object that may have content or subtags but not a name or attributes
(for example an IE conditional comment in HTML).
|
interface |
XMLNode
Interface for an XML node.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLCDATA
Represents a CDATA block.
|
class |
XMLComment |
class |
XMLContainerImpl
XML object that can contain sub-objects but not a name or attributes.
|
class |
XMLProcessingInstruction
Generic container for XML processing instructions.
|
class |
XMLTag
XMLTag is a generic container for XML.
|
Modifier and Type | Method and Description |
---|---|
<T extends XMLizable> |
XMLContainer.getSubtags()
Returns a List of all subtags on this object.
|
<T extends XMLizable> |
XMLContainerImpl.getSubtags() |
<T extends XMLizable> |
XMLContainer.setSubtags(List<T> inSubtags)
Sets the subtags of this object to those specified.
|
<T extends XMLizable> |
XMLContainerImpl.setSubtags(List<T> inSubtags) |
Modifier and Type | Method and Description |
---|---|
XMLizable |
XMLizable.clone() |
Modifier and Type | Method and Description |
---|---|
void |
XMLContainerImpl.addSubtag(int inIndex,
XMLizable inSubtag)
Added the specified subtag at the specified position in the list of this tag's
children.
|
void |
XMLContainer.addSubtag(XMLizable inSubtag) |
void |
XMLContainerImpl.addSubtag(XMLizable inSubtag) |
int |
XMLContainer.indexOf(XMLizable inSubtag)
Returns the index of the specified subtag.
|
int |
XMLContainerImpl.indexOf(XMLizable inSubtag) |
void |
XMLContainer.removeSubtag(XMLizable inSubtag)
Removes all instances of the specified subtag from this object.
|
void |
XMLContainerImpl.removeSubtag(XMLizable inSubtag) |
Modifier and Type | Method and Description |
---|---|
void |
XMLContainer.addSubtags(Collection<? extends XMLizable> inSubtags) |
void |
XMLContainerImpl.addSubtags(Collection<? extends XMLizable> inSubtags) |
Modifier and Type | Class and Description |
---|---|
class |
CreativeCommons_Work
Object representation of the Creative Commons 'Work' tag.
|
Modifier and Type | Class and Description |
---|---|
class |
DublinCore
Dublin Core base tag class.
|
class |
DublinCore_Format
Object representation of the Dublin Core 'format' tag.
|
class |
DublinCore_Title
Object representation of the Dublin Core 'title' tag.
|
class |
DublinCore_Type
Object representation of the Dublin Core 'type' tag.
|
Modifier and Type | Class and Description |
---|---|
class |
ExcelBorder
Excel border.
|
class |
ExcelCell
Cell tag for use with Microsoft's Office 2003 SpreadsheetML.
|
class |
ExcelColumn
Excel table column.
|
class |
ExcelComment
Comment tag for use with Microsoft's Office 2003 SpreadsheetML.
|
class |
ExcelData
Data tag for use with Microsoft's Office 2003 SpreadsheetML.
|
class |
ExcelFont |
class |
ExcelRow
Excel row.
|
class |
ExcelStyle
Excel style.
|
class |
ExcelTable
Excel table.
|
class |
ExcelWorkbook
Excel workbook.
|
class |
ExcelWorksheet
MSOffice 2003 Excel worksheet.
|
class |
ExcelWorksheetOptions
Excel worksheet options.
|
Modifier and Type | Class and Description |
---|---|
class |
OfficeOpenXMLTag
Base tag class for Office Open XML tags.
|
Modifier and Type | Class and Description |
---|---|
class |
DmlBlip
From the ECMA-TC45 Primer: "BLIPs refer to Binary Large Image or Pictures."
|
class |
DmlBlipFill
From the ECMA-TC45 Primer: "BLIPs refer to Binary Large Image or Pictures.
|
class |
DmlExtents
Represents an extents (<a:ext>) tag in drawing markup language (DML) from Office Open XML.
|
class |
DmlGraphic |
class |
DmlGraphicData
Represents graphic data (<graphicData:r>) tag in drawing markup language (DML) from Office Open XML.
|
class |
DmlGraphicFrameLocks |
class |
DmlNonVisualDrawingProperties |
class |
DmlNonVisualPictureDrawingProperties
Sequence [1..1]
1.
|
class |
DmlNonVisualPictureProperties |
class |
DmlNonVisualShapeDrawingProperties |
class |
DmlNonVisualShapeProperties |
class |
DmlPicture |
class |
DmlPictureLocks |
class |
DmlPresetGeometry |
class |
DmlShape |
class |
DmlShapeAdjustValues |
class |
DmlShapeProperties
Represents an Office Open XML drawingml shape properties (<a:shPr>) tag.
|
class |
DmlSrcRect |
class |
DmlStretch |
class |
DmlTransform |
Modifier and Type | Class and Description |
---|---|
class |
DmlColor
Base color in drawing markup language (DML) from Office Open XML.
|
class |
DmlSchemeColor
Represents a scheme color model (<a:schemeClr>) tag in drawing markup language (DML) from Office Open XML.
|
class |
DmlSRGBColor
Represents a sRGB color model (<a:srgbClr>) tag in drawing markup language (DML) from Office Open XML.
|
Modifier and Type | Class and Description |
---|---|
class |
DmlEffect
Base effect in drawing markup language (DML) from Office Open XML.
|
class |
DmlEffectRef
Represents a effect reference (<a:effectRef>) tag in drawing markup language (DML) from Office Open XML.
|
class |
DmlEffectStyle
Represents a effect style (<a:effectStyle>) tag in drawing markup language (DML) from Office Open XML.
|
Modifier and Type | Class and Description |
---|---|
class |
DmlFill
Base fill in drawing markup language (DML) from Office Open XML.
|
class |
DmlFillRef
Represents a fill reference (<a:fillRef>) tag in drawing markup language (DML) from Office Open XML.
|
class |
DmlGradientFill
Represents a gradient fill (<a:gradFill>) tag in drawing markup language (DML) from Office Open XML.
|
class |
DmlGradientStop
Represents a gradient stop (<a:gs>) tag in drawing markup language (DML) from Office Open XML.
|
class |
DmlNoFill
Represents a no fill (<a:noFill>) tag in drawing markup language (DML) from Office Open XML.
|
class |
DmlSolidFill
Represents a solid fill (<a:solidFill>) tag in drawing markup language (DML) from Office Open XML.
|
Modifier and Type | Class and Description |
---|---|
class |
DmlFontRef
Represents a effect reference (<a:effectRef>) tag in drawing markup language (DML) from Office Open XML.
|
class |
DmlFontScheme
Represents an Office Open XML drawingml font scheme (<a:fontScheme>) tag.
|
class |
DmlMajorFont
Represents an Office Open XML drawingml major font (<a:majorFont>) tag.
|
class |
DmlMinorFont
Represents an Office Open XML drawingml minor font (<a:minorFont>) tag.
|
Modifier and Type | Class and Description |
---|---|
class |
DmlLine
Represents a line (<a:ln>) tag in drawing markup language (DML) from Office Open XML.
|
class |
DmlLineEnd
Base line end in drawing markup language (DML) from Office Open XML.
|
class |
DmlLineHeadEnd
Represents a line head end (<a:headEnd>) tag in drawing markup language (DML) from Office Open XML.
|
class |
DmlLineRef
Represents a line reference (<a:lnRef>) tag in drawing markup language (DML) from Office Open XML.
|
class |
DmlLineTailEnd
Represents a line tail end (<a:tailEnd>) tag in drawing markup language (DML) from Office Open XML.
|
Modifier and Type | Class and Description |
---|---|
class |
DmlLineDash
Base line dash in drawing markup language (DML) from Office Open XML.
|
class |
DmlPresetLineDash
Preset line dash in drawing markup language (DML) from Office Open XML.
|
Modifier and Type | Class and Description |
---|---|
class |
DmlBevelLineJoin
Represents a bevel line join (<a:bevel>) tag in drawing markup language (DML) from Office Open XML.
|
class |
DmlLineJoin
Base line join in drawing markup language (DML) from Office Open XML.
|
class |
DmlMiterLineJoin
Represents a miter line join (<a:miter>) tag in drawing markup language (DML) from Office Open XML.
|
class |
DmlRoundLineJoin
Represents a round line join (<a:round>) tag in drawing markup language (DML) from Office Open XML.
|
Modifier and Type | Class and Description |
---|---|
class |
DmlParagraph
Represents an Office Open XML drawingml paragraph (<a:p>) tag.
|
class |
DmlText
Represents an Office Open XML DrawingMl text (<a:t>) tag.
|
class |
DmlTextBody |
class |
DmlTextBodyProperties
Represents an Office Open XML drawingml text body properties (<a:bodyPr>) tag.
|
class |
DmlTextRun
Represents an Office Open XML drawingml text run (<a:r>) tag.
|
class |
DmlTextRunProperties
Represents an Office Open XML drawingml text run properties (<a:rPr>) tag.
|
Modifier and Type | Class and Description |
---|---|
class |
DmlColorScheme
Represents an Office Open XML drawingml color scheme (<a:clrScheme>) tag.
|
class |
DmlFormatScheme
Represents an Office Open XML drawingml format scheme (<a:fmtScheme>) tag.
|
class |
DmlTheme
Represents an Office Open XML drawingml theme (<a:theme>) tag.
|
class |
DmlThemeElements
Represents an Office Open XML drawingml theme elements (<a:themeElements>) tag.
|
Modifier and Type | Class and Description |
---|---|
class |
WmlAbstractNumbering
Represents an Office Open XML document abstract numbering (<w:abstractNum>) tag.
|
class |
WmlBody
Represents an Office Open XML body (<w:body>) tag.
|
class |
WmlComments |
class |
WmlCommonDrawingMLNonVisualProperties |
class |
WmlContentContainer
Abstract upper-level container for Docx content.
|
class |
WmlDocDefaults
Represents an Office Open XML document defaults (<w:docDefaults>) tag.
|
class |
WmlDrawing |
class |
WmlDrawingObjNonVisualProperties |
class |
WmlEffectExtent |
class |
WmlFooter
Represents an Office Open XML footer (<w:ftr>) tag.
|
class |
WmlHeader
Represents an Office Open XML header (<w:hdr>) tag.
|
class |
WmlHyperlink
Represents an Office Open XML hyperlink (<w:hyperlink>) tag.
|
class |
WmlInline |
class |
WmlList
Base class for an Office Open XML list.
|
class |
WmlListProperties |
class |
WmlNumberingLevelDef
Represents an Office Open XML document numbering level (<w:lvl>) tag.
|
class |
WmlNumberingProperties
Represents an Office Open XML numbering properties (<w:numPr>) tag.
|
class |
WmlOrderedList
Represents an Office Open XML ordered list.
|
class |
WmlPageMargins
Page margins tag (<pgMar>) of a OfficeOpenXML Docx document.
|
class |
WmlPageSize |
class |
WmlParagraph
Represents an Office Open XML paragraph (<w:p>) tag.
|
class |
WmlParagraphProperties
Represents an Office Open XML paragraph properties (<w:pPr>) tag.
|
class |
WmlSectionProperties
Represents an Office Open XML section properties (<w:sectPr>) tag.
|
class |
WmlStructuredDocumentTag
Represents an Office Open XML structured document tag (<w:sdt>) tag.
|
class |
WmlStructuredDocumentTagContent
Represents an Office Open XML structured document content tag (<w:sdtContent>) tag.
|
class |
WmlStructuredDocumentTagEndProperties
Represents an Office Open XML structured document tag end properties (<w:sdtEndPr>) tag.
|
class |
WmlStructuredDocumentTagProperties
Represents an Office Open XML structured document tag properties (<w:sdtPr>) tag.
|
class |
WmlSubDoc |
class |
WmlTab
Represents an Office Open XML tab (<w:tab>) tag.
|
class |
WmlTable |
class |
WmlTableCell
Represents an Office Open XML table cell (<w:tc>) tag.
|
class |
WmlTableCellProperties |
class |
WmlTableProperties |
class |
WmlTableRow
Represents an Office Open XML table row (<w:tr>) tag.
|
class |
WmlTableRowProperties
Represents an Office Open XML table row properties (<w:trPr>) tag.
|
class |
WmlText
Represents an Office Open XML text (<w:t>) tag.
|
class |
WmlTextRun
Represents an Office Open XML text run (<w:r>) tag.
|
class |
WmlTextRunProperties
Text run properties for Docx's Office Open XML documents.
|
class |
WmlUnorderedList
Represents an Office Open XML unordered (bulleted) list.
|
class |
WmlXMLTag
Base class for tags in a Docx Office Open XML document.
|
Modifier and Type | Method and Description |
---|---|
void |
WmlHyperlink.addSubtag(XMLizable inSubtag) |
Modifier and Type | Class and Description |
---|---|
class |
WmlComplexField
Represents an Office Open XML complex field character (<w:fldChar>) tag.
|
class |
WmlSimpleField
Represents an Office Open XML field simple (<w:fldSimple>) tag.
|
Modifier and Type | Class and Description |
---|---|
class |
WmlBorder
Represents an Office Open XML border tag.
|
class |
WmlCharacterStyle
Character style for Docx's Office Open XML documents.
|
class |
WmlIndentation
Represents an Office Open XML paragraph indentation (<w:ind>) tag.
|
class |
WmlLineBorder
Represents an Office Open XML border tag that is restricted to line styles.
|
class |
WmlNumberingStyle |
class |
WmlParagraphBorder
Represents an Office Open XML paragraph border (<w:pBdr>) tag.
|
class |
WmlParagraphStyle
Paragraph style for Docx's Office Open XML documents.
|
class |
WmlShading |
class |
WmlSpacing |
class |
WmlStyle
Style for Docx's Office Open XML documents.
|
class |
WmlStyles
Root tag for Docx's Office Open XML document styles part.
|
class |
WmlTableBorders |
class |
WmlTableCellBorders |
class |
WmlTableCellMargins |
class |
WmlTableStyle
Table style for Docx's Office Open XML documents.
|
class |
WmlTableStyleProperties |
class |
WmlTextBorder
Reference: ECMA-376, 3rd Edition (June, 2011), Fundamentals and Markup Language Reference 17.18.2.
|
Modifier and Type | Class and Description |
---|---|
class |
SsDrawAbsoluteAnchor
Represents an Office Open XML worksheet shape (<xdr:absoluteAnchor>) tag.
|
class |
SsDrawDrawingAnchor
Base class for Office Open XML spreadsheet drawing anchor tags.
|
class |
SsDrawNonVisualDrawingProperties
Represents an Office Open XML non-visual drawing properties (<xdr:cNvPr>) tag.
|
class |
SsDrawNonVisualShapeDrawingProperties
Represents an Office Open XML non-visual shape drawing properties (<xdr:nvSpPr>) tag.
|
class |
SsDrawNonVisualShapeProperties
Represents an Office Open XML non-visual shape properties (<xdr:cNvSpPr>) tag.
|
class |
SsDrawOneCellAnchor
Represents an Office Open XML worksheet shape (<xdr:oneCellAnchor>) tag.
|
class |
SsDrawShape
Represents an Office Open XML worksheet shape (<xdr:sp>) tag.
|
class |
SsDrawShapeProperties |
class |
SsDrawShapeStyle
Represents an Office Open XML worksheet drawing shape style (<xdr:style>) tag.
|
class |
SsDrawTextBody
Represents an Office Open XML worksheet shape text body (<xdr:txBody>) tag.
|
class |
SsDrawTwoCellAnchor
Represents an Office Open XML worksheet shape (<xdr:twoCellAnchor>) tag.
|
class |
WorksheetDrawing
Represents an Office Open XML worksheet drawing (<xdr:wsDr>) tag.
|
Modifier and Type | Class and Description |
---|---|
class |
SsmlCell
Represents an Office Open XML worksheet data cell (<ssml:c>) tag.
|
class |
SsmlCfColorScaleRule
Represents an Office Open XML color scale conditional formatting rule (<ssml:cfRule>) tag.
|
class |
SsmlCfRule
Represents an Office Open XML conditional formatting rule (<ssml:cfRule>) tag.
|
class |
SsmlCol
Represents an Office Open XML worksheet column (<ssml:col>) tag.
|
class |
SsmlColorScale
Represents an Office Open XML conditional formatting (<ssml:colorScale>) tag.
|
class |
SsmlConditionalFormatting
Represents an Office Open XML sheet data (<ssml:conditionalFormatting>) tag.
|
class |
SsmlDataBar
Represents an Office Open XML conditional formatting data bar (<ssml:dataBar>) tag.
|
class |
SsmlDataValidation
Represents an Office Open XML data validation (<ssml:dataValidation>) tag.
|
class |
SsmlExtension
Represents an Office Open XML extension (<ssml:ext>) tag.
|
class |
SsmlHeaderFooter
Represents an Office Open XML worksheet's header and footer (<ssml:headerFooter>) tag.
|
class |
SsmlPageMargins
Represents an Office Open XML worksheet's page margins (<ssml:pageMargins>) tag.
|
class |
SsmlPane
Represents an Office Open XML worksheet pane (<ssml:pane>) tag.
|
class |
SsmlRow
Represents an Office Open XML worksheet data row (<ssml:r>) tag.
|
class |
SsmlSheetData
Represents an Office Open XML sheet data (<ssml:sheetData>) tag.
|
class |
SsmlSheetFormatProperties
Represents an Office Open XML sheet format properties (<ssml:sheetFormatPr>) tag.
|
class |
SsmlSheetView
Represents an Office Open XML sheet view (<ssml:sheetView>) tag.
|
class |
SsmlSortState
Represents an Office Open XML sort state (<ssml:sortState>) tag.
|
class |
SsmlTable
Represents an Office Open XML table definition (<ssml:table>) tag.
|
class |
SsmlTextRun
Represents an Office Open XML rich text run (<ssml:r>) tag.
|
class |
SsmlTextRunProperties
Represents an Office Open XML rich text run properties (<ssml:rPr>) tag.
|
class |
SsmlWorkbook
Represents an Office Open XML workbook (<s:workbook>) tag.
|
class |
SsmlWorkbookProperties
Represents an Office Open XML workbook properties (<ssml:workbookPr>) tag.
|
class |
SsmlWorkbookView
Represents an Office Open XML workbook view (<ssml:workbookView>) tag.
|
class |
SsmlWorksheet
Represents an Office Open XML sheet (<ssml:worksheet>) tag.
|
class |
SsmlXMLTag
Represents an Office Open XML worksheet's base tag.
|
Modifier and Type | Method and Description |
---|---|
void |
SsmlRow.addSubtag(int inIndex,
XMLizable inSubtag) |
void |
SsmlRow.addSubtag(XMLizable inSubtag) |
Modifier and Type | Method and Description |
---|---|
void |
SsmlRow.addSubtags(Collection<? extends XMLizable> inSubtags) |
Modifier and Type | Class and Description |
---|---|
class |
SsmlAlignment
Represents an Office Open XML spreadsheetml (<ssml:alignment>) tag.
|
class |
SsmlBorder
Represents an Office Open XML spreadsheetml (<ssml:border>) tag.
|
class |
SsmlCellFormat
Represents an Office Open XML spreadsheetml (<ssml:xf>) tag.
|
class |
SsmlCellStyle
Represents an Office Open XML spreadsheetml (<ssml:cellStyle>) tag.
|
class |
SsmlDifferentialFormat
Represents an Office Open XML differential format (<ssml:dxf>) tag.
|
class |
SsmlFill
Represents an Office Open XML spreadsheetml (<ssml:fill>) tag.
|
class |
SsmlFont
Represents an Office Open XML spreadsheetml (<ssml:font>) tag.
|
class |
SsmlNumberFormat
Represents an Office Open XML spreadsheetml (<ssml:numFmt>) tag.
|
class |
SsmlStyleFormat
Represents an Office Open XML spreadsheetml style format (<ssml:xf>) tag.
|
Modifier and Type | Class and Description |
---|---|
class |
RDF
Resource Description Framework (RDF) 'RDF' tag.
|
jataylor@hairyfatguy.com