Package org.docx4j.wml
Class FontSig
java.lang.Object
org.docx4j.wml.FontSig
- All Implemented Interfaces:
Child
Java class for CT_FontSig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_FontSig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="usb0" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
<attribute name="usb1" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
<attribute name="usb2" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
<attribute name="usb3" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
<attribute name="csb0" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
<attribute name="csb1" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getCsb0()Gets the value of the csb0 property.getCsb1()Gets the value of the csb1 property.Gets the parent object in the object tree representing the unmarshalled xml document.getUsb0()Gets the value of the usb0 property.getUsb1()Gets the value of the usb1 property.getUsb2()Gets the value of the usb2 property.getUsb3()Gets the value of the usb3 property.voidSets the value of the csb0 property.voidSets the value of the csb1 property.voidvoidSets the value of the usb0 property.voidSets the value of the usb1 property.voidSets the value of the usb2 property.voidSets the value of the usb3 property.
-
Field Details
-
usb0
-
usb1
-
usb2
-
usb3
-
csb0
-
csb1
-
-
Constructor Details
-
FontSig
public FontSig()
-
-
Method Details
-
getUsb0
Gets the value of the usb0 property.- Returns:
- possible object is
String
-
setUsb0
Sets the value of the usb0 property.- Parameters:
value- allowed object isString
-
getUsb1
Gets the value of the usb1 property.- Returns:
- possible object is
String
-
setUsb1
Sets the value of the usb1 property.- Parameters:
value- allowed object isString
-
getUsb2
Gets the value of the usb2 property.- Returns:
- possible object is
String
-
setUsb2
Sets the value of the usb2 property.- Parameters:
value- allowed object isString
-
getUsb3
Gets the value of the usb3 property.- Returns:
- possible object is
String
-
setUsb3
Sets the value of the usb3 property.- Parameters:
value- allowed object isString
-
getCsb0
Gets the value of the csb0 property.- Returns:
- possible object is
String
-
setCsb0
Sets the value of the csb0 property.- Parameters:
value- allowed object isString
-
getCsb1
Gets the value of the csb1 property.- Returns:
- possible object is
String
-
setCsb1
Sets the value of the csb1 property.- Parameters:
value- allowed object isString
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-