Interface CTOptionalBlackTransition
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_OptionalBlackTransition(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTOptionalBlackTransition> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the "thruBlk" attributebooleanTrue if has "thruBlk" attributevoidsetThruBlk(boolean thruBlk) Sets the "thruBlk" attributevoidUnsets the "thruBlk" attributeGets (as xml) the "thruBlk" attributevoidxsetThruBlk(XmlBoolean thruBlk) Sets (as xml) the "thruBlk" attributeMethods 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
-
getThruBlk
boolean getThruBlk()Gets the "thruBlk" attribute -
xgetThruBlk
XmlBoolean xgetThruBlk()Gets (as xml) the "thruBlk" attribute -
isSetThruBlk
boolean isSetThruBlk()True if has "thruBlk" attribute -
setThruBlk
void setThruBlk(boolean thruBlk) Sets the "thruBlk" attribute -
xsetThruBlk
Sets (as xml) the "thruBlk" attribute -
unsetThruBlk
void unsetThruBlk()Unsets the "thruBlk" attribute
-