public abstract class OfficeOpenXMLTag extends XMLTag implements Cloneable
XMLContainerImpl.sMode
Modifier and Type | Field and Description |
---|---|
static Level |
sSQLLoggingLevel |
mContentAndSubtagList
Constructor and Description |
---|
OfficeOpenXMLTag(XMLName inName,
OfficeOpenXmlDocument inParentDoc) |
Modifier and Type | Method and Description |
---|---|
static String |
colorToCT_Color(Color inColor)
Converts a Color object in to a hex string as Alpha Red Green Blue.
|
protected static String |
generateUID() |
static Logger |
getLogger() |
OfficeOpenXmlDocument |
getParentDoc() |
protected void |
orderSubtags() |
void |
setParentDoc(OfficeOpenXmlDocument inValue) |
void |
toIndentedXML(Writer inWriter,
int inInitialIndentSize,
int inIndentSize,
XMLNamespaceSet inDeclaredNamespaces) |
protected void |
toXML(Writer inWriter,
XMLNamespaceSet inDeclaredNamespaces) |
addSubtag, addSubtag, addXMLNamespaceDeclaration, clone, compareTo, equals, findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getEndTag, getNamespace, getQualifiedTagName, getStartTag, getTagName, hasAttribute, hasAttribute, hasAttributes, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttribute, setAttribute, setAttributes, setContent, setDefaultXMLNamespaceDeclaration, setNamespace, setSortAttributesBeforeWriting, setTagName, setTagName, sortAttributes, toIndentedXML, toIndentedXML, toIndentedXML, toString, toXML, toXML, toXML, useDoubleQuotes, verifyTagName, verifyTagName, verifyTagName, verifyTagName
addContent, addContentWithoutEscaping, addSubtag, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getContentPlusSubtagList, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagById, getRequiredSubtagById, getRequiredSubtagByName, getRequiredSubtagByName, getSubtagByAttribute, getSubtagByAttribute, getSubtags, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByClass, getSubtagsByClass, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, hasContentOrSubtags, indexOf, innerHTML, removeSubtag, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByClass, removeSubtagsByClass, removeSubtagsByName, removeSubtagsByName, removeSubtagsByName, setContent, setParentNode, setSubtags
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addContent, addContentWithoutEscaping, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagByName, getRequiredSubtagByName, getSubtags, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, indexOf, removeSubtag, removeSubtagsByName, removeSubtagsByName, setParentNode, setSubtags
public static Level sSQLLoggingLevel
public OfficeOpenXMLTag(XMLName inName, OfficeOpenXmlDocument inParentDoc)
public static String colorToCT_Color(Color inColor)
public OfficeOpenXmlDocument getParentDoc()
public void setParentDoc(OfficeOpenXmlDocument inValue)
public void toIndentedXML(Writer inWriter, int inInitialIndentSize, int inIndentSize, XMLNamespaceSet inDeclaredNamespaces)
toIndentedXML
in interface XMLNode
toIndentedXML
in class XMLTag
protected void toXML(Writer inWriter, XMLNamespaceSet inDeclaredNamespaces)
protected void orderSubtags()
protected static String generateUID()