Class StiRichTextHelper.CHARFORMATSTRUCT

java.lang.Object
com.stimulsoft.report.components.simplecomponents.StiRichTextHelper.CHARFORMATSTRUCT
All Implemented Interfaces:
Cloneable
Enclosing class:
StiRichTextHelper

public static final class StiRichTextHelper.CHARFORMATSTRUCT extends Object implements Cloneable
  • Field Details

    • cbSize

      public int cbSize
    • dwMask

      public int dwMask
    • dwEffects

      public int dwEffects
    • yHeight

      public int yHeight
    • yOffset

      public int yOffset
    • crTextColor

      public int crTextColor
    • bCharSet

      public byte bCharSet
    • bPitchAndFamily

      public byte bPitchAndFamily
    • szFaceName

      public char[] szFaceName
  • Constructor Details

    • CHARFORMATSTRUCT

      public CHARFORMATSTRUCT()
  • Method Details