public class CTLock extends Object implements Child
Java class for CT_Lock complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Lock">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:schemas-microsoft-com:vml}AG_Ext"/>
<attribute name="position" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="selection" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="grouping" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="ungrouping" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="rotation" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="cropping" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="verticies" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="adjusthandles" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="text" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="aspectratio" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="shapetype" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STTrueFalse |
adjusthandles |
protected STTrueFalse |
aspectratio |
protected STTrueFalse |
cropping |
protected STExt |
ext |
protected STTrueFalse |
grouping |
protected STTrueFalse |
position |
protected STTrueFalse |
rotation |
protected STTrueFalse |
selection |
protected STTrueFalse |
shapetype |
protected STTrueFalse |
text |
protected STTrueFalse |
ungrouping |
protected STTrueFalse |
verticies |
| Constructor and Description |
|---|
CTLock() |
| 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.
|
STTrueFalse |
getAdjusthandles()
Gets the value of the adjusthandles property.
|
STTrueFalse |
getAspectratio()
Gets the value of the aspectratio property.
|
STTrueFalse |
getCropping()
Gets the value of the cropping property.
|
STExt |
getExt()
Gets the value of the ext property.
|
STTrueFalse |
getGrouping()
Gets the value of the grouping property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STTrueFalse |
getPosition()
Gets the value of the position property.
|
STTrueFalse |
getRotation()
Gets the value of the rotation property.
|
STTrueFalse |
getSelection()
Gets the value of the selection property.
|
STTrueFalse |
getShapetype()
Gets the value of the shapetype property.
|
STTrueFalse |
getText()
Gets the value of the text property.
|
STTrueFalse |
getUngrouping()
Gets the value of the ungrouping property.
|
STTrueFalse |
getVerticies()
Gets the value of the verticies property.
|
void |
setAdjusthandles(STTrueFalse value)
Sets the value of the adjusthandles property.
|
void |
setAspectratio(STTrueFalse value)
Sets the value of the aspectratio property.
|
void |
setCropping(STTrueFalse value)
Sets the value of the cropping property.
|
void |
setExt(STExt value)
Sets the value of the ext property.
|
void |
setGrouping(STTrueFalse value)
Sets the value of the grouping property.
|
void |
setParent(Object parent) |
void |
setPosition(STTrueFalse value)
Sets the value of the position property.
|
void |
setRotation(STTrueFalse value)
Sets the value of the rotation property.
|
void |
setSelection(STTrueFalse value)
Sets the value of the selection property.
|
void |
setShapetype(STTrueFalse value)
Sets the value of the shapetype property.
|
void |
setText(STTrueFalse value)
Sets the value of the text property.
|
void |
setUngrouping(STTrueFalse value)
Sets the value of the ungrouping property.
|
void |
setVerticies(STTrueFalse value)
Sets the value of the verticies property.
|
protected STTrueFalse position
protected STTrueFalse selection
protected STTrueFalse grouping
protected STTrueFalse ungrouping
protected STTrueFalse rotation
protected STTrueFalse cropping
protected STTrueFalse verticies
protected STTrueFalse adjusthandles
protected STTrueFalse text
protected STTrueFalse aspectratio
protected STTrueFalse shapetype
protected STExt ext
public STTrueFalse getPosition()
STTrueFalsepublic void setPosition(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getSelection()
STTrueFalsepublic void setSelection(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getGrouping()
STTrueFalsepublic void setGrouping(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getUngrouping()
STTrueFalsepublic void setUngrouping(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getRotation()
STTrueFalsepublic void setRotation(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getCropping()
STTrueFalsepublic void setCropping(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getVerticies()
STTrueFalsepublic void setVerticies(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getAdjusthandles()
STTrueFalsepublic void setAdjusthandles(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getText()
STTrueFalsepublic void setText(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getAspectratio()
STTrueFalsepublic void setAspectratio(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getShapetype()
STTrueFalsepublic void setShapetype(STTrueFalse value)
value - allowed object is
STTrueFalsepublic void setExt(STExt value)
value - allowed object is
STExtpublic 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-2021. All Rights Reserved.