Interface CTWrapTight
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTWrapTight extends XmlObject
An XML CT_WrapTight(@http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTWrapTight.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 CTWrapPath
addNewWrapPolygon()
Appends and returns a new empty "wrapPolygon" elementlong
getDistL()
Gets the "distL" attributelong
getDistR()
Gets the "distR" attributeCTWrapPath
getWrapPolygon()
Gets the "wrapPolygon" elementSTWrapText.Enum
getWrapText()
Gets the "wrapText" attributeboolean
isSetDistL()
True if has "distL" attributeboolean
isSetDistR()
True if has "distR" attributevoid
setDistL(long distL)
Sets the "distL" attributevoid
setDistR(long distR)
Sets the "distR" attributevoid
setWrapPolygon(CTWrapPath wrapPolygon)
Sets the "wrapPolygon" elementvoid
setWrapText(STWrapText.Enum wrapText)
Sets the "wrapText" attributevoid
unsetDistL()
Unsets the "distL" attributevoid
unsetDistR()
Unsets the "distR" attributeSTWrapDistance
xgetDistL()
Gets (as xml) the "distL" attributeSTWrapDistance
xgetDistR()
Gets (as xml) the "distR" attributeSTWrapText
xgetWrapText()
Gets (as xml) the "wrapText" attributevoid
xsetDistL(STWrapDistance distL)
Sets (as xml) the "distL" attributevoid
xsetDistR(STWrapDistance distR)
Sets (as xml) the "distR" attributevoid
xsetWrapText(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
-
getWrapPolygon
CTWrapPath getWrapPolygon()
Gets the "wrapPolygon" element
-
setWrapPolygon
void setWrapPolygon(CTWrapPath wrapPolygon)
Sets the "wrapPolygon" element
-
addNewWrapPolygon
CTWrapPath addNewWrapPolygon()
Appends and returns a new empty "wrapPolygon" 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
-
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
-
-