Interface CTCommentPr
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTCommentPr extends XmlObject
An XML CT_CommentPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTCommentPr>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTObjectAnchoraddNewAnchor()Appends and returns a new empty "anchor" elementjava.lang.StringgetAltText()Gets the "altText" attributeCTObjectAnchorgetAnchor()Gets the "anchor" elementbooleangetAutoFill()Gets the "autoFill" attributebooleangetAutoLine()Gets the "autoLine" attributebooleangetAutoScale()Gets the "autoScale" attributebooleangetDefaultSize()Gets the "defaultSize" attributebooleangetDisabled()Gets the "disabled" attributebooleangetJustLastX()Gets the "justLastX" attributebooleangetLocked()Gets the "locked" attributebooleangetLockText()Gets the "lockText" attributebooleangetPrint()Gets the "print" attributeSTTextHAlign.EnumgetTextHAlign()Gets the "textHAlign" attributeSTTextVAlign.EnumgetTextVAlign()Gets the "textVAlign" attributebooleanisSetAltText()True if has "altText" attributebooleanisSetAutoFill()True if has "autoFill" attributebooleanisSetAutoLine()True if has "autoLine" attributebooleanisSetAutoScale()True if has "autoScale" attributebooleanisSetDefaultSize()True if has "defaultSize" attributebooleanisSetDisabled()True if has "disabled" attributebooleanisSetJustLastX()True if has "justLastX" attributebooleanisSetLocked()True if has "locked" attributebooleanisSetLockText()True if has "lockText" attributebooleanisSetPrint()True if has "print" attributebooleanisSetTextHAlign()True if has "textHAlign" attributebooleanisSetTextVAlign()True if has "textVAlign" attributevoidsetAltText(java.lang.String altText)Sets the "altText" attributevoidsetAnchor(CTObjectAnchor anchor)Sets the "anchor" elementvoidsetAutoFill(boolean autoFill)Sets the "autoFill" attributevoidsetAutoLine(boolean autoLine)Sets the "autoLine" attributevoidsetAutoScale(boolean autoScale)Sets the "autoScale" attributevoidsetDefaultSize(boolean defaultSize)Sets the "defaultSize" attributevoidsetDisabled(boolean disabled)Sets the "disabled" attributevoidsetJustLastX(boolean justLastX)Sets the "justLastX" attributevoidsetLocked(boolean locked)Sets the "locked" attributevoidsetLockText(boolean lockText)Sets the "lockText" attributevoidsetPrint(boolean print)Sets the "print" attributevoidsetTextHAlign(STTextHAlign.Enum textHAlign)Sets the "textHAlign" attributevoidsetTextVAlign(STTextVAlign.Enum textVAlign)Sets the "textVAlign" attributevoidunsetAltText()Unsets the "altText" attributevoidunsetAutoFill()Unsets the "autoFill" attributevoidunsetAutoLine()Unsets the "autoLine" attributevoidunsetAutoScale()Unsets the "autoScale" attributevoidunsetDefaultSize()Unsets the "defaultSize" attributevoidunsetDisabled()Unsets the "disabled" attributevoidunsetJustLastX()Unsets the "justLastX" attributevoidunsetLocked()Unsets the "locked" attributevoidunsetLockText()Unsets the "lockText" attributevoidunsetPrint()Unsets the "print" attributevoidunsetTextHAlign()Unsets the "textHAlign" attributevoidunsetTextVAlign()Unsets the "textVAlign" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetAltText()Gets (as xml) the "altText" attributeXmlBooleanxgetAutoFill()Gets (as xml) the "autoFill" attributeXmlBooleanxgetAutoLine()Gets (as xml) the "autoLine" attributeXmlBooleanxgetAutoScale()Gets (as xml) the "autoScale" attributeXmlBooleanxgetDefaultSize()Gets (as xml) the "defaultSize" attributeXmlBooleanxgetDisabled()Gets (as xml) the "disabled" attributeXmlBooleanxgetJustLastX()Gets (as xml) the "justLastX" attributeXmlBooleanxgetLocked()Gets (as xml) the "locked" attributeXmlBooleanxgetLockText()Gets (as xml) the "lockText" attributeXmlBooleanxgetPrint()Gets (as xml) the "print" attributeSTTextHAlignxgetTextHAlign()Gets (as xml) the "textHAlign" attributeSTTextVAlignxgetTextVAlign()Gets (as xml) the "textVAlign" attributevoidxsetAltText(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring altText)Sets (as xml) the "altText" attributevoidxsetAutoFill(XmlBoolean autoFill)Sets (as xml) the "autoFill" attributevoidxsetAutoLine(XmlBoolean autoLine)Sets (as xml) the "autoLine" attributevoidxsetAutoScale(XmlBoolean autoScale)Sets (as xml) the "autoScale" attributevoidxsetDefaultSize(XmlBoolean defaultSize)Sets (as xml) the "defaultSize" attributevoidxsetDisabled(XmlBoolean disabled)Sets (as xml) the "disabled" attributevoidxsetJustLastX(XmlBoolean justLastX)Sets (as xml) the "justLastX" attributevoidxsetLocked(XmlBoolean locked)Sets (as xml) the "locked" attributevoidxsetLockText(XmlBoolean lockText)Sets (as xml) the "lockText" attributevoidxsetPrint(XmlBoolean print)Sets (as xml) the "print" attributevoidxsetTextHAlign(STTextHAlign textHAlign)Sets (as xml) the "textHAlign" attributevoidxsetTextVAlign(STTextVAlign textVAlign)Sets (as xml) the "textVAlign" attribute-
Methods 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, valueHashCode
-
Methods 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 Detail
-
Factory
static final DocumentFactory<CTCommentPr> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getAnchor
CTObjectAnchor getAnchor()
Gets the "anchor" element
-
setAnchor
void setAnchor(CTObjectAnchor anchor)
Sets the "anchor" element
-
addNewAnchor
CTObjectAnchor addNewAnchor()
Appends and returns a new empty "anchor" element
-
getLocked
boolean getLocked()
Gets the "locked" attribute
-
xgetLocked
XmlBoolean xgetLocked()
Gets (as xml) the "locked" attribute
-
isSetLocked
boolean isSetLocked()
True if has "locked" attribute
-
setLocked
void setLocked(boolean locked)
Sets the "locked" attribute
-
xsetLocked
void xsetLocked(XmlBoolean locked)
Sets (as xml) the "locked" attribute
-
unsetLocked
void unsetLocked()
Unsets the "locked" attribute
-
getDefaultSize
boolean getDefaultSize()
Gets the "defaultSize" attribute
-
xgetDefaultSize
XmlBoolean xgetDefaultSize()
Gets (as xml) the "defaultSize" attribute
-
isSetDefaultSize
boolean isSetDefaultSize()
True if has "defaultSize" attribute
-
setDefaultSize
void setDefaultSize(boolean defaultSize)
Sets the "defaultSize" attribute
-
xsetDefaultSize
void xsetDefaultSize(XmlBoolean defaultSize)
Sets (as xml) the "defaultSize" attribute
-
unsetDefaultSize
void unsetDefaultSize()
Unsets the "defaultSize" attribute
-
getPrint
boolean getPrint()
Gets the "print" attribute
-
xgetPrint
XmlBoolean xgetPrint()
Gets (as xml) the "print" attribute
-
isSetPrint
boolean isSetPrint()
True if has "print" attribute
-
setPrint
void setPrint(boolean print)
Sets the "print" attribute
-
xsetPrint
void xsetPrint(XmlBoolean print)
Sets (as xml) the "print" attribute
-
unsetPrint
void unsetPrint()
Unsets the "print" attribute
-
getDisabled
boolean getDisabled()
Gets the "disabled" attribute
-
xgetDisabled
XmlBoolean xgetDisabled()
Gets (as xml) the "disabled" attribute
-
isSetDisabled
boolean isSetDisabled()
True if has "disabled" attribute
-
setDisabled
void setDisabled(boolean disabled)
Sets the "disabled" attribute
-
xsetDisabled
void xsetDisabled(XmlBoolean disabled)
Sets (as xml) the "disabled" attribute
-
unsetDisabled
void unsetDisabled()
Unsets the "disabled" attribute
-
getAutoFill
boolean getAutoFill()
Gets the "autoFill" attribute
-
xgetAutoFill
XmlBoolean xgetAutoFill()
Gets (as xml) the "autoFill" attribute
-
isSetAutoFill
boolean isSetAutoFill()
True if has "autoFill" attribute
-
setAutoFill
void setAutoFill(boolean autoFill)
Sets the "autoFill" attribute
-
xsetAutoFill
void xsetAutoFill(XmlBoolean autoFill)
Sets (as xml) the "autoFill" attribute
-
unsetAutoFill
void unsetAutoFill()
Unsets the "autoFill" attribute
-
getAutoLine
boolean getAutoLine()
Gets the "autoLine" attribute
-
xgetAutoLine
XmlBoolean xgetAutoLine()
Gets (as xml) the "autoLine" attribute
-
isSetAutoLine
boolean isSetAutoLine()
True if has "autoLine" attribute
-
setAutoLine
void setAutoLine(boolean autoLine)
Sets the "autoLine" attribute
-
xsetAutoLine
void xsetAutoLine(XmlBoolean autoLine)
Sets (as xml) the "autoLine" attribute
-
unsetAutoLine
void unsetAutoLine()
Unsets the "autoLine" attribute
-
getAltText
java.lang.String getAltText()
Gets the "altText" attribute
-
xgetAltText
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetAltText()
Gets (as xml) the "altText" attribute
-
isSetAltText
boolean isSetAltText()
True if has "altText" attribute
-
setAltText
void setAltText(java.lang.String altText)
Sets the "altText" attribute
-
xsetAltText
void xsetAltText(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring altText)
Sets (as xml) the "altText" attribute
-
unsetAltText
void unsetAltText()
Unsets the "altText" attribute
-
getTextHAlign
STTextHAlign.Enum getTextHAlign()
Gets the "textHAlign" attribute
-
xgetTextHAlign
STTextHAlign xgetTextHAlign()
Gets (as xml) the "textHAlign" attribute
-
isSetTextHAlign
boolean isSetTextHAlign()
True if has "textHAlign" attribute
-
setTextHAlign
void setTextHAlign(STTextHAlign.Enum textHAlign)
Sets the "textHAlign" attribute
-
xsetTextHAlign
void xsetTextHAlign(STTextHAlign textHAlign)
Sets (as xml) the "textHAlign" attribute
-
unsetTextHAlign
void unsetTextHAlign()
Unsets the "textHAlign" attribute
-
getTextVAlign
STTextVAlign.Enum getTextVAlign()
Gets the "textVAlign" attribute
-
xgetTextVAlign
STTextVAlign xgetTextVAlign()
Gets (as xml) the "textVAlign" attribute
-
isSetTextVAlign
boolean isSetTextVAlign()
True if has "textVAlign" attribute
-
setTextVAlign
void setTextVAlign(STTextVAlign.Enum textVAlign)
Sets the "textVAlign" attribute
-
xsetTextVAlign
void xsetTextVAlign(STTextVAlign textVAlign)
Sets (as xml) the "textVAlign" attribute
-
unsetTextVAlign
void unsetTextVAlign()
Unsets the "textVAlign" attribute
-
getLockText
boolean getLockText()
Gets the "lockText" attribute
-
xgetLockText
XmlBoolean xgetLockText()
Gets (as xml) the "lockText" attribute
-
isSetLockText
boolean isSetLockText()
True if has "lockText" attribute
-
setLockText
void setLockText(boolean lockText)
Sets the "lockText" attribute
-
xsetLockText
void xsetLockText(XmlBoolean lockText)
Sets (as xml) the "lockText" attribute
-
unsetLockText
void unsetLockText()
Unsets the "lockText" attribute
-
getJustLastX
boolean getJustLastX()
Gets the "justLastX" attribute
-
xgetJustLastX
XmlBoolean xgetJustLastX()
Gets (as xml) the "justLastX" attribute
-
isSetJustLastX
boolean isSetJustLastX()
True if has "justLastX" attribute
-
setJustLastX
void setJustLastX(boolean justLastX)
Sets the "justLastX" attribute
-
xsetJustLastX
void xsetJustLastX(XmlBoolean justLastX)
Sets (as xml) the "justLastX" attribute
-
unsetJustLastX
void unsetJustLastX()
Unsets the "justLastX" attribute
-
getAutoScale
boolean getAutoScale()
Gets the "autoScale" attribute
-
xgetAutoScale
XmlBoolean xgetAutoScale()
Gets (as xml) the "autoScale" attribute
-
isSetAutoScale
boolean isSetAutoScale()
True if has "autoScale" attribute
-
setAutoScale
void setAutoScale(boolean autoScale)
Sets the "autoScale" attribute
-
xsetAutoScale
void xsetAutoScale(XmlBoolean autoScale)
Sets (as xml) the "autoScale" attribute
-
unsetAutoScale
void unsetAutoScale()
Unsets the "autoScale" attribute
-
-