java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Font

public class Font extends Object

Java class for Font complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Font">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="isBold" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="isItalic" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="isUnderline" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="isStrikeThrough" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • size

      protected Double size
    • isBold

      protected Boolean isBold
    • isItalic

      protected Boolean isItalic
    • isUnderline

      protected Boolean isUnderline
    • isStrikeThrough

      protected Boolean isStrikeThrough
  • Constructor Details

    • Font

      public Font()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getSize

      public Double getSize()
      Gets the value of the size property.
      Returns:
      possible object is Double
    • setSize

      public void setSize(Double value)
      Sets the value of the size property.
      Parameters:
      value - allowed object is Double
    • isIsBold

      public Boolean isIsBold()
      Gets the value of the isBold property.
      Returns:
      possible object is Boolean
    • setIsBold

      public void setIsBold(Boolean value)
      Sets the value of the isBold property.
      Parameters:
      value - allowed object is Boolean
    • isIsItalic

      public Boolean isIsItalic()
      Gets the value of the isItalic property.
      Returns:
      possible object is Boolean
    • setIsItalic

      public void setIsItalic(Boolean value)
      Sets the value of the isItalic property.
      Parameters:
      value - allowed object is Boolean
    • isIsUnderline

      public Boolean isIsUnderline()
      Gets the value of the isUnderline property.
      Returns:
      possible object is Boolean
    • setIsUnderline

      public void setIsUnderline(Boolean value)
      Sets the value of the isUnderline property.
      Parameters:
      value - allowed object is Boolean
    • isIsStrikeThrough

      public Boolean isIsStrikeThrough()
      Gets the value of the isStrikeThrough property.
      Returns:
      possible object is Boolean
    • setIsStrikeThrough

      public void setIsStrikeThrough(Boolean value)
      Sets the value of the isStrikeThrough property.
      Parameters:
      value - allowed object is Boolean