|
xelem.3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.fountain.xelem.excel.AbstractXLElement
nl.fountain.xelem.excel.ss.SSNamedRange
public class SSNamedRange
An implementation of the XLElement NamedRange.
| Field Summary |
|---|
| Fields inherited from interface nl.fountain.xelem.excel.XLElement |
|---|
PREFIX_HTML, PREFIX_O, PREFIX_SS, PREFIX_X, XMLNS, XMLNS_HTML, XMLNS_O, XMLNS_SS, XMLNS_X |
| Constructor Summary | |
|---|---|
SSNamedRange(String name,
String refersTo)
Creates a new SSNamedRange. |
|
| Method Summary | |
|---|---|
Element |
assemble(Element parent,
GIO gio)
Assembles the state of this XLElement and all of it's children into an Element. |
String |
getName()
|
String |
getNameSpace()
Gets the namespace of this XLElement. |
String |
getPrefix()
Gets the prefix of this XLElement. |
String |
getRefersTo()
|
String |
getTagName()
Gets the tagname (localName) of this XLElement. |
boolean |
isHidden()
|
void |
setAttributes(Attributes attrs)
Does effectively nothing. |
void |
setHidden(boolean hide)
Sets whether this named range will be displayed in the drop-down box of the Excel application. |
| Methods inherited from class nl.fountain.xelem.excel.AbstractXLElement |
|---|
addElementComment, assemble, createAttributeNS, createAttributeNS, createElementNS, createElementNS, createElementNS, createElementNS, getElementComments, setChildElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface nl.fountain.xelem.excel.XLElement |
|---|
addElementComment, getElementComments, setChildElement |
| Constructor Detail |
|---|
public SSNamedRange(String name,
String refersTo)
Workbook.addNamedRange(String, String)| Method Detail |
|---|
public String getName()
getName in interface NamedRangepublic String getRefersTo()
getRefersTo in interface NamedRangepublic void setHidden(boolean hide)
NamedRange
setHidden in interface NamedRangepublic boolean isHidden()
isHidden in interface NamedRangepublic String getTagName()
XLElement
getTagName in interface XLElementpublic String getNameSpace()
XLElement
getNameSpace in interface XLElementpublic String getPrefix()
XLElement
getPrefix in interface XLElement
public Element assemble(Element parent,
GIO gio)
XLElementElement. Attaches the new element to it's
parent-element if needed.
assemble in interface XLElementparent - the parent-element to which the new formed element
will be appendedgio - a global information object
public void setAttributes(Attributes attrs)
AbstractXLElement
setAttributes in interface XLElementsetAttributes in class AbstractXLElementattrs - the attributes found on the element
|
xelem.3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||