Interface CTWrapSquare
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTWrapSquare extends XmlObject
An XML CT_WrapSquare(@http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTWrapSquare.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTEffectExtentaddNewEffectExtent()Appends and returns a new empty "effectExtent" elementlonggetDistB()Gets the "distB" attributelonggetDistL()Gets the "distL" attributelonggetDistR()Gets the "distR" attributelonggetDistT()Gets the "distT" attributeCTEffectExtentgetEffectExtent()Gets the "effectExtent" elementSTWrapText.EnumgetWrapText()Gets the "wrapText" attributebooleanisSetDistB()True if has "distB" attributebooleanisSetDistL()True if has "distL" attributebooleanisSetDistR()True if has "distR" attributebooleanisSetDistT()True if has "distT" attributebooleanisSetEffectExtent()True if has "effectExtent" elementvoidsetDistB(long distB)Sets the "distB" attributevoidsetDistL(long distL)Sets the "distL" attributevoidsetDistR(long distR)Sets the "distR" attributevoidsetDistT(long distT)Sets the "distT" attributevoidsetEffectExtent(CTEffectExtent effectExtent)Sets the "effectExtent" elementvoidsetWrapText(STWrapText.Enum wrapText)Sets the "wrapText" attributevoidunsetDistB()Unsets the "distB" attributevoidunsetDistL()Unsets the "distL" attributevoidunsetDistR()Unsets the "distR" attributevoidunsetDistT()Unsets the "distT" attributevoidunsetEffectExtent()Unsets the "effectExtent" elementSTWrapDistancexgetDistB()Gets (as xml) the "distB" attributeSTWrapDistancexgetDistL()Gets (as xml) the "distL" attributeSTWrapDistancexgetDistR()Gets (as xml) the "distR" attributeSTWrapDistancexgetDistT()Gets (as xml) the "distT" attributeSTWrapTextxgetWrapText()Gets (as xml) the "wrapText" attributevoidxsetDistB(STWrapDistance distB)Sets (as xml) the "distB" attributevoidxsetDistL(STWrapDistance distL)Sets (as xml) the "distL" attributevoidxsetDistR(STWrapDistance distR)Sets (as xml) the "distR" attributevoidxsetDistT(STWrapDistance distT)Sets (as xml) the "distT" attributevoidxsetWrapText(STWrapText wrapText)Sets (as xml) the "wrapText" 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
-
getWrapText
STWrapText.Enum getWrapText()
Gets the "wrapText" attribute
-
xgetWrapText
STWrapText xgetWrapText()
Gets (as xml) the "wrapText" attribute
-
setWrapText
void setWrapText(STWrapText.Enum wrapText)
Sets the "wrapText" attribute
-
xsetWrapText
void xsetWrapText(STWrapText wrapText)
Sets (as xml) the "wrapText" attribute
-
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
-
getDistL
long getDistL()
Gets the "distL" attribute
-
xgetDistL
STWrapDistance xgetDistL()
Gets (as xml) the "distL" attribute
-
isSetDistL
boolean isSetDistL()
True if has "distL" attribute
-
setDistL
void setDistL(long distL)
Sets the "distL" attribute
-
xsetDistL
void xsetDistL(STWrapDistance distL)
Sets (as xml) the "distL" attribute
-
unsetDistL
void unsetDistL()
Unsets the "distL" attribute
-
getDistR
long getDistR()
Gets the "distR" attribute
-
xgetDistR
STWrapDistance xgetDistR()
Gets (as xml) the "distR" attribute
-
isSetDistR
boolean isSetDistR()
True if has "distR" attribute
-
setDistR
void setDistR(long distR)
Sets the "distR" attribute
-
xsetDistR
void xsetDistR(STWrapDistance distR)
Sets (as xml) the "distR" attribute
-
unsetDistR
void unsetDistR()
Unsets the "distR" attribute
-
-