Modifier and Type | Method and Description |
---|---|
XMLNode |
AminoAcid.toXMLNode() |
XMLNode |
AminoAcidSet.toXMLNode() |
XMLNode |
CTerminalGroup.toXMLNode() |
XMLNode |
KaSet.toXMLNode() |
XMLNode |
NTerminalGroup.toXMLNode() |
Modifier and Type | Method and Description |
---|---|
static AminoAcidSet |
AminoAcidSet.instantiate(XMLNode inXMLNode) |
Constructor and Description |
---|
AminoAcid(XMLNode inXML) |
CTerminalGroup(XMLNode inXML) |
KaSet(XMLNode inXML) |
NTerminalGroup(XMLNode inXML) |
Modifier and Type | Method and Description |
---|---|
XMLNode |
BioSequence.toXMLNode() |
XMLNode |
BioSequenceImpl.toXMLNode() |
XMLNode |
BioSequencePlusImpl.toXMLNode() |
XMLNode |
Protein.toXMLNode() |
XMLNode |
ProteinXLink.toXMLNode() |
XMLNode |
ProteinXLinkType.toXMLNode() |
Modifier and Type | Method and Description |
---|---|
static BioSequence |
BioSequence.instantiate(XMLNode inXMLNode) |
Constructor and Description |
---|
BioSequenceImpl(XMLNode inXML) |
BioSequencePlusImpl(XMLNode inXML) |
NucleicAcid(XMLNode inXML) |
Protein(XMLNode inXML) |
ProteinXLink(XMLNode inXML) |
ProteinXLinkType(XMLNode inXML) |
Modifier and Type | Method and Description |
---|---|
XMLNode |
AlignedSeq.toXMLNode() |
XMLNode |
AlignmentScoring.toXMLNode() |
XMLNode |
PairwiseSeqAlignment.toXMLNode() |
Constructor and Description |
---|
AlignedQuery(XMLNode inXMLNode) |
AlignedSeq(XMLNode inXMLNode) |
AlignedSubject(XMLNode inXMLNode) |
AlignmentScoring(XMLNode inXMLNode) |
PairwiseSeqAlignment(XMLNode inXMLNode) |
Modifier and Type | Method and Description |
---|---|
XMLNode |
Intron.toXMLNode() |
Constructor and Description |
---|
Intron(XMLNode inXML) |
Modifier and Type | Method and Description |
---|---|
XMLNode |
IonizableGroup.toXMLNode() |
XMLNode |
Molecule.toXMLNode() |
Constructor and Description |
---|
IonizableGroup(XMLNode inXML) |
Molecule(XMLNode inXML) |
Modifier and Type | Method and Description |
---|---|
XMLNode |
Track2D.toSVG(Strand inStrand) |
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 |
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 | Method and Description |
---|---|
static HTMLTag |
HTML.constructFromXMLNode(XMLNode inXMLNode) |
protected void |
HTMLTag.initFromXMLNode(XMLNode inXMLNode) |
Constructor and Description |
---|
Applet(XMLNode inXMLNode) |
Area(XMLNode inXMLNode) |
Body(XMLNode inXMLNode) |
Center(XMLNode inXMLNode) |
Col(XMLNode inXMLNode) |
Colgroup(XMLNode inXMLNode) |
Div(XMLNode inXMLNode) |
Em(XMLNode inXMLNode) |
Form(XMLNode inXMLNode) |
Frame(XMLNode inXMLNode) |
Frameset(XMLNode inXMLNode) |
H1(XMLNode inXMLNode) |
H2(XMLNode inXMLNode) |
H3(XMLNode inXMLNode) |
Head(XMLNode inXMLNode) |
Hr(XMLNode inXMLNode) |
HTML(XMLNode inXMLNode) |
HTMLTag(XMLNode inXMLNode) |
IFrame(XMLNode inXMLNode) |
ImageMap(XMLNode inXMLNode) |
Img(XMLNode inXMLNode) |
Label(XMLNode inXMLNode) |
Li(XMLNode inXMLNode) |
Link(XMLNode inXMLNode) |
Meta(XMLNode inXMLNode) |
Nobr(XMLNode inXMLNode) |
ObjectTag(XMLNode inXMLNode) |
Ol(XMLNode inXMLNode) |
OptGroup(XMLNode inXMLNode) |
Option(XMLNode inXMLNode) |
P(XMLNode inXMLNode) |
Param(XMLNode inXMLNode) |
Pre(XMLNode inXMLNode) |
Script(XMLNode inXMLNode) |
Select(XMLNode inXMLNode) |
Span(XMLNode inXMLNode) |
StyleTag(XMLNode inXMLNode) |
Table(XMLNode inXMLNode) |
TBody(XMLNode inXMLNode) |
Td(XMLNode inXMLNode) |
Textarea(XMLNode inXMLNode) |
TFoot(XMLNode inXMLNode) |
Th(XMLNode inXMLNode) |
THead(XMLNode inXMLNode) |
Tr(XMLNode inXMLNode) |
Ul(XMLNode inXMLNode) |
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 | Method and Description |
---|---|
void |
TooltipJS.addTitleTooltip(XMLNode inTag)
Creates a tooltip using the tag's 'title' attribute as the tooltip text.
|
void |
TooltipJS.addTooltip(XMLNode inTag,
String inValue)
Tooltips can be added to any tag which supports onmouseover and onmouseout.
|
Modifier and Type | Method and Description |
---|---|
XMLNode |
LDAP_Config.toXMLTag() |
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.
|
Constructor and Description |
---|
SVG(XMLNode inXMLTag) |
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 | Method and Description |
---|---|
XMLNode |
AttributeMgr.toXMLNode() |
XMLNode |
FileTreeSnapshot.toXMLNode() |
Constructor and Description |
---|
AttributeMgr(XMLNode inXML) |
FileTreeSnapshot(XMLNode inXMLNode) |
FileTreeSnapshot(XMLNode inXMLNode,
FileFilter inFilter) |
Modifier and Type | Class and Description |
---|---|
class |
XMLBasedDoc<T extends XMLNode>
Abstract base XML / HTML document.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLTag
XMLTag is a generic container for XML.
|
Modifier and Type | Method and Description |
---|---|
<T extends XMLNode> |
XMLContainer.getOptionalSubtagByName(String inTagName)
Returns the subtag of the specified tag name.
|
<T extends XMLNode> |
XMLContainerImpl.getOptionalSubtagByName(String inTagName) |
<T extends XMLNode> |
XMLContainerImpl.getOptionalSubtagByName(String inTagName,
Case inCaseSensitivity) |
<T extends XMLNode> |
XMLContainer.getOptionalSubtagByName(XMLName inTagName)
Returns the subtag of the specified tag name.
|
<T extends XMLNode> |
XMLContainerImpl.getOptionalSubtagByName(XMLName inTagName) |
<T extends XMLNode> |
XMLContainerImpl.getOptionalSubtagByName(XMLName inTagName,
Case inCaseSensitivity) |
<T extends XMLNode> |
XMLContainerImpl.getRequiredSubtagById(String inId) |
<T extends XMLNode> |
XMLContainerImpl.getRequiredSubtagById(String inId,
Recursion inRecursion) |
<T extends XMLNode> |
XMLContainer.getRequiredSubtagByName(String inTagName)
Returns the subtag of the specified tag name.
|
<T extends XMLNode> |
XMLContainerImpl.getRequiredSubtagByName(String inTagName) |
<T extends XMLNode> |
XMLContainer.getRequiredSubtagByName(XMLName inTagName)
Returns the subtag of the specified tag name.
|
<T extends XMLNode> |
XMLContainerImpl.getRequiredSubtagByName(XMLName inTagName) |
<T extends XMLNode> |
XMLContainerImpl.getSubtagByAttribute(String inAttributeName,
String inAttributeValue)
Returns the subtag with the specified attribute name and value.
|
<T extends XMLNode> |
XMLContainerImpl.getSubtagByAttribute(XMLName inAttributeName,
String inAttributeValue)
Returns the subtag with the specified attribute name and value.
|
<T extends XMLNode> |
XMLContainerImpl.getSubtagsByAttribute(String inAttributeName,
Pattern inAttributeValuePattern)
Returns a List of all subtags with the specified attribute name and value.
|
<T extends XMLNode> |
XMLContainerImpl.getSubtagsByAttribute(String inAttributeName,
Pattern inAttributeValuePattern,
Recursion inRecursion)
Returns a List of all subtags with the specified attribute name and value.
|
<T extends XMLNode> |
XMLContainerImpl.getSubtagsByAttribute(String inAttributeName,
String inAttributeValue)
Returns a List of all subtags with the specified attribute name and value.
|
<T extends XMLNode> |
XMLContainerImpl.getSubtagsByAttribute(String inAttributeName,
String inAttributeValue,
Recursion inRecursion)
Returns a List of all subtags with the specified attribute name and value
(if recursion is off) or at any level below this object (if recursion is on).
|
<T extends XMLNode> |
XMLContainerImpl.getSubtagsByAttribute(XMLName inAttributeName,
String inAttributeValue)
Returns a List of all subtags with the specified attribute name and value.
|
<T extends XMLNode> |
XMLContainer.getSubtagsByName(String inTagName)
Returns a List of all subtags with the specified tag name on this XMLTag object.
|
<T extends XMLNode> |
XMLContainerImpl.getSubtagsByName(String inTagName) |
<T extends XMLNode> |
XMLContainerImpl.getSubtagsByName(String inTagName,
Case inCaseSensitivity,
Recursion inRecursion) |
<T extends XMLNode> |
XMLContainer.getSubtagsByName(String inTagName,
Recursion inRecursion)
Returns a List of all subtags with the specified tag name on this XMLTag object.
|
<T extends XMLNode> |
XMLContainerImpl.getSubtagsByName(String inTagName,
Recursion inRecursion) |
<T extends XMLNode> |
XMLContainer.getSubtagsByName(XMLName inTagName)
Returns a List of all subtags with the specified tag name on this XMLTag object.
|
<T extends XMLNode> |
XMLContainerImpl.getSubtagsByName(XMLName inTagName) |
<T extends XMLNode> |
XMLContainer.getSubtagsByName(XMLName inTagName,
Recursion inRecursion)
Returns a List of all subtags with the specified tag name on this XMLTag object.
|
<T extends XMLNode> |
XMLContainerImpl.getSubtagsByName(XMLName inTagName,
Recursion inRecursion) |
<T extends XMLNode> |
XMLContainer.getXMLNodeSubtags()
Returns a List of all subtags on this object that implement XMLNode.
|
<T extends XMLNode> |
XMLContainerImpl.getXMLNodeSubtags() |
<T extends XMLNode> |
XMLContainerImpl.removeSubtagsByAttribute(String inAttributeName,
Pattern inAttributeValuePattern,
Recursion inRecursion)
Removes all subtags with the specified tag name from this XMLTag object
(if recursion is off) or at any level below this object (if recursion is on).
|
<T extends XMLNode> |
XMLContainerImpl.removeSubtagsByAttribute(String inAttributeName,
String inAttributeValue,
Recursion inRecursion)
Removes all subtags with the specified tag name from this XMLTag object
(if recursion is off) or at any level below this object (if recursion is on).
|
<T extends XMLNode> |
XMLContainerImpl.removeSubtagsByAttribute(XMLName inAttributeName,
String inAttributeValue,
Recursion inRecursion)
Removes all subtags with the specified tag name from this XMLTag object
(if recursion is off) or at any level below this object (if recursion is on).
|
<T extends XMLNode> |
XMLContainer.removeSubtagsByName(String inTagName)
Removes all subtags with the specified tag name from this XMLTag object.
|
<T extends XMLNode> |
XMLContainerImpl.removeSubtagsByName(String inTagName) |
<T extends XMLNode> |
XMLContainerImpl.removeSubtagsByName(String inTagName,
Recursion inRecursion)
Removes all subtags with the specified tag name from this XMLTag object
(if recursion is off) or at any level below this object (if recursion is on).
|
<T extends XMLNode> |
XMLContainer.removeSubtagsByName(XMLName inTagName)
Removes all subtags with the specified tag name from this XMLTag object.
|
<T extends XMLNode> |
XMLContainerImpl.removeSubtagsByName(XMLName inTagName) |
Modifier and Type | Method and Description |
---|---|
XMLNode |
XMLBasedDoc.getRootNode() |
XMLNode |
XMLNode.setAttribute(String inAttributeName,
Object inValue) |
XMLNode |
XMLNode.setAttribute(XMLAttribute inAttribute) |
XMLNode |
XMLNode.setAttribute(XMLName inAttributeName,
Object inValue) |
XMLNode |
XMLTag.setContent(CharSequence inContent) |
XMLNode |
XMLNode.setNamespace(XMLNamespace inValue) |
XMLNode |
XMLNode.setTagName(String inName) |
XMLNode |
HfgXMLSerializable.toXMLNode() |
Modifier and Type | Method and Description |
---|---|
static List<XMLNode> |
XMLUtil.findNodesByAttribute(XMLNode inRootNode,
String inAttribute) |
static List<XMLNode> |
XMLUtil.findNodesByAttribute(XMLNode inRootNode,
XMLAttribute inAttribute) |
List<? extends XMLNode> |
XMLNode.findNodesByAttributeValue(String inAttribute,
String inValue) |
List<? extends XMLNode> |
XMLTag.findNodesByAttributeValue(String inAttribute,
String inValue)
Returns a List of all nodes with the specified attribute name and specified attribute value.
|
List<? extends XMLNode> |
XMLNode.findNodesByAttributeValue(XMLName inAttribute,
String inValue) |
List<? extends XMLNode> |
XMLTag.findNodesByAttributeValue(XMLName inAttribute,
String inValue)
Returns a List of all nodes with the specified attribute name and specified attribute value.
|
Modifier and Type | Method and Description |
---|---|
static List<XMLNode> |
XMLUtil.findNodesByAttribute(XMLNode inRootNode,
String inAttribute) |
static List<XMLNode> |
XMLUtil.findNodesByAttribute(XMLNode inRootNode,
XMLAttribute inAttribute) |
void |
XMLBasedDoc.setRootNode(XMLNode inRootNode) |
Modifier and Type | Method and Description |
---|---|
void |
XMLProcessingInstruction.toIndentedXML(Writer inWriter,
int inInitialIndentLevel,
int inIndentSize,
Map<String,XMLNode> inNamespaceScopeMap) |
Constructor and Description |
---|
XMLBasedDoc(XMLNode inRootNode) |
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 | 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 | 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.
|
Constructor and Description |
---|
XsdChoice(XMLNode inTag,
XMLNamespace inNamespace) |
XsdComplexType(XMLNode inXMLTag,
XMLNamespace inNamespace) |
XsdContent(XMLNode inTag) |
XsdElement(XMLNode inTag) |
XsdGroup(XMLNode inTag,
XMLNamespace inNamespace) |
XsdSequence(XMLNode inTag,
XMLNamespace inNamespace) |
XsdSimpleType(XMLNode inTag) |
XsdType(XMLNode inTag) |