Package org.docx4j.wml
Class FontSig
java.lang.Object
org.docx4j.wml.FontSig
- All Implemented Interfaces:
Child
public class FontSig extends java.lang.Object implements 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
-
Constructor Summary
Constructors Constructor Description FontSig() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.StringgetCsb0()Gets the value of the csb0 property.java.lang.StringgetCsb1()Gets the value of the csb1 property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetUsb0()Gets the value of the usb0 property.java.lang.StringgetUsb1()Gets the value of the usb1 property.java.lang.StringgetUsb2()Gets the value of the usb2 property.java.lang.StringgetUsb3()Gets the value of the usb3 property.voidsetCsb0(java.lang.String value)Sets the value of the csb0 property.voidsetCsb1(java.lang.String value)Sets the value of the csb1 property.voidsetParent(java.lang.Object parent)voidsetUsb0(java.lang.String value)Sets the value of the usb0 property.voidsetUsb1(java.lang.String value)Sets the value of the usb1 property.voidsetUsb2(java.lang.String value)Sets the value of the usb2 property.voidsetUsb3(java.lang.String value)Sets the value of the usb3 property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
usb0
protected java.lang.String usb0 -
usb1
protected java.lang.String usb1 -
usb2
protected java.lang.String usb2 -
usb3
protected java.lang.String usb3 -
csb0
protected java.lang.String csb0 -
csb1
protected java.lang.String csb1
-
-
Constructor Details
-
FontSig
public FontSig()
-
-
Method Details
-
getUsb0
public java.lang.String getUsb0()Gets the value of the usb0 property.- Returns:
- possible object is
String
-
setUsb0
public void setUsb0(java.lang.String value)Sets the value of the usb0 property.- Parameters:
value- allowed object isString
-
getUsb1
public java.lang.String getUsb1()Gets the value of the usb1 property.- Returns:
- possible object is
String
-
setUsb1
public void setUsb1(java.lang.String value)Sets the value of the usb1 property.- Parameters:
value- allowed object isString
-
getUsb2
public java.lang.String getUsb2()Gets the value of the usb2 property.- Returns:
- possible object is
String
-
setUsb2
public void setUsb2(java.lang.String value)Sets the value of the usb2 property.- Parameters:
value- allowed object isString
-
getUsb3
public java.lang.String getUsb3()Gets the value of the usb3 property.- Returns:
- possible object is
String
-
setUsb3
public void setUsb3(java.lang.String value)Sets the value of the usb3 property.- Parameters:
value- allowed object isString
-
getCsb0
public java.lang.String getCsb0()Gets the value of the csb0 property.- Returns:
- possible object is
String
-
setCsb0
public void setCsb0(java.lang.String value)Sets the value of the csb0 property.- Parameters:
value- allowed object isString
-
getCsb1
public java.lang.String getCsb1()Gets the value of the csb1 property.- Returns:
- possible object is
String
-
setCsb1
public void setCsb1(java.lang.String value)Sets the value of the csb1 property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)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.
-