Interface CTAnchor
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTAnchor extends XmlObject
An XML CT_Anchor(@http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTAnchor.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 CTNonVisualGraphicFramePropertiesaddNewCNvGraphicFramePr()Appends and returns a new empty "cNvGraphicFramePr" elementCTNonVisualDrawingPropsaddNewDocPr()Appends and returns a new empty "docPr" elementCTEffectExtentaddNewEffectExtent()Appends and returns a new empty "effectExtent" elementCTPositiveSize2DaddNewExtent()Appends and returns a new empty "extent" elementCTGraphicalObjectaddNewGraphic()Appends and returns a new empty "graphic" elementCTPosHaddNewPositionH()Appends and returns a new empty "positionH" elementCTPosVaddNewPositionV()Appends and returns a new empty "positionV" elementCTPoint2DaddNewSimplePos()Appends and returns a new empty "simplePos" elementCTWrapNoneaddNewWrapNone()Appends and returns a new empty "wrapNone" elementCTWrapSquareaddNewWrapSquare()Appends and returns a new empty "wrapSquare" elementCTWrapThroughaddNewWrapThrough()Appends and returns a new empty "wrapThrough" elementCTWrapTightaddNewWrapTight()Appends and returns a new empty "wrapTight" elementCTWrapTopBottomaddNewWrapTopAndBottom()Appends and returns a new empty "wrapTopAndBottom" elementbooleangetAllowOverlap()Gets the "allowOverlap" attributebooleangetBehindDoc()Gets the "behindDoc" attributeCTNonVisualGraphicFramePropertiesgetCNvGraphicFramePr()Gets the "cNvGraphicFramePr" elementlonggetDistB()Gets the "distB" attributelonggetDistL()Gets the "distL" attributelonggetDistR()Gets the "distR" attributelonggetDistT()Gets the "distT" attributeCTNonVisualDrawingPropsgetDocPr()Gets the "docPr" elementCTEffectExtentgetEffectExtent()Gets the "effectExtent" elementCTPositiveSize2DgetExtent()Gets the "extent" elementCTGraphicalObjectgetGraphic()Gets the "graphic" elementbooleangetHidden()Gets the "hidden" attributebooleangetLayoutInCell()Gets the "layoutInCell" attributebooleangetLocked()Gets the "locked" attributeCTPosHgetPositionH()Gets the "positionH" elementCTPosVgetPositionV()Gets the "positionV" elementlonggetRelativeHeight()Gets the "relativeHeight" attributeCTPoint2DgetSimplePos()Gets the "simplePos" elementbooleangetSimplePos2()Gets the "simplePos" attributeCTWrapNonegetWrapNone()Gets the "wrapNone" elementCTWrapSquaregetWrapSquare()Gets the "wrapSquare" elementCTWrapThroughgetWrapThrough()Gets the "wrapThrough" elementCTWrapTightgetWrapTight()Gets the "wrapTight" elementCTWrapTopBottomgetWrapTopAndBottom()Gets the "wrapTopAndBottom" elementbooleanisSetCNvGraphicFramePr()True if has "cNvGraphicFramePr" elementbooleanisSetDistB()True if has "distB" attributebooleanisSetDistL()True if has "distL" attributebooleanisSetDistR()True if has "distR" attributebooleanisSetDistT()True if has "distT" attributebooleanisSetEffectExtent()True if has "effectExtent" elementbooleanisSetHidden()True if has "hidden" attributebooleanisSetSimplePos2()True if has "simplePos" attributebooleanisSetWrapNone()True if has "wrapNone" elementbooleanisSetWrapSquare()True if has "wrapSquare" elementbooleanisSetWrapThrough()True if has "wrapThrough" elementbooleanisSetWrapTight()True if has "wrapTight" elementbooleanisSetWrapTopAndBottom()True if has "wrapTopAndBottom" elementvoidsetAllowOverlap(boolean allowOverlap)Sets the "allowOverlap" attributevoidsetBehindDoc(boolean behindDoc)Sets the "behindDoc" attributevoidsetCNvGraphicFramePr(CTNonVisualGraphicFrameProperties cNvGraphicFramePr)Sets the "cNvGraphicFramePr" elementvoidsetDistB(long distB)Sets the "distB" attributevoidsetDistL(long distL)Sets the "distL" attributevoidsetDistR(long distR)Sets the "distR" attributevoidsetDistT(long distT)Sets the "distT" attributevoidsetDocPr(CTNonVisualDrawingProps docPr)Sets the "docPr" elementvoidsetEffectExtent(CTEffectExtent effectExtent)Sets the "effectExtent" elementvoidsetExtent(CTPositiveSize2D extent)Sets the "extent" elementvoidsetGraphic(CTGraphicalObject graphic)Sets the "graphic" elementvoidsetHidden(boolean hidden)Sets the "hidden" attributevoidsetLayoutInCell(boolean layoutInCell)Sets the "layoutInCell" attributevoidsetLocked(boolean locked)Sets the "locked" attributevoidsetPositionH(CTPosH positionH)Sets the "positionH" elementvoidsetPositionV(CTPosV positionV)Sets the "positionV" elementvoidsetRelativeHeight(long relativeHeight)Sets the "relativeHeight" attributevoidsetSimplePos(CTPoint2D simplePos)Sets the "simplePos" elementvoidsetSimplePos2(boolean simplePos2)Sets the "simplePos" attributevoidsetWrapNone(CTWrapNone wrapNone)Sets the "wrapNone" elementvoidsetWrapSquare(CTWrapSquare wrapSquare)Sets the "wrapSquare" elementvoidsetWrapThrough(CTWrapThrough wrapThrough)Sets the "wrapThrough" elementvoidsetWrapTight(CTWrapTight wrapTight)Sets the "wrapTight" elementvoidsetWrapTopAndBottom(CTWrapTopBottom wrapTopAndBottom)Sets the "wrapTopAndBottom" elementvoidunsetCNvGraphicFramePr()Unsets the "cNvGraphicFramePr" elementvoidunsetDistB()Unsets the "distB" attributevoidunsetDistL()Unsets the "distL" attributevoidunsetDistR()Unsets the "distR" attributevoidunsetDistT()Unsets the "distT" attributevoidunsetEffectExtent()Unsets the "effectExtent" elementvoidunsetHidden()Unsets the "hidden" attributevoidunsetSimplePos2()Unsets the "simplePos" attributevoidunsetWrapNone()Unsets the "wrapNone" elementvoidunsetWrapSquare()Unsets the "wrapSquare" elementvoidunsetWrapThrough()Unsets the "wrapThrough" elementvoidunsetWrapTight()Unsets the "wrapTight" elementvoidunsetWrapTopAndBottom()Unsets the "wrapTopAndBottom" elementXmlBooleanxgetAllowOverlap()Gets (as xml) the "allowOverlap" attributeXmlBooleanxgetBehindDoc()Gets (as xml) the "behindDoc" attributeSTWrapDistancexgetDistB()Gets (as xml) the "distB" attributeSTWrapDistancexgetDistL()Gets (as xml) the "distL" attributeSTWrapDistancexgetDistR()Gets (as xml) the "distR" attributeSTWrapDistancexgetDistT()Gets (as xml) the "distT" attributeXmlBooleanxgetHidden()Gets (as xml) the "hidden" attributeXmlBooleanxgetLayoutInCell()Gets (as xml) the "layoutInCell" attributeXmlBooleanxgetLocked()Gets (as xml) the "locked" attributeXmlUnsignedIntxgetRelativeHeight()Gets (as xml) the "relativeHeight" attributeXmlBooleanxgetSimplePos2()Gets (as xml) the "simplePos" attributevoidxsetAllowOverlap(XmlBoolean allowOverlap)Sets (as xml) the "allowOverlap" attributevoidxsetBehindDoc(XmlBoolean behindDoc)Sets (as xml) the "behindDoc" 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" attributevoidxsetHidden(XmlBoolean hidden)Sets (as xml) the "hidden" attributevoidxsetLayoutInCell(XmlBoolean layoutInCell)Sets (as xml) the "layoutInCell" attributevoidxsetLocked(XmlBoolean locked)Sets (as xml) the "locked" attributevoidxsetRelativeHeight(XmlUnsignedInt relativeHeight)Sets (as xml) the "relativeHeight" attributevoidxsetSimplePos2(XmlBoolean simplePos2)Sets (as xml) the "simplePos" 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
-
getSimplePos
CTPoint2D getSimplePos()
Gets the "simplePos" element
-
setSimplePos
void setSimplePos(CTPoint2D simplePos)
Sets the "simplePos" element
-
addNewSimplePos
CTPoint2D addNewSimplePos()
Appends and returns a new empty "simplePos" element
-
getPositionH
CTPosH getPositionH()
Gets the "positionH" element
-
setPositionH
void setPositionH(CTPosH positionH)
Sets the "positionH" element
-
addNewPositionH
CTPosH addNewPositionH()
Appends and returns a new empty "positionH" element
-
getPositionV
CTPosV getPositionV()
Gets the "positionV" element
-
setPositionV
void setPositionV(CTPosV positionV)
Sets the "positionV" element
-
addNewPositionV
CTPosV addNewPositionV()
Appends and returns a new empty "positionV" element
-
getExtent
CTPositiveSize2D getExtent()
Gets the "extent" element
-
setExtent
void setExtent(CTPositiveSize2D extent)
Sets the "extent" element
-
addNewExtent
CTPositiveSize2D addNewExtent()
Appends and returns a new empty "extent" element
-
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
-
getWrapNone
CTWrapNone getWrapNone()
Gets the "wrapNone" element
-
isSetWrapNone
boolean isSetWrapNone()
True if has "wrapNone" element
-
setWrapNone
void setWrapNone(CTWrapNone wrapNone)
Sets the "wrapNone" element
-
addNewWrapNone
CTWrapNone addNewWrapNone()
Appends and returns a new empty "wrapNone" element
-
unsetWrapNone
void unsetWrapNone()
Unsets the "wrapNone" element
-
getWrapSquare
CTWrapSquare getWrapSquare()
Gets the "wrapSquare" element
-
isSetWrapSquare
boolean isSetWrapSquare()
True if has "wrapSquare" element
-
setWrapSquare
void setWrapSquare(CTWrapSquare wrapSquare)
Sets the "wrapSquare" element
-
addNewWrapSquare
CTWrapSquare addNewWrapSquare()
Appends and returns a new empty "wrapSquare" element
-
unsetWrapSquare
void unsetWrapSquare()
Unsets the "wrapSquare" element
-
getWrapTight
CTWrapTight getWrapTight()
Gets the "wrapTight" element
-
isSetWrapTight
boolean isSetWrapTight()
True if has "wrapTight" element
-
setWrapTight
void setWrapTight(CTWrapTight wrapTight)
Sets the "wrapTight" element
-
addNewWrapTight
CTWrapTight addNewWrapTight()
Appends and returns a new empty "wrapTight" element
-
unsetWrapTight
void unsetWrapTight()
Unsets the "wrapTight" element
-
getWrapThrough
CTWrapThrough getWrapThrough()
Gets the "wrapThrough" element
-
isSetWrapThrough
boolean isSetWrapThrough()
True if has "wrapThrough" element
-
setWrapThrough
void setWrapThrough(CTWrapThrough wrapThrough)
Sets the "wrapThrough" element
-
addNewWrapThrough
CTWrapThrough addNewWrapThrough()
Appends and returns a new empty "wrapThrough" element
-
unsetWrapThrough
void unsetWrapThrough()
Unsets the "wrapThrough" element
-
getWrapTopAndBottom
CTWrapTopBottom getWrapTopAndBottom()
Gets the "wrapTopAndBottom" element
-
isSetWrapTopAndBottom
boolean isSetWrapTopAndBottom()
True if has "wrapTopAndBottom" element
-
setWrapTopAndBottom
void setWrapTopAndBottom(CTWrapTopBottom wrapTopAndBottom)
Sets the "wrapTopAndBottom" element
-
addNewWrapTopAndBottom
CTWrapTopBottom addNewWrapTopAndBottom()
Appends and returns a new empty "wrapTopAndBottom" element
-
unsetWrapTopAndBottom
void unsetWrapTopAndBottom()
Unsets the "wrapTopAndBottom" element
-
getDocPr
CTNonVisualDrawingProps getDocPr()
Gets the "docPr" element
-
setDocPr
void setDocPr(CTNonVisualDrawingProps docPr)
Sets the "docPr" element
-
addNewDocPr
CTNonVisualDrawingProps addNewDocPr()
Appends and returns a new empty "docPr" element
-
getCNvGraphicFramePr
CTNonVisualGraphicFrameProperties getCNvGraphicFramePr()
Gets the "cNvGraphicFramePr" element
-
isSetCNvGraphicFramePr
boolean isSetCNvGraphicFramePr()
True if has "cNvGraphicFramePr" element
-
setCNvGraphicFramePr
void setCNvGraphicFramePr(CTNonVisualGraphicFrameProperties cNvGraphicFramePr)
Sets the "cNvGraphicFramePr" element
-
addNewCNvGraphicFramePr
CTNonVisualGraphicFrameProperties addNewCNvGraphicFramePr()
Appends and returns a new empty "cNvGraphicFramePr" element
-
unsetCNvGraphicFramePr
void unsetCNvGraphicFramePr()
Unsets the "cNvGraphicFramePr" element
-
getGraphic
CTGraphicalObject getGraphic()
Gets the "graphic" element
-
setGraphic
void setGraphic(CTGraphicalObject graphic)
Sets the "graphic" element
-
addNewGraphic
CTGraphicalObject addNewGraphic()
Appends and returns a new empty "graphic" 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
-
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
-
getSimplePos2
boolean getSimplePos2()
Gets the "simplePos" attribute
-
xgetSimplePos2
XmlBoolean xgetSimplePos2()
Gets (as xml) the "simplePos" attribute
-
isSetSimplePos2
boolean isSetSimplePos2()
True if has "simplePos" attribute
-
setSimplePos2
void setSimplePos2(boolean simplePos2)
Sets the "simplePos" attribute
-
xsetSimplePos2
void xsetSimplePos2(XmlBoolean simplePos2)
Sets (as xml) the "simplePos" attribute
-
unsetSimplePos2
void unsetSimplePos2()
Unsets the "simplePos" attribute
-
getRelativeHeight
long getRelativeHeight()
Gets the "relativeHeight" attribute
-
xgetRelativeHeight
XmlUnsignedInt xgetRelativeHeight()
Gets (as xml) the "relativeHeight" attribute
-
setRelativeHeight
void setRelativeHeight(long relativeHeight)
Sets the "relativeHeight" attribute
-
xsetRelativeHeight
void xsetRelativeHeight(XmlUnsignedInt relativeHeight)
Sets (as xml) the "relativeHeight" attribute
-
getBehindDoc
boolean getBehindDoc()
Gets the "behindDoc" attribute
-
xgetBehindDoc
XmlBoolean xgetBehindDoc()
Gets (as xml) the "behindDoc" attribute
-
setBehindDoc
void setBehindDoc(boolean behindDoc)
Sets the "behindDoc" attribute
-
xsetBehindDoc
void xsetBehindDoc(XmlBoolean behindDoc)
Sets (as xml) the "behindDoc" attribute
-
getLocked
boolean getLocked()
Gets the "locked" attribute
-
xgetLocked
XmlBoolean xgetLocked()
Gets (as xml) the "locked" attribute
-
setLocked
void setLocked(boolean locked)
Sets the "locked" attribute
-
xsetLocked
void xsetLocked(XmlBoolean locked)
Sets (as xml) the "locked" attribute
-
getLayoutInCell
boolean getLayoutInCell()
Gets the "layoutInCell" attribute
-
xgetLayoutInCell
XmlBoolean xgetLayoutInCell()
Gets (as xml) the "layoutInCell" attribute
-
setLayoutInCell
void setLayoutInCell(boolean layoutInCell)
Sets the "layoutInCell" attribute
-
xsetLayoutInCell
void xsetLayoutInCell(XmlBoolean layoutInCell)
Sets (as xml) the "layoutInCell" attribute
-
getHidden
boolean getHidden()
Gets the "hidden" attribute
-
xgetHidden
XmlBoolean xgetHidden()
Gets (as xml) the "hidden" attribute
-
isSetHidden
boolean isSetHidden()
True if has "hidden" attribute
-
setHidden
void setHidden(boolean hidden)
Sets the "hidden" attribute
-
xsetHidden
void xsetHidden(XmlBoolean hidden)
Sets (as xml) the "hidden" attribute
-
unsetHidden
void unsetHidden()
Unsets the "hidden" attribute
-
getAllowOverlap
boolean getAllowOverlap()
Gets the "allowOverlap" attribute
-
xgetAllowOverlap
XmlBoolean xgetAllowOverlap()
Gets (as xml) the "allowOverlap" attribute
-
setAllowOverlap
void setAllowOverlap(boolean allowOverlap)
Sets the "allowOverlap" attribute
-
xsetAllowOverlap
void xsetAllowOverlap(XmlBoolean allowOverlap)
Sets (as xml) the "allowOverlap" attribute
-
-