Interface CTObjectLink
-
- All Superinterfaces:
CTObjectEmbed
,XmlObject
,XmlTokenSource
public interface CTObjectLink extends CTObjectEmbed
An XML CT_ObjectLink(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTObjectLink>
Factory
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 java.lang.Object
getLockedField()
Gets the "lockedField" attributeSTObjectUpdateMode.Enum
getUpdateMode()
Gets the "updateMode" attributeboolean
isSetLockedField()
True if has "lockedField" attributevoid
setLockedField(java.lang.Object lockedField)
Sets the "lockedField" attributevoid
setUpdateMode(STObjectUpdateMode.Enum updateMode)
Sets the "updateMode" attributevoid
unsetLockedField()
Unsets the "lockedField" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff
xgetLockedField()
Gets (as xml) the "lockedField" attributeSTObjectUpdateMode
xgetUpdateMode()
Gets (as xml) the "updateMode" attributevoid
xsetLockedField(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff lockedField)
Sets (as xml) the "lockedField" attributevoid
xsetUpdateMode(STObjectUpdateMode updateMode)
Sets (as xml) the "updateMode" attribute-
Methods inherited from interface org.openxmlformats.schemas.wordprocessingml.x2006.main.CTObjectEmbed
getDrawAspect, getFieldCodes, getId, getProgId, getShapeId, isSetDrawAspect, isSetFieldCodes, isSetProgId, isSetShapeId, setDrawAspect, setFieldCodes, setId, setProgId, setShapeId, unsetDrawAspect, unsetFieldCodes, unsetProgId, unsetShapeId, xgetDrawAspect, xgetFieldCodes, xgetId, xgetProgId, xgetShapeId, xsetDrawAspect, xsetFieldCodes, xsetId, xsetProgId, xsetShapeId
-
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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTObjectLink> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getUpdateMode
STObjectUpdateMode.Enum getUpdateMode()
Gets the "updateMode" attribute
-
xgetUpdateMode
STObjectUpdateMode xgetUpdateMode()
Gets (as xml) the "updateMode" attribute
-
setUpdateMode
void setUpdateMode(STObjectUpdateMode.Enum updateMode)
Sets the "updateMode" attribute
-
xsetUpdateMode
void xsetUpdateMode(STObjectUpdateMode updateMode)
Sets (as xml) the "updateMode" attribute
-
getLockedField
java.lang.Object getLockedField()
Gets the "lockedField" attribute
-
xgetLockedField
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetLockedField()
Gets (as xml) the "lockedField" attribute
-
isSetLockedField
boolean isSetLockedField()
True if has "lockedField" attribute
-
setLockedField
void setLockedField(java.lang.Object lockedField)
Sets the "lockedField" attribute
-
xsetLockedField
void xsetLockedField(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff lockedField)
Sets (as xml) the "lockedField" attribute
-
unsetLockedField
void unsetLockedField()
Unsets the "lockedField" attribute
-
-