|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MathMLOperatorElement
This interface extends the MathMLPresentationToken interface for the MathML operator element mo.
Field Summary |
---|
Method Summary | |
---|---|
String |
getAccent()
The accent attribute (true or false) for the mo element, if specified. |
String |
getFence()
The fence attribute (true or false) for the mo element, if specified. |
String |
getForm()
The form attribute (prefix, infix or postfix) for the mo element, if specified. |
String |
getLargeop()
The largeop attribute for the mo element, if specified. |
String |
getLspace()
The lspace attribute (spacing to left) of the mo element, if specified. |
String |
getMaxsize()
The maxsize attribute for the mo element, if specified. |
String |
getMinsize()
The minsize attribute for the mo element, if specified. |
String |
getMovablelimits()
The movablelimits (true or false) attribute for the mo element, if specified. |
String |
getRspace()
The rspace attribute (spacing to right) of the mo element, if specified. |
String |
getSeparator()
The separator attribute (true or false) for the mo element, if specified. |
String |
getStretchy()
The stretchy attribute (true or false) for the mo element, if specified. |
String |
getSymmetric()
The symmetric attribute (true or false) for the mo element, if specified. |
void |
setAccent(String accent)
setter for the accent attribute. |
void |
setFence(String fence)
setter for the fence attribute. |
void |
setForm(String form)
setter for the form attribute. |
void |
setLargeop(String largeop)
setter for the largeop attribute. |
void |
setLspace(String lspace)
setter for the lspace attribute. |
void |
setMaxsize(String maxsize)
setter for the maxsize attribute. |
void |
setMinsize(String minsize)
setter for the minsize attribute. |
void |
setMovablelimits(String movablelimits)
setter for the movablelimits attribute. |
void |
setRspace(String rspace)
setter for the rspace attribute. |
void |
setSeparator(String separator)
setter for the separator attribute. |
void |
setStretchy(String stretchy)
setter for the stretchy attribute. |
void |
setSymmetric(String symmetric)
setter for the symmetric attribute. |
Methods inherited from interface org.w3c.dom.mathml.MathMLPresentationToken |
---|
getContents, getMathbackground, getMathcolor, getMathsize, getMathvariant, setMathbackground, setMathcolor, setMathsize, setMathvariant |
Methods inherited from interface org.w3c.dom.mathml.MathMLElement |
---|
getClassName, getHref, getId, getMathElementStyle, getOwnerMathElement, getXref, setClassName, setHref, setId, setMathElementStyle, setXref |
Methods inherited from interface org.w3c.dom.Element |
---|
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Method Detail |
---|
String getForm()
void setForm(String form)
form
- new value for form.getForm()
String getFence()
void setFence(String fence)
fence
- new value for fence.getFence()
String getSeparator()
void setSeparator(String separator)
separator
- new value for separator.getSeparator()
String getLspace()
void setLspace(String lspace)
lspace
- new value for lspace.getLspace()
String getRspace()
void setRspace(String rspace)
rspace
- new value for rspace.getRspace()
String getStretchy()
void setStretchy(String stretchy)
stretchy
- new value for stretchy.getStretchy()
String getSymmetric()
void setSymmetric(String symmetric)
symmetric
- new value for symmetric.getSymmetric()
String getMaxsize()
void setMaxsize(String maxsize)
maxsize
- new value for maxsize.getMaxsize()
String getMinsize()
void setMinsize(String minsize)
minsize
- new value for minsize.getMinsize()
String getLargeop()
void setLargeop(String largeop)
largeop
- new value for largeop.getLargeop()
String getMovablelimits()
void setMovablelimits(String movablelimits)
movablelimits
- new value for movablelimits.getMovablelimits()
String getAccent()
void setAccent(String accent)
accent
- new value for accent.getAccent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |