Interface CTSym
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Sym(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getChar()Gets the "char" attributegetFont()Gets the "font" attributebooleanTrue if has "char" attributebooleanTrue if has "font" attributevoidsetChar(byte[] xchar) Sets the "char" attributevoidSets the "font" attributevoidUnsets the "char" attributevoidUnsets the "font" attributexgetChar()Gets (as xml) the "char" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringxgetFont()Gets (as xml) the "font" attributevoidxsetChar(STShortHexNumber xchar) Sets (as xml) the "char" attributevoidxsetFont(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString font) Sets (as xml) the "font" 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
-
getFont
String getFont()Gets the "font" attribute -
xgetFont
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetFont()Gets (as xml) the "font" attribute -
isSetFont
boolean isSetFont()True if has "font" attribute -
setFont
Sets the "font" attribute -
unsetFont
void unsetFont()Unsets the "font" attribute -
getChar
byte[] getChar()Gets the "char" attribute -
xgetChar
STShortHexNumber xgetChar()Gets (as xml) the "char" attribute -
isSetChar
boolean isSetChar()True if has "char" attribute -
setChar
void setChar(byte[] xchar) Sets the "char" attribute -
xsetChar
Sets (as xml) the "char" attribute -
unsetChar
void unsetChar()Unsets the "char" attribute
-