Interface CTFontSig
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTFontSig extends XmlObject
An XML CT_FontSig(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTFontSig.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static 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 byte[]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" attributeSTLongHexNumberxgetCsb0()Gets (as xml) the "csb0" attributeSTLongHexNumberxgetCsb1()Gets (as xml) the "csb1" attributeSTLongHexNumberxgetUsb0()Gets (as xml) the "usb0" attributeSTLongHexNumberxgetUsb1()Gets (as xml) the "usb1" attributeSTLongHexNumberxgetUsb2()Gets (as xml) the "usb2" attributeSTLongHexNumberxgetUsb3()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" 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
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
void xsetUsb0(STLongHexNumber usb0)
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
void xsetUsb1(STLongHexNumber usb1)
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
void xsetUsb2(STLongHexNumber usb2)
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
void xsetUsb3(STLongHexNumber usb3)
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
void xsetCsb0(STLongHexNumber csb0)
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
void xsetCsb1(STLongHexNumber csb1)
Sets (as xml) the "csb1" attribute
-
-