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

    Fields
    Modifier and Type Field Description
    protected java.lang.String csb0  
    protected java.lang.String csb1  
    protected java.lang.String usb0  
    protected java.lang.String usb1  
    protected java.lang.String usb2  
    protected java.lang.String usb3  
  • Constructor Summary

    Constructors
    Constructor Description
    FontSig()  
  • Method Summary

    Modifier and Type Method Description
    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.
    java.lang.String getCsb0()
    Gets the value of the csb0 property.
    java.lang.String getCsb1()
    Gets the value of the csb1 property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.String getUsb0()
    Gets the value of the usb0 property.
    java.lang.String getUsb1()
    Gets the value of the usb1 property.
    java.lang.String getUsb2()
    Gets the value of the usb2 property.
    java.lang.String getUsb3()
    Gets the value of the usb3 property.
    void setCsb0​(java.lang.String value)
    Sets the value of the csb0 property.
    void setCsb1​(java.lang.String value)
    Sets the value of the csb1 property.
    void setParent​(java.lang.Object parent)  
    void setUsb0​(java.lang.String value)
    Sets the value of the usb0 property.
    void setUsb1​(java.lang.String value)
    Sets the value of the usb1 property.
    void setUsb2​(java.lang.String value)
    Sets the value of the usb2 property.
    void setUsb3​(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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.