public interface CTSheet extends XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
CTSheet.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the "id" attribute
|
String |
getName()
Gets the "name" attribute
|
long |
getSheetId()
Gets the "sheetId" attribute
|
STSheetState.Enum |
getState()
Gets the "state" attribute
|
boolean |
isSetState()
True if has "state" attribute
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setSheetId(long sheetId)
Sets the "sheetId" attribute
|
void |
setState(STSheetState.Enum state)
Sets the "state" attribute
|
void |
unsetState()
Unsets the "state" attribute
|
STRelationshipId |
xgetId()
Gets (as xml) the "id" attribute
|
STXstring |
xgetName()
Gets (as xml) the "name" attribute
|
XmlUnsignedInt |
xgetSheetId()
Gets (as xml) the "sheetId" attribute
|
STSheetState |
xgetState()
Gets (as xml) the "state" attribute
|
void |
xsetId(STRelationshipId id)
Sets (as xml) the "id" attribute
|
void |
xsetName(STXstring name)
Sets (as xml) the "name" attribute
|
void |
xsetSheetId(XmlUnsignedInt sheetId)
Sets (as xml) the "sheetId" attribute
|
void |
xsetState(STSheetState state)
Sets (as xml) the "state" attribute
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
static final SchemaType type
String getName()
STXstring xgetName()
void setName(String name)
void xsetName(STXstring name)
long getSheetId()
XmlUnsignedInt xgetSheetId()
void setSheetId(long sheetId)
void xsetSheetId(XmlUnsignedInt sheetId)
STSheetState.Enum getState()
STSheetState xgetState()
boolean isSetState()
void setState(STSheetState.Enum state)
void xsetState(STSheetState state)
void unsetState()
String getId()
STRelationshipId xgetId()
void setId(String id)
void xsetId(STRelationshipId id)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.