xelem.3.0

nl.fountain.xelem.excel
Interface NamedRange

All Superinterfaces:
XLElement
All Known Implementing Classes:
SSNamedRange

public interface NamedRange
extends XLElement

Represents the NamedRange element.


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
 
Method Summary
 String getName()
           
 String getRefersTo()
           
 boolean isHidden()
           
 void setHidden(boolean hide)
          Sets whether this named range will be displayed in the drop-down box of the Excel application.
 
Methods inherited from interface nl.fountain.xelem.excel.XLElement
addElementComment, assemble, getElementComments, getNameSpace, getPrefix, getTagName, setAttributes, setChildElement
 

Method Detail

getName

String getName()

getRefersTo

String getRefersTo()

setHidden

void setHidden(boolean hide)
Sets whether this named range will be displayed in the drop-down box of the Excel application. The default is false: do not hide the name.


isHidden

boolean isHidden()

xelem.3.0