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 class
CTFontSig.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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" attributevoid
setCsb0(byte[] csb0)
Sets the "csb0" attributevoid
setCsb1(byte[] csb1)
Sets the "csb1" attributevoid
setUsb0(byte[] usb0)
Sets the "usb0" attributevoid
setUsb1(byte[] usb1)
Sets the "usb1" attributevoid
setUsb2(byte[] usb2)
Sets the "usb2" attributevoid
setUsb3(byte[] usb3)
Sets the "usb3" attributeSTLongHexNumber
xgetCsb0()
Gets (as xml) the "csb0" attributeSTLongHexNumber
xgetCsb1()
Gets (as xml) the "csb1" attributeSTLongHexNumber
xgetUsb0()
Gets (as xml) the "usb0" attributeSTLongHexNumber
xgetUsb1()
Gets (as xml) the "usb1" attributeSTLongHexNumber
xgetUsb2()
Gets (as xml) the "usb2" attributeSTLongHexNumber
xgetUsb3()
Gets (as xml) the "usb3" attributevoid
xsetCsb0(STLongHexNumber csb0)
Sets (as xml) the "csb0" attributevoid
xsetCsb1(STLongHexNumber csb1)
Sets (as xml) the "csb1" attributevoid
xsetUsb0(STLongHexNumber usb0)
Sets (as xml) the "usb0" attributevoid
xsetUsb1(STLongHexNumber usb1)
Sets (as xml) the "usb1" attributevoid
xsetUsb2(STLongHexNumber usb2)
Sets (as xml) the "usb2" attributevoid
xsetUsb3(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
-
-