public class CTNonVisualInkContentPartProperties extends Object implements Child
Java class for CT_NonVisualInkContentPartProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_NonVisualInkContentPartProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cpLocks" type="{http://schemas.microsoft.com/office/drawing/2010/main}CT_ContentPartLocking" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="isComment" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTContentPartLocking |
cpLocks |
protected CTOfficeArtExtensionList |
extLst |
protected Boolean |
isComment |
| Constructor and Description |
|---|
CTNonVisualInkContentPartProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTContentPartLocking |
getCpLocks()
Gets the value of the cpLocks property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
boolean |
isIsComment()
Gets the value of the isComment property.
|
void |
setCpLocks(CTContentPartLocking value)
Sets the value of the cpLocks property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setIsComment(Boolean value)
Sets the value of the isComment property.
|
void |
setParent(Object parent) |
protected CTContentPartLocking cpLocks
protected CTOfficeArtExtensionList extLst
protected Boolean isComment
public CTContentPartLocking getCpLocks()
CTContentPartLockingpublic void setCpLocks(CTContentPartLocking value)
value - allowed object is
CTContentPartLockingpublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic boolean isIsComment()
Booleanpublic void setIsComment(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.