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 class
CTProtection.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTBoolean
addNewChartObject()
Appends and returns a new empty "chartObject" elementCTBoolean
addNewData()
Appends and returns a new empty "data" elementCTBoolean
addNewFormatting()
Appends and returns a new empty "formatting" elementCTBoolean
addNewSelection()
Appends and returns a new empty "selection" elementCTBoolean
addNewUserInterface()
Appends and returns a new empty "userInterface" elementCTBoolean
getChartObject()
Gets the "chartObject" elementCTBoolean
getData()
Gets the "data" elementCTBoolean
getFormatting()
Gets the "formatting" elementCTBoolean
getSelection()
Gets the "selection" elementCTBoolean
getUserInterface()
Gets the "userInterface" elementboolean
isSetChartObject()
True if has "chartObject" elementboolean
isSetData()
True if has "data" elementboolean
isSetFormatting()
True if has "formatting" elementboolean
isSetSelection()
True if has "selection" elementboolean
isSetUserInterface()
True if has "userInterface" elementvoid
setChartObject(CTBoolean chartObject)
Sets the "chartObject" elementvoid
setData(CTBoolean data)
Sets the "data" elementvoid
setFormatting(CTBoolean formatting)
Sets the "formatting" elementvoid
setSelection(CTBoolean selection)
Sets the "selection" elementvoid
setUserInterface(CTBoolean userInterface)
Sets the "userInterface" elementvoid
unsetChartObject()
Unsets the "chartObject" elementvoid
unsetData()
Unsets the "data" elementvoid
unsetFormatting()
Unsets the "formatting" elementvoid
unsetSelection()
Unsets the "selection" elementvoid
unsetUserInterface()
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
-
-