public class CTOleObjectLink extends Object
Java class for CT_OleObjectLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_OleObjectLink"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionList" minOccurs="0"/> </sequence> <attribute name="updateAutomatic" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTExtensionList |
extLst |
protected Boolean |
updateAutomatic |
Constructor and Description |
---|
CTOleObjectLink() |
Modifier and Type | Method and Description |
---|---|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
boolean |
isUpdateAutomatic()
Gets the value of the updateAutomatic property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setUpdateAutomatic(Boolean value)
Sets the value of the updateAutomatic property.
|
protected CTExtensionList extLst
protected Boolean updateAutomatic
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public boolean isUpdateAutomatic()
Boolean
Copyright © 2007-2014. All Rights Reserved.