Interface CTWrapTopBottom
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTWrapTopBottom extends XmlObject
An XML CT_WrapTopBottom(@http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTWrapTopBottom.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 CTEffectExtent
addNewEffectExtent()
Appends and returns a new empty "effectExtent" elementlong
getDistB()
Gets the "distB" attributelong
getDistT()
Gets the "distT" attributeCTEffectExtent
getEffectExtent()
Gets the "effectExtent" elementboolean
isSetDistB()
True if has "distB" attributeboolean
isSetDistT()
True if has "distT" attributeboolean
isSetEffectExtent()
True if has "effectExtent" elementvoid
setDistB(long distB)
Sets the "distB" attributevoid
setDistT(long distT)
Sets the "distT" attributevoid
setEffectExtent(CTEffectExtent effectExtent)
Sets the "effectExtent" elementvoid
unsetDistB()
Unsets the "distB" attributevoid
unsetDistT()
Unsets the "distT" attributevoid
unsetEffectExtent()
Unsets the "effectExtent" elementSTWrapDistance
xgetDistB()
Gets (as xml) the "distB" attributeSTWrapDistance
xgetDistT()
Gets (as xml) the "distT" attributevoid
xsetDistB(STWrapDistance distB)
Sets (as xml) the "distB" attributevoid
xsetDistT(STWrapDistance distT)
Sets (as xml) the "distT" attribute-
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
-
getEffectExtent
CTEffectExtent getEffectExtent()
Gets the "effectExtent" element
-
isSetEffectExtent
boolean isSetEffectExtent()
True if has "effectExtent" element
-
setEffectExtent
void setEffectExtent(CTEffectExtent effectExtent)
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
void xsetDistT(STWrapDistance distT)
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
void xsetDistB(STWrapDistance distB)
Sets (as xml) the "distB" attribute
-
unsetDistB
void unsetDistB()
Unsets the "distB" attribute
-
-