public class SheetView extends Object implements OOXMLElement
| Constructor and Description |
|---|
SheetView() |
SheetView(HashMap<String,Object> attrs,
io.starter.formats.OOXML.Pane p,
ArrayList<io.starter.formats.OOXML.Selection> selections) |
SheetView(SheetView s) |
| Modifier and Type | Method and Description |
|---|---|
OOXMLElement |
cloneElement() |
Object |
getAttr(String key)
return the attribute value for key null if not found
|
String |
getAttrS(String key)
return the attribute value for key
in String form "" if not found
|
String |
getOOXML() |
static OOXMLElement |
parseOOXML(org.xmlpull.v1.XmlPullParser xpp) |
void |
removeAttr(String key)
remove a previously set attribute, if found
|
void |
removeSelection() |
void |
setAttr(String key,
Object val)
set the atttribute value for key to val
|
public SheetView()
public SheetView(HashMap<String,Object> attrs, io.starter.formats.OOXML.Pane p, ArrayList<io.starter.formats.OOXML.Selection> selections)
public SheetView(SheetView s)
public static OOXMLElement parseOOXML(org.xmlpull.v1.XmlPullParser xpp)
public String getOOXML()
getOOXML in interface OOXMLElementOOXMLElement.getOOXML()public OOXMLElement cloneElement()
cloneElement in interface OOXMLElementOOXMLElement.cloneElement()public Object getAttr(String key)
key - public void setAttr(String key, Object val)
key - val - public void removeAttr(String key)
key - public void removeSelection()
Copyright © 2002–2019 Starter Inc.. All rights reserved.