Interface CTObjectLink
- All Superinterfaces:
CTObjectEmbed,XmlObject,XmlTokenSource
An XML CT_ObjectLink(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTObjectLink> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "lockedField" attributeGets the "updateMode" attributebooleanTrue if has "lockedField" attributevoidsetLockedField(Object lockedField) Sets the "lockedField" attributevoidsetUpdateMode(STObjectUpdateMode.Enum updateMode) Sets the "updateMode" attributevoidUnsets the "lockedField" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffGets (as xml) the "lockedField" attributeGets (as xml) the "updateMode" attributevoidxsetLockedField(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff lockedField) Sets (as xml) the "lockedField" attributevoidxsetUpdateMode(STObjectUpdateMode updateMode) Sets (as xml) the "updateMode" attributeMethods 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, xsetShapeIdMethods 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
-
getUpdateMode
STObjectUpdateMode.Enum getUpdateMode()Gets the "updateMode" attribute -
xgetUpdateMode
STObjectUpdateMode xgetUpdateMode()Gets (as xml) the "updateMode" attribute -
setUpdateMode
Sets the "updateMode" attribute -
xsetUpdateMode
Sets (as xml) the "updateMode" attribute -
getLockedField
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
Sets the "lockedField" attribute -
unsetLockedField
void unsetLockedField()Unsets the "lockedField" attribute
-