Interface CTWrapThrough
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_WrapThrough(@http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTWrapThrough> 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 "wrapPolygon" elementlonggetDistL()Gets the "distL" attributelonggetDistR()Gets the "distR" attributeGets the "wrapPolygon" elementGets the "wrapText" attributebooleanTrue if has "distL" attributebooleanTrue if has "distR" attributevoidsetDistL(long distL) Sets the "distL" attributevoidsetDistR(long distR) Sets the "distR" attributevoidsetWrapPolygon(CTWrapPath wrapPolygon) Sets the "wrapPolygon" elementvoidsetWrapText(STWrapText.Enum wrapText) Sets the "wrapText" attributevoidUnsets the "distL" attributevoidUnsets the "distR" attributeGets (as xml) the "distL" attributeGets (as xml) the "distR" attributeGets (as xml) the "wrapText" attributevoidxsetDistL(STWrapDistance distL) Sets (as xml) the "distL" attributevoidxsetDistR(STWrapDistance distR) Sets (as xml) the "distR" attributevoidxsetWrapText(STWrapText wrapText) Sets (as xml) the "wrapText" 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
-
getWrapPolygon
CTWrapPath getWrapPolygon()Gets the "wrapPolygon" element -
setWrapPolygon
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
Sets the "wrapText" attribute -
xsetWrapText
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
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
Sets (as xml) the "distR" attribute -
unsetDistR
void unsetDistR()Unsets the "distR" attribute
-