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 SchemaTypeFields 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" elementbooleanTrue if has "chartObject" elementbooleanTrue if has "data" elementbooleanTrue if has "formatting" elementbooleanTrue if has "selection" elementbooleanTrue if has "userInterface" elementvoidsetChartObject(CTBoolean chartObject) Sets the "chartObject" elementvoidSets the "data" elementvoidsetFormatting(CTBoolean formatting) Sets the "formatting" elementvoidsetSelection(CTBoolean selection) Sets the "selection" elementvoidsetUserInterface(CTBoolean userInterface) Sets the "userInterface" elementvoidUnsets the "chartObject" elementvoidUnsets the "data" elementvoidUnsets the "formatting" elementvoidUnsets the "selection" elementvoidUnsets 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, valueHashCodeMethods 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
-