Interface CTProtection
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_Protection(@http://schemas.openxmlformats.org/drawingml/2006/chart).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTProtection> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "chartObject" elementAppends and returns a new empty "data" elementAppends and returns a new empty "formatting" elementAppends and returns a new empty "selection" elementAppends and returns a new empty "userInterface" elementGets the "chartObject" elementgetData()
Gets the "data" elementGets the "formatting" elementGets the "selection" elementGets the "userInterface" elementboolean
True if has "chartObject" elementboolean
True if has "data" elementboolean
True if has "formatting" elementboolean
True if has "selection" elementboolean
True if has "userInterface" elementvoid
setChartObject
(CTBoolean chartObject) Sets the "chartObject" elementvoid
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
Unsets the "chartObject" elementvoid
Unsets the "data" elementvoid
Unsets the "formatting" elementvoid
Unsets the "selection" elementvoid
Unsets the "userInterface" elementMethods 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getChartObject
CTBoolean getChartObject()Gets the "chartObject" element -
isSetChartObject
boolean isSetChartObject()True if has "chartObject" element -
setChartObject
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
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
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
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
Sets the "userInterface" element -
addNewUserInterface
CTBoolean addNewUserInterface()Appends and returns a new empty "userInterface" element -
unsetUserInterface
void unsetUserInterface()Unsets the "userInterface" element
-