Class FontInfo

java.lang.Object
com.aspose.tasks.cloud.model.FontInfo

public class FontInfo extends Object
Represents a brief read-only information about a font used in a group criterion.
  • Constructor Details

    • FontInfo

      public FontInfo()
  • Method Details

    • fontFamily

      public FontInfo fontFamily(String fontFamily)
    • getFontFamily

      public String getFontFamily()
      Gets or sets the font family name.
      Returns:
      fontFamily
    • setFontFamily

      public void setFontFamily(String fontFamily)
    • size

      public FontInfo size(Double size)
    • getSize

      public Double getSize()
      Gets or sets the em-size of the font.
      Returns:
      size
    • setSize

      public void setSize(Double size)
    • style

      public FontInfo style(String style)
    • getStyle

      public String getStyle()
      Gets or sets the style information applied to the font.
      Returns:
      style
    • setStyle

      public void setStyle(String style)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object