Interface CTProtection
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTProtection extends XmlObject
An XML CT_Protection(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTProtection.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTBooleanaddNewChartObject()Appends and returns a new empty "chartObject" elementCTBooleanaddNewData()Appends and returns a new empty "data" elementCTBooleanaddNewFormatting()Appends and returns a new empty "formatting" elementCTBooleanaddNewSelection()Appends and returns a new empty "selection" elementCTBooleanaddNewUserInterface()Appends and returns a new empty "userInterface" elementCTBooleangetChartObject()Gets the "chartObject" elementCTBooleangetData()Gets the "data" elementCTBooleangetFormatting()Gets the "formatting" elementCTBooleangetSelection()Gets the "selection" elementCTBooleangetUserInterface()Gets the "userInterface" elementbooleanisSetChartObject()True if has "chartObject" elementbooleanisSetData()True if has "data" elementbooleanisSetFormatting()True if has "formatting" elementbooleanisSetSelection()True if has "selection" elementbooleanisSetUserInterface()True if has "userInterface" elementvoidsetChartObject(CTBoolean chartObject)Sets the "chartObject" elementvoidsetData(CTBoolean data)Sets the "data" elementvoidsetFormatting(CTBoolean formatting)Sets the "formatting" elementvoidsetSelection(CTBoolean selection)Sets the "selection" elementvoidsetUserInterface(CTBoolean userInterface)Sets the "userInterface" elementvoidunsetChartObject()Unsets the "chartObject" elementvoidunsetData()Unsets the "data" elementvoidunsetFormatting()Unsets the "formatting" elementvoidunsetSelection()Unsets the "selection" elementvoidunsetUserInterface()Unsets the "userInterface" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
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
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
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
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getChartObject
CTBoolean getChartObject()
Gets the "chartObject" element
-
isSetChartObject
boolean isSetChartObject()
True if has "chartObject" element
-
setChartObject
void setChartObject(CTBoolean chartObject)
Sets the "chartObject" element
-
addNewChartObject
CTBoolean addNewChartObject()
Appends and returns a new empty "chartObject" element
-
unsetChartObject
void unsetChartObject()
Unsets the "chartObject" element
-
getData
CTBoolean getData()
Gets the "data" element
-
isSetData
boolean isSetData()
True if has "data" element
-
setData
void setData(CTBoolean data)
Sets the "data" element
-
addNewData
CTBoolean addNewData()
Appends and returns a new empty "data" element
-
unsetData
void unsetData()
Unsets the "data" element
-
getFormatting
CTBoolean getFormatting()
Gets the "formatting" element
-
isSetFormatting
boolean isSetFormatting()
True if has "formatting" element
-
setFormatting
void setFormatting(CTBoolean formatting)
Sets the "formatting" element
-
addNewFormatting
CTBoolean addNewFormatting()
Appends and returns a new empty "formatting" element
-
unsetFormatting
void unsetFormatting()
Unsets the "formatting" element
-
getSelection
CTBoolean getSelection()
Gets the "selection" element
-
isSetSelection
boolean isSetSelection()
True if has "selection" element
-
setSelection
void setSelection(CTBoolean selection)
Sets the "selection" element
-
addNewSelection
CTBoolean addNewSelection()
Appends and returns a new empty "selection" element
-
unsetSelection
void unsetSelection()
Unsets the "selection" element
-
getUserInterface
CTBoolean getUserInterface()
Gets the "userInterface" element
-
isSetUserInterface
boolean isSetUserInterface()
True if has "userInterface" element
-
setUserInterface
void setUserInterface(CTBoolean userInterface)
Sets the "userInterface" element
-
addNewUserInterface
CTBoolean addNewUserInterface()
Appends and returns a new empty "userInterface" element
-
unsetUserInterface
void unsetUserInterface()
Unsets the "userInterface" element
-
-