Interface CTFontSig
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_FontSig(@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[]getCsb0()Gets the "csb0" attributebyte[]getCsb1()Gets the "csb1" attributebyte[]getUsb0()Gets the "usb0" attributebyte[]getUsb1()Gets the "usb1" attributebyte[]getUsb2()Gets the "usb2" attributebyte[]getUsb3()Gets the "usb3" attributevoidsetCsb0(byte[] csb0) Sets the "csb0" attributevoidsetCsb1(byte[] csb1) Sets the "csb1" attributevoidsetUsb0(byte[] usb0) Sets the "usb0" attributevoidsetUsb1(byte[] usb1) Sets the "usb1" attributevoidsetUsb2(byte[] usb2) Sets the "usb2" attributevoidsetUsb3(byte[] usb3) Sets the "usb3" attributexgetCsb0()Gets (as xml) the "csb0" attributexgetCsb1()Gets (as xml) the "csb1" attributexgetUsb0()Gets (as xml) the "usb0" attributexgetUsb1()Gets (as xml) the "usb1" attributexgetUsb2()Gets (as xml) the "usb2" attributexgetUsb3()Gets (as xml) the "usb3" attributevoidxsetCsb0(STLongHexNumber csb0) Sets (as xml) the "csb0" attributevoidxsetCsb1(STLongHexNumber csb1) Sets (as xml) the "csb1" attributevoidxsetUsb0(STLongHexNumber usb0) Sets (as xml) the "usb0" attributevoidxsetUsb1(STLongHexNumber usb1) Sets (as xml) the "usb1" attributevoidxsetUsb2(STLongHexNumber usb2) Sets (as xml) the "usb2" attributevoidxsetUsb3(STLongHexNumber usb3) Sets (as xml) the "usb3" 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
-
getUsb0
byte[] getUsb0()Gets the "usb0" attribute -
xgetUsb0
STLongHexNumber xgetUsb0()Gets (as xml) the "usb0" attribute -
setUsb0
void setUsb0(byte[] usb0) Sets the "usb0" attribute -
xsetUsb0
Sets (as xml) the "usb0" attribute -
getUsb1
byte[] getUsb1()Gets the "usb1" attribute -
xgetUsb1
STLongHexNumber xgetUsb1()Gets (as xml) the "usb1" attribute -
setUsb1
void setUsb1(byte[] usb1) Sets the "usb1" attribute -
xsetUsb1
Sets (as xml) the "usb1" attribute -
getUsb2
byte[] getUsb2()Gets the "usb2" attribute -
xgetUsb2
STLongHexNumber xgetUsb2()Gets (as xml) the "usb2" attribute -
setUsb2
void setUsb2(byte[] usb2) Sets the "usb2" attribute -
xsetUsb2
Sets (as xml) the "usb2" attribute -
getUsb3
byte[] getUsb3()Gets the "usb3" attribute -
xgetUsb3
STLongHexNumber xgetUsb3()Gets (as xml) the "usb3" attribute -
setUsb3
void setUsb3(byte[] usb3) Sets the "usb3" attribute -
xsetUsb3
Sets (as xml) the "usb3" attribute -
getCsb0
byte[] getCsb0()Gets the "csb0" attribute -
xgetCsb0
STLongHexNumber xgetCsb0()Gets (as xml) the "csb0" attribute -
setCsb0
void setCsb0(byte[] csb0) Sets the "csb0" attribute -
xsetCsb0
Sets (as xml) the "csb0" attribute -
getCsb1
byte[] getCsb1()Gets the "csb1" attribute -
xgetCsb1
STLongHexNumber xgetCsb1()Gets (as xml) the "csb1" attribute -
setCsb1
void setCsb1(byte[] csb1) Sets the "csb1" attribute -
xsetCsb1
Sets (as xml) the "csb1" attribute
-