Interface CTWrapTopBottom
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_WrapTopBottom(@http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTWrapTopBottom> 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 "effectExtent" elementlonggetDistB()Gets the "distB" attributelonggetDistT()Gets the "distT" attributeGets the "effectExtent" elementbooleanTrue if has "distB" attributebooleanTrue if has "distT" attributebooleanTrue if has "effectExtent" elementvoidsetDistB(long distB) Sets the "distB" attributevoidsetDistT(long distT) Sets the "distT" attributevoidsetEffectExtent(CTEffectExtent effectExtent) Sets the "effectExtent" elementvoidUnsets the "distB" attributevoidUnsets the "distT" attributevoidUnsets the "effectExtent" elementGets (as xml) the "distB" attributeGets (as xml) the "distT" attributevoidxsetDistB(STWrapDistance distB) Sets (as xml) the "distB" attributevoidxsetDistT(STWrapDistance distT) Sets (as xml) the "distT" 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
-
getEffectExtent
CTEffectExtent getEffectExtent()Gets the "effectExtent" element -
isSetEffectExtent
boolean isSetEffectExtent()True if has "effectExtent" element -
setEffectExtent
Sets the "effectExtent" element -
addNewEffectExtent
CTEffectExtent addNewEffectExtent()Appends and returns a new empty "effectExtent" element -
unsetEffectExtent
void unsetEffectExtent()Unsets the "effectExtent" element -
getDistT
long getDistT()Gets the "distT" attribute -
xgetDistT
STWrapDistance xgetDistT()Gets (as xml) the "distT" attribute -
isSetDistT
boolean isSetDistT()True if has "distT" attribute -
setDistT
void setDistT(long distT) Sets the "distT" attribute -
xsetDistT
Sets (as xml) the "distT" attribute -
unsetDistT
void unsetDistT()Unsets the "distT" attribute -
getDistB
long getDistB()Gets the "distB" attribute -
xgetDistB
STWrapDistance xgetDistB()Gets (as xml) the "distB" attribute -
isSetDistB
boolean isSetDistB()True if has "distB" attribute -
setDistB
void setDistB(long distB) Sets the "distB" attribute -
xsetDistB
Sets (as xml) the "distB" attribute -
unsetDistB
void unsetDistB()Unsets the "distB" attribute
-