public class CTCommentPr extends Object implements Child
Java class for CT_CommentPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CommentPr"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="anchor" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ObjectAnchor"/> </sequence> <attribute name="locked" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="defaultSize" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="print" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="disabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="autoFill" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="autoLine" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="altText" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" /> <attribute name="textHAlign" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_TextHAlign" default="left" /> <attribute name="textVAlign" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_TextVAlign" default="top" /> <attribute name="lockText" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="justLastX" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="autoScale" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
altText |
protected CTObjectAnchor |
anchor |
protected Boolean |
autoFill |
protected Boolean |
autoLine |
protected Boolean |
autoScale |
protected Boolean |
defaultSize |
protected Boolean |
disabled |
protected Boolean |
justLastX |
protected Boolean |
locked |
protected Boolean |
lockText |
protected Boolean |
print |
protected STTextHAlign |
textHAlign |
protected STTextVAlign |
textVAlign |
Constructor and Description |
---|
CTCommentPr() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getAltText()
Gets the value of the altText property.
|
CTObjectAnchor |
getAnchor()
Gets the value of the anchor property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STTextHAlign |
getTextHAlign()
Gets the value of the textHAlign property.
|
STTextVAlign |
getTextVAlign()
Gets the value of the textVAlign property.
|
boolean |
isAutoFill()
Gets the value of the autoFill property.
|
boolean |
isAutoLine()
Gets the value of the autoLine property.
|
boolean |
isAutoScale()
Gets the value of the autoScale property.
|
boolean |
isDefaultSize()
Gets the value of the defaultSize property.
|
boolean |
isDisabled()
Gets the value of the disabled property.
|
boolean |
isJustLastX()
Gets the value of the justLastX property.
|
boolean |
isLocked()
Gets the value of the locked property.
|
boolean |
isLockText()
Gets the value of the lockText property.
|
boolean |
isPrint()
Gets the value of the print property.
|
void |
setAltText(String value)
Sets the value of the altText property.
|
void |
setAnchor(CTObjectAnchor value)
Sets the value of the anchor property.
|
void |
setAutoFill(Boolean value)
Sets the value of the autoFill property.
|
void |
setAutoLine(Boolean value)
Sets the value of the autoLine property.
|
void |
setAutoScale(Boolean value)
Sets the value of the autoScale property.
|
void |
setDefaultSize(Boolean value)
Sets the value of the defaultSize property.
|
void |
setDisabled(Boolean value)
Sets the value of the disabled property.
|
void |
setJustLastX(Boolean value)
Sets the value of the justLastX property.
|
void |
setLocked(Boolean value)
Sets the value of the locked property.
|
void |
setLockText(Boolean value)
Sets the value of the lockText property.
|
void |
setParent(Object parent) |
void |
setPrint(Boolean value)
Sets the value of the print property.
|
void |
setTextHAlign(STTextHAlign value)
Sets the value of the textHAlign property.
|
void |
setTextVAlign(STTextVAlign value)
Sets the value of the textVAlign property.
|
protected CTObjectAnchor anchor
protected Boolean locked
protected Boolean defaultSize
protected Boolean print
protected Boolean disabled
protected Boolean autoFill
protected Boolean autoLine
protected String altText
protected STTextHAlign textHAlign
protected STTextVAlign textVAlign
protected Boolean lockText
protected Boolean justLastX
protected Boolean autoScale
public CTObjectAnchor getAnchor()
CTObjectAnchor
public void setAnchor(CTObjectAnchor value)
value
- allowed object is
CTObjectAnchor
public boolean isLocked()
Boolean
public void setLocked(Boolean value)
value
- allowed object is
Boolean
public boolean isDefaultSize()
Boolean
public void setDefaultSize(Boolean value)
value
- allowed object is
Boolean
public boolean isPrint()
Boolean
public void setPrint(Boolean value)
value
- allowed object is
Boolean
public boolean isDisabled()
Boolean
public void setDisabled(Boolean value)
value
- allowed object is
Boolean
public boolean isAutoFill()
Boolean
public void setAutoFill(Boolean value)
value
- allowed object is
Boolean
public boolean isAutoLine()
Boolean
public void setAutoLine(Boolean value)
value
- allowed object is
Boolean
public String getAltText()
String
public void setAltText(String value)
value
- allowed object is
String
public STTextHAlign getTextHAlign()
STTextHAlign
public void setTextHAlign(STTextHAlign value)
value
- allowed object is
STTextHAlign
public STTextVAlign getTextVAlign()
STTextVAlign
public void setTextVAlign(STTextVAlign value)
value
- allowed object is
STTextVAlign
public boolean isLockText()
Boolean
public void setLockText(Boolean value)
value
- allowed object is
Boolean
public boolean isJustLastX()
Boolean
public void setJustLastX(Boolean value)
value
- allowed object is
Boolean
public boolean isAutoScale()
Boolean
public void setAutoScale(Boolean value)
value
- allowed object is
Boolean
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.