Interface CTLsdException
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_LsdException(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTLsdException> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "locked" attributegetName()Gets the "name" attributeGets the "qFormat" attributeGets the "semiHidden" attributeGets the "uiPriority" attributeGets the "unhideWhenUsed" attributebooleanTrue if has "locked" attributebooleanTrue if has "qFormat" attributebooleanTrue if has "semiHidden" attributebooleanTrue if has "uiPriority" attributebooleanTrue if has "unhideWhenUsed" attributevoidSets the "locked" attributevoidSets the "name" attributevoidsetQFormat(Object qFormat) Sets the "qFormat" attributevoidsetSemiHidden(Object semiHidden) Sets the "semiHidden" attributevoidsetUiPriority(BigInteger uiPriority) Sets the "uiPriority" attributevoidsetUnhideWhenUsed(Object unhideWhenUsed) Sets the "unhideWhenUsed" attributevoidUnsets the "locked" attributevoidUnsets the "qFormat" attributevoidUnsets the "semiHidden" attributevoidUnsets the "uiPriority" attributevoidUnsets the "unhideWhenUsed" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffGets (as xml) the "locked" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringxgetName()Gets (as xml) the "name" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffGets (as xml) the "qFormat" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffGets (as xml) the "semiHidden" attributeGets (as xml) the "uiPriority" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffGets (as xml) the "unhideWhenUsed" attributevoidxsetLocked(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff locked) Sets (as xml) the "locked" attributevoidxsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString name) Sets (as xml) the "name" attributevoidxsetQFormat(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff qFormat) Sets (as xml) the "qFormat" attributevoidxsetSemiHidden(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff semiHidden) Sets (as xml) the "semiHidden" attributevoidxsetUiPriority(STDecimalNumber uiPriority) Sets (as xml) the "uiPriority" attributevoidxsetUnhideWhenUsed(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff unhideWhenUsed) Sets (as xml) the "unhideWhenUsed" attributeMethods 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, valueHashCodeMethods 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 Details
-
Factory
-
type
-
-
Method Details
-
getName
String getName()Gets the "name" attribute -
xgetName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetName()Gets (as xml) the "name" attribute -
setName
Sets the "name" attribute -
getLocked
Object getLocked()Gets the "locked" attribute -
xgetLocked
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetLocked()Gets (as xml) the "locked" attribute -
isSetLocked
boolean isSetLocked()True if has "locked" attribute -
setLocked
Sets the "locked" attribute -
unsetLocked
void unsetLocked()Unsets the "locked" attribute -
getUiPriority
BigInteger getUiPriority()Gets the "uiPriority" attribute -
xgetUiPriority
STDecimalNumber xgetUiPriority()Gets (as xml) the "uiPriority" attribute -
isSetUiPriority
boolean isSetUiPriority()True if has "uiPriority" attribute -
setUiPriority
Sets the "uiPriority" attribute -
xsetUiPriority
Sets (as xml) the "uiPriority" attribute -
unsetUiPriority
void unsetUiPriority()Unsets the "uiPriority" attribute -
getSemiHidden
Object getSemiHidden()Gets the "semiHidden" attribute -
xgetSemiHidden
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetSemiHidden()Gets (as xml) the "semiHidden" attribute -
isSetSemiHidden
boolean isSetSemiHidden()True if has "semiHidden" attribute -
setSemiHidden
Sets the "semiHidden" attribute -
unsetSemiHidden
void unsetSemiHidden()Unsets the "semiHidden" attribute -
getUnhideWhenUsed
Object getUnhideWhenUsed()Gets the "unhideWhenUsed" attribute -
xgetUnhideWhenUsed
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetUnhideWhenUsed()Gets (as xml) the "unhideWhenUsed" attribute -
isSetUnhideWhenUsed
boolean isSetUnhideWhenUsed()True if has "unhideWhenUsed" attribute -
setUnhideWhenUsed
Sets the "unhideWhenUsed" attribute -
unsetUnhideWhenUsed
void unsetUnhideWhenUsed()Unsets the "unhideWhenUsed" attribute -
getQFormat
Object getQFormat()Gets the "qFormat" attribute -
xgetQFormat
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetQFormat()Gets (as xml) the "qFormat" attribute -
isSetQFormat
boolean isSetQFormat()True if has "qFormat" attribute -
setQFormat
Sets the "qFormat" attribute -
unsetQFormat
void unsetQFormat()Unsets the "qFormat" attribute
-